{
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
  "framework": "vue",
  "name": "bootstrap-vue",
  "version": "2.23.0",
  "js-types-syntax": "typescript",
  "description-markup": "markdown",
  "contributions": {
    "html": {
      "vue-components": [
        {
          "name": "BAlert",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BAlert"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/alert/",
          "description": "Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages.",
          "props": [
            {
              "name": "show",
              "type": "boolean|number|string",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/alert/",
              "description": "When set, shows the alert. Set to a number (seconds) to show and automatically dismiss the alert after the number of seconds has elapsed"
            },
            {
              "name": "dismissLabel",
              "type": "string",
              "default": "\"Close\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/alert/",
              "description": "Value for the 'aria-label' attribute on the dismiss button"
            },
            {
              "name": "dismissible",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/alert/",
              "description": "When set, enables the dismiss close button"
            },
            {
              "name": "fade",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/alert/",
              "description": "When set to `true`, enables the fade animation/transition on the component"
            },
            {
              "name": "variant",
              "type": "string",
              "default": "\"info\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/alert/",
              "description": "Applies one of the Bootstrap theme color variants to the component"
            }
          ],
          "vue-model": {
            "prop": "show",
            "event": "input"
          },
          "events": [
            {
              "name": "dismiss-count-down",
              "doc-url": "https:/bootstrap-vue.org/docs/components/alert/",
              "description": "When prop show is a number, this event emits every second on countdown",
              "arguments": [
                {
                  "name": "dismissCountDown",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/alert/",
                  "description": "Time remaining to dismissed",
                  "type": "number"
                }
              ]
            },
            {
              "name": "dismissed",
              "doc-url": "https:/bootstrap-vue.org/docs/components/alert/",
              "description": "Alert dismissed either via the dismiss close button or when the dismiss countdown has expired"
            },
            {
              "name": "input",
              "doc-url": "https:/bootstrap-vue.org/docs/components/alert/",
              "description": "Used to update the v-model show value",
              "arguments": [
                {
                  "name": "show",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/alert/",
                  "description": "Boolean state of alert, or Number for current countdown value",
                  "type": "boolean|number"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "dismiss",
              "doc-url": "https:/bootstrap-vue.org/docs/components/alert/",
              "description": "Content for the dismiss button"
            },
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/alert/",
              "description": "Content to place in the alert"
            }
          ]
        },
        {
          "name": "BAspect",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BAspect"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/aspect/",
          "description": "The `<b-aspect>` component can be used to maintain a minimum responsive aspect ratio for content.",
          "props": [
            {
              "name": "aspect",
              "type": "number|string",
              "default": "\"1:1\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/aspect/",
              "description": "Aspect as a width to height numeric ratio (such as `1.5`) or `width:height` string (such as '16:9')"
            },
            {
              "name": "tag",
              "type": "string",
              "default": "\"div\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/aspect/",
              "description": "Specify the HTML tag to render instead of the default tag"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/aspect/",
              "description": "Content to place in the aspect"
            }
          ]
        },
        {
          "name": "BAvatar",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BAvatar"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
          "description": "Avatars are typically used to display a user profile as a picture, an icon, or short text.",
          "props": [
            {
              "name": "activeClass",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "description": "<router-link> prop: Configure the active CSS class applied when the link is active. Typically you will want to set this to class name 'active'"
            },
            {
              "name": "alt",
              "type": "string",
              "default": "\"avatar\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "description": "Value to place in the 'alt' attribute for image and icon avatars"
            },
            {
              "name": "append",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "description": "<router-link> prop: Setting append prop always appends the relative path to the current path"
            },
            {
              "name": "ariaLabel",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "description": "Sets the value of `aria-label` attribute on the rendered element"
            },
            {
              "name": "badge",
              "type": "boolean|string",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "description": "When `true` shows an empty badge on the avatar, alternatively set to a string for content in the badge"
            },
            {
              "name": "badgeLeft",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "description": "When `true` places the badge at the left instead of the right"
            },
            {
              "name": "badgeOffset",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "description": "CSS length to offset the badge. Positive values move the badge inwards, while negative values move the badge outwards"
            },
            {
              "name": "badgeTop",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "description": "When `true` places the badge at the top instead of the bottom"
            },
            {
              "name": "badgeVariant",
              "type": "string",
              "default": "\"primary\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "description": "Applies one of the Bootstrap theme color variants to the badge"
            },
            {
              "name": "button",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "description": "When set to `true`, renders the avatar as a button"
            },
            {
              "name": "buttonType",
              "type": "string",
              "default": "\"button\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "description": "Type of button to render (i.e. `button`, `submit`, `reset`). Has no effect if prop button is not set"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "exact",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "description": "<router-link> prop: The default active class matching behavior is inclusive match. Setting this prop forces the mode to exactly match the route"
            },
            {
              "name": "exactActiveClass",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "description": "<router-link> prop: Configure the active CSS class applied when the link is active with exact match. Typically you will want to set this to class name 'active'"
            },
            {
              "name": "exactPath",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "description": "<router-link> prop: Allows matching only using the path section of the url, effectively ignoring the query and the hash sections"
            },
            {
              "name": "exactPathActiveClass",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "description": "<router-link> prop: Configure the active CSS class applied when the link is active with exact path match. Typically you will want to set this to class name 'active'"
            },
            {
              "name": "href",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "description": "<b-link> prop: Denotes the target URL of the link for standard a links"
            },
            {
              "name": "icon",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "description": "Icon name to use for the avatar. Must be all lowercase. Defaults to `person-fill` if `text` or `src` props not provided"
            },
            {
              "name": "noPrefetch",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "description": "<nuxt-link> prop: To improve the responsiveness of your Nuxt.js applications, when the link will be displayed within the viewport, Nuxt.js will automatically prefetch the code splitted page. Setting `no-prefetch` will disabled this feature for the specific link"
            },
            {
              "name": "prefetch",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "description": "<nuxt-link> prop: To improve the responsiveness of your Nuxt.js applications, when the link will be displayed within the viewport, Nuxt.js will automatically prefetch the code splitted page. Setting `prefetch` to `true` or `false` will overwrite the default value of `router.prefetchLinks`"
            },
            {
              "name": "rel",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "description": "<b-link> prop: Sets the `rel` attribute on the rendered link"
            },
            {
              "name": "replace",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "description": "<router-link> prop: Setting the replace prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record"
            },
            {
              "name": "rounded",
              "type": "boolean|string",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "description": "Specifies the type of rounding to apply to the avatar. The `square` prop takes precedence. Refer to the documentation for details"
            },
            {
              "name": "routerComponentName",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "description": "<b-link> prop: BootstrapVue auto detects between `<router-link>` and `<nuxt-link>`. In cases where you want to use a 3rd party link component based on `<router-link>`, set this prop to the component name. e.g. set it to 'g-link' if you are using Gridsome (note only `<router-link>` specific props are passed to the component)"
            },
            {
              "name": "size",
              "type": "number|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "description": "Size of the avatar. Refer to the documentation for details"
            },
            {
              "name": "square",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "description": "Disables rounding of the avatar, rending the avatar with square corners"
            },
            {
              "name": "src",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "description": "Image URL to use for the avatar"
            },
            {
              "name": "target",
              "type": "string",
              "default": "\"_self\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "description": "<b-link> prop: Sets the `target` attribute on the rendered link"
            },
            {
              "name": "text",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "description": "Text to place in the avatar"
            },
            {
              "name": "to",
              "type": "object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "description": "<router-link> prop: Denotes the target route of the link. When clicked, the value of the to prop will be passed to `router.push()` internally, so the value can be either a string or a Location descriptor object"
            },
            {
              "name": "variant",
              "type": "string",
              "default": "\"secondary\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "description": "Applies one of the Bootstrap theme color variants to the component"
            }
          ],
          "events": [
            {
              "name": "click",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "description": "Emitted when the avatar is clicked when rendered as a button or link. Not emitted otherwise",
              "arguments": [
                {
                  "name": "event",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
                  "description": "Native Event object"
                }
              ]
            },
            {
              "name": "img-error",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "description": "Emitted if an image `src` is provided and the image fails to load",
              "arguments": [
                {
                  "name": "event",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
                  "description": "Native Event object"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "badge",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "description": "Content to place in the avatars optional badge. Overrides the `badge` prop"
            },
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "description": "Content to place in the avatar. Overrides props `text`, `src`, and `icon-name`"
            }
          ]
        },
        {
          "name": "BAvatarGroup",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BAvatarGroup"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
          "description": "Avatars are typically used to display a user profile as a picture, an icon, or short text.",
          "props": [
            {
              "name": "overlap",
              "type": "number|string",
              "default": "0.3",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "description": "Floating point number specifying the amount of overlap where `0` is no overlap and `1` is 100% overlap"
            },
            {
              "name": "rounded",
              "type": "boolean|string",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "description": "Specifies the type of rounding to apply to the child avatars. The `square` prop takes precedence. Refer to the documentation for details"
            },
            {
              "name": "size",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "description": "Size of all the child avatars. Refer to the documentation for details"
            },
            {
              "name": "square",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "description": "Disables rounding of the child avatars, rendering each avatar with square corners"
            },
            {
              "name": "tag",
              "type": "string",
              "default": "\"div\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "description": "Specify the HTML tag to render instead of the default tag"
            },
            {
              "name": "variant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "description": "Applies one of the Bootstrap theme color variants to all child avatars"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "description": "Content (avatars) to place in the avatar group"
            }
          ]
        },
        {
          "name": "BBadge",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BBadge"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/badge/",
          "description": "Small and adaptive tag for adding context to just about any content.",
          "props": [
            {
              "name": "active",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/badge/",
              "description": "When set to `true`, places the component in the active state with active styling"
            },
            {
              "name": "activeClass",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/badge/",
              "description": "<router-link> prop: Configure the active CSS class applied when the link is active. Typically you will want to set this to class name 'active'"
            },
            {
              "name": "append",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/badge/",
              "description": "<router-link> prop: Setting append prop always appends the relative path to the current path"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/badge/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "exact",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/badge/",
              "description": "<router-link> prop: The default active class matching behavior is inclusive match. Setting this prop forces the mode to exactly match the route"
            },
            {
              "name": "exactActiveClass",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/badge/",
              "description": "<router-link> prop: Configure the active CSS class applied when the link is active with exact match. Typically you will want to set this to class name 'active'"
            },
            {
              "name": "exactPath",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/badge/",
              "description": "<router-link> prop: Allows matching only using the path section of the url, effectively ignoring the query and the hash sections"
            },
            {
              "name": "exactPathActiveClass",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/badge/",
              "description": "<router-link> prop: Configure the active CSS class applied when the link is active with exact path match. Typically you will want to set this to class name 'active'"
            },
            {
              "name": "href",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/badge/",
              "description": "<b-link> prop: Denotes the target URL of the link for standard a links"
            },
            {
              "name": "noPrefetch",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/badge/",
              "description": "<nuxt-link> prop: To improve the responsiveness of your Nuxt.js applications, when the link will be displayed within the viewport, Nuxt.js will automatically prefetch the code splitted page. Setting `no-prefetch` will disabled this feature for the specific link"
            },
            {
              "name": "pill",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/badge/",
              "description": "When set to 'true', renders the badge in pill style"
            },
            {
              "name": "prefetch",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/badge/",
              "description": "<nuxt-link> prop: To improve the responsiveness of your Nuxt.js applications, when the link will be displayed within the viewport, Nuxt.js will automatically prefetch the code splitted page. Setting `prefetch` to `true` or `false` will overwrite the default value of `router.prefetchLinks`"
            },
            {
              "name": "rel",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/badge/",
              "description": "<b-link> prop: Sets the `rel` attribute on the rendered link"
            },
            {
              "name": "replace",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/badge/",
              "description": "<router-link> prop: Setting the replace prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record"
            },
            {
              "name": "routerComponentName",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/badge/",
              "description": "<b-link> prop: BootstrapVue auto detects between `<router-link>` and `<nuxt-link>`. In cases where you want to use a 3rd party link component based on `<router-link>`, set this prop to the component name. e.g. set it to 'g-link' if you are using Gridsome (note only `<router-link>` specific props are passed to the component)"
            },
            {
              "name": "tag",
              "type": "string",
              "default": "\"span\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/badge/",
              "description": "Specify the HTML tag to render instead of the default tag"
            },
            {
              "name": "target",
              "type": "string",
              "default": "\"_self\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/badge/",
              "description": "<b-link> prop: Sets the `target` attribute on the rendered link"
            },
            {
              "name": "to",
              "type": "object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/badge/",
              "description": "<router-link> prop: Denotes the target route of the link. When clicked, the value of the to prop will be passed to `router.push()` internally, so the value can be either a string or a Location descriptor object"
            },
            {
              "name": "variant",
              "type": "string",
              "default": "\"secondary\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/badge/",
              "description": "Applies one of the Bootstrap theme color variants to the component"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/badge/",
              "description": "Content to place in the badge"
            }
          ]
        },
        {
          "name": "BBreadcrumb",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BBreadcrumb"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/breadcrumb/",
          "description": "Indicate the current page's location within a navigational hierarchy. Separators are automatically added in CSS through ::before and content.",
          "props": [
            {
              "name": "items",
              "type": "any[]",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/breadcrumb/",
              "description": "Array of breadcrumb items to render"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/breadcrumb/",
              "description": "Content (breadcrumb items) to place in the breadcrumb"
            }
          ]
        },
        {
          "name": "BBreadcrumbItem",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BBreadcrumbItem"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/breadcrumb/",
          "description": "Indicate the current page's location within a navigational hierarchy. Separators are automatically added in CSS through ::before and content.",
          "props": [
            {
              "name": "active",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/breadcrumb/",
              "description": "When set to `true`, places the component in the active state with active styling"
            },
            {
              "name": "activeClass",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/breadcrumb/",
              "description": "<router-link> prop: Configure the active CSS class applied when the link is active. Typically you will want to set this to class name 'active'"
            },
            {
              "name": "append",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/breadcrumb/",
              "description": "<router-link> prop: Setting append prop always appends the relative path to the current path"
            },
            {
              "name": "ariaCurrent",
              "type": "string",
              "default": "\"location\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/breadcrumb/",
              "description": "Sets the value of the 'aria-current' attribute (when the item is the active item). Supported string values are 'location', 'page', or 'true'"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/breadcrumb/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "exact",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/breadcrumb/",
              "description": "<router-link> prop: The default active class matching behavior is inclusive match. Setting this prop forces the mode to exactly match the route"
            },
            {
              "name": "exactActiveClass",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/breadcrumb/",
              "description": "<router-link> prop: Configure the active CSS class applied when the link is active with exact match. Typically you will want to set this to class name 'active'"
            },
            {
              "name": "exactPath",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/breadcrumb/",
              "description": "<router-link> prop: Allows matching only using the path section of the url, effectively ignoring the query and the hash sections"
            },
            {
              "name": "exactPathActiveClass",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/breadcrumb/",
              "description": "<router-link> prop: Configure the active CSS class applied when the link is active with exact path match. Typically you will want to set this to class name 'active'"
            },
            {
              "name": "href",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/breadcrumb/",
              "description": "<b-link> prop: Denotes the target URL of the link for standard a links"
            },
            {
              "name": "html",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/breadcrumb/",
              "description": "HTML string to render in the breadcrumb item"
            },
            {
              "name": "noPrefetch",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/breadcrumb/",
              "description": "<nuxt-link> prop: To improve the responsiveness of your Nuxt.js applications, when the link will be displayed within the viewport, Nuxt.js will automatically prefetch the code splitted page. Setting `no-prefetch` will disabled this feature for the specific link"
            },
            {
              "name": "prefetch",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/breadcrumb/",
              "description": "<nuxt-link> prop: To improve the responsiveness of your Nuxt.js applications, when the link will be displayed within the viewport, Nuxt.js will automatically prefetch the code splitted page. Setting `prefetch` to `true` or `false` will overwrite the default value of `router.prefetchLinks`"
            },
            {
              "name": "rel",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/breadcrumb/",
              "description": "<b-link> prop: Sets the `rel` attribute on the rendered link"
            },
            {
              "name": "replace",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/breadcrumb/",
              "description": "<router-link> prop: Setting the replace prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record"
            },
            {
              "name": "routerComponentName",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/breadcrumb/",
              "description": "<b-link> prop: BootstrapVue auto detects between `<router-link>` and `<nuxt-link>`. In cases where you want to use a 3rd party link component based on `<router-link>`, set this prop to the component name. e.g. set it to 'g-link' if you are using Gridsome (note only `<router-link>` specific props are passed to the component)"
            },
            {
              "name": "target",
              "type": "string",
              "default": "\"_self\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/breadcrumb/",
              "description": "<b-link> prop: Sets the `target` attribute on the rendered link"
            },
            {
              "name": "text",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/breadcrumb/",
              "description": "Text to render in the breadcrumb item"
            },
            {
              "name": "to",
              "type": "object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/breadcrumb/",
              "description": "<router-link> prop: Denotes the target route of the link. When clicked, the value of the to prop will be passed to `router.push()` internally, so the value can be either a string or a Location descriptor object"
            }
          ],
          "events": [
            {
              "name": "click",
              "doc-url": "https:/bootstrap-vue.org/docs/components/breadcrumb/",
              "description": "Emitted when clicked",
              "arguments": [
                {
                  "name": "event",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/breadcrumb/",
                  "description": "Native click event object",
                  "type": "MouseEvent"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/breadcrumb/",
              "description": "Content to place in the breadcrumb item"
            }
          ]
        },
        {
          "name": "BButton",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BButton"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
          "description": "Use BootstrapVue's <b-button> component for actions in forms, dialogs, and more. Includes support for a handful of contextual variations, sizes, states, and more.",
          "props": [
            {
              "name": "active",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "When set to `true`, places the component in the active state with active styling"
            },
            {
              "name": "activeClass",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "<router-link> prop: Configure the active CSS class applied when the link is active. Typically you will want to set this to class name 'active'"
            },
            {
              "name": "append",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "<router-link> prop: Setting append prop always appends the relative path to the current path"
            },
            {
              "name": "block",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "Renders a 100% width button (expands to the width of its parent container)"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "exact",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "<router-link> prop: The default active class matching behavior is inclusive match. Setting this prop forces the mode to exactly match the route"
            },
            {
              "name": "exactActiveClass",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "<router-link> prop: Configure the active CSS class applied when the link is active with exact match. Typically you will want to set this to class name 'active'"
            },
            {
              "name": "exactPath",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "<router-link> prop: Allows matching only using the path section of the url, effectively ignoring the query and the hash sections"
            },
            {
              "name": "exactPathActiveClass",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "<router-link> prop: Configure the active CSS class applied when the link is active with exact path match. Typically you will want to set this to class name 'active'"
            },
            {
              "name": "href",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "<b-link> prop: Denotes the target URL of the link for standard a links"
            },
            {
              "name": "noPrefetch",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "<nuxt-link> prop: To improve the responsiveness of your Nuxt.js applications, when the link will be displayed within the viewport, Nuxt.js will automatically prefetch the code splitted page. Setting `no-prefetch` will disabled this feature for the specific link"
            },
            {
              "name": "pill",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "Renders the button with the pill style appearance when set to 'true'"
            },
            {
              "name": "prefetch",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "<nuxt-link> prop: To improve the responsiveness of your Nuxt.js applications, when the link will be displayed within the viewport, Nuxt.js will automatically prefetch the code splitted page. Setting `prefetch` to `true` or `false` will overwrite the default value of `router.prefetchLinks`"
            },
            {
              "name": "pressed",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "When set to 'true', gives the button the appearance of being pressed and adds attribute 'aria-pressed=\"true\"'. When set to `false` adds attribute 'aria-pressed=\"false\"'. Tri-state prop. Syncable with the .sync modifier"
            },
            {
              "name": "rel",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "<b-link> prop: Sets the `rel` attribute on the rendered link"
            },
            {
              "name": "replace",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "<router-link> prop: Setting the replace prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record"
            },
            {
              "name": "routerComponentName",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "<b-link> prop: BootstrapVue auto detects between `<router-link>` and `<nuxt-link>`. In cases where you want to use a 3rd party link component based on `<router-link>`, set this prop to the component name. e.g. set it to 'g-link' if you are using Gridsome (note only `<router-link>` specific props are passed to the component)"
            },
            {
              "name": "size",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'"
            },
            {
              "name": "squared",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "Renders the button with non-rounded corners when set to 'true'"
            },
            {
              "name": "tag",
              "type": "string",
              "default": "\"button\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "Specify the HTML tag to render instead of the default tag"
            },
            {
              "name": "target",
              "type": "string",
              "default": "\"_self\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "<b-link> prop: Sets the `target` attribute on the rendered link"
            },
            {
              "name": "to",
              "type": "object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "<router-link> prop: Denotes the target route of the link. When clicked, the value of the to prop will be passed to `router.push()` internally, so the value can be either a string or a Location descriptor object"
            },
            {
              "name": "type",
              "type": "string",
              "default": "\"button\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "The value to set the button's 'type' attribute to. Can be one of 'button', 'submit', or 'reset'"
            },
            {
              "name": "variant",
              "type": "string",
              "default": "\"secondary\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "Applies one of the Bootstrap theme color variants to the component"
            }
          ],
          "events": [
            {
              "name": "click",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "Emitted when non-disabled button clicked",
              "arguments": [
                {
                  "name": "mouseEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
                  "description": "Native click event object",
                  "type": "MouseEvent"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "Content to place in the button"
            }
          ]
        },
        {
          "name": "BBtn",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BBtn"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
          "description": "Use BootstrapVue's <b-button> component for actions in forms, dialogs, and more. Includes support for a handful of contextual variations, sizes, states, and more.\n\n*Alias for BButton*",
          "props": [
            {
              "name": "active",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "When set to `true`, places the component in the active state with active styling"
            },
            {
              "name": "activeClass",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "<router-link> prop: Configure the active CSS class applied when the link is active. Typically you will want to set this to class name 'active'"
            },
            {
              "name": "append",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "<router-link> prop: Setting append prop always appends the relative path to the current path"
            },
            {
              "name": "block",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "Renders a 100% width button (expands to the width of its parent container)"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "exact",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "<router-link> prop: The default active class matching behavior is inclusive match. Setting this prop forces the mode to exactly match the route"
            },
            {
              "name": "exactActiveClass",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "<router-link> prop: Configure the active CSS class applied when the link is active with exact match. Typically you will want to set this to class name 'active'"
            },
            {
              "name": "exactPath",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "<router-link> prop: Allows matching only using the path section of the url, effectively ignoring the query and the hash sections"
            },
            {
              "name": "exactPathActiveClass",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "<router-link> prop: Configure the active CSS class applied when the link is active with exact path match. Typically you will want to set this to class name 'active'"
            },
            {
              "name": "href",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "<b-link> prop: Denotes the target URL of the link for standard a links"
            },
            {
              "name": "noPrefetch",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "<nuxt-link> prop: To improve the responsiveness of your Nuxt.js applications, when the link will be displayed within the viewport, Nuxt.js will automatically prefetch the code splitted page. Setting `no-prefetch` will disabled this feature for the specific link"
            },
            {
              "name": "pill",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "Renders the button with the pill style appearance when set to 'true'"
            },
            {
              "name": "prefetch",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "<nuxt-link> prop: To improve the responsiveness of your Nuxt.js applications, when the link will be displayed within the viewport, Nuxt.js will automatically prefetch the code splitted page. Setting `prefetch` to `true` or `false` will overwrite the default value of `router.prefetchLinks`"
            },
            {
              "name": "pressed",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "When set to 'true', gives the button the appearance of being pressed and adds attribute 'aria-pressed=\"true\"'. When set to `false` adds attribute 'aria-pressed=\"false\"'. Tri-state prop. Syncable with the .sync modifier"
            },
            {
              "name": "rel",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "<b-link> prop: Sets the `rel` attribute on the rendered link"
            },
            {
              "name": "replace",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "<router-link> prop: Setting the replace prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record"
            },
            {
              "name": "routerComponentName",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "<b-link> prop: BootstrapVue auto detects between `<router-link>` and `<nuxt-link>`. In cases where you want to use a 3rd party link component based on `<router-link>`, set this prop to the component name. e.g. set it to 'g-link' if you are using Gridsome (note only `<router-link>` specific props are passed to the component)"
            },
            {
              "name": "size",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'"
            },
            {
              "name": "squared",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "Renders the button with non-rounded corners when set to 'true'"
            },
            {
              "name": "tag",
              "type": "string",
              "default": "\"button\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "Specify the HTML tag to render instead of the default tag"
            },
            {
              "name": "target",
              "type": "string",
              "default": "\"_self\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "<b-link> prop: Sets the `target` attribute on the rendered link"
            },
            {
              "name": "to",
              "type": "object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "<router-link> prop: Denotes the target route of the link. When clicked, the value of the to prop will be passed to `router.push()` internally, so the value can be either a string or a Location descriptor object"
            },
            {
              "name": "type",
              "type": "string",
              "default": "\"button\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "The value to set the button's 'type' attribute to. Can be one of 'button', 'submit', or 'reset'"
            },
            {
              "name": "variant",
              "type": "string",
              "default": "\"secondary\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "Applies one of the Bootstrap theme color variants to the component"
            }
          ],
          "events": [
            {
              "name": "click",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "Emitted when non-disabled button clicked",
              "arguments": [
                {
                  "name": "mouseEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
                  "description": "Native click event object",
                  "type": "MouseEvent"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "Content to place in the button"
            }
          ]
        },
        {
          "name": "BButtonClose",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BButtonClose"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
          "description": "Use BootstrapVue's <b-button> component for actions in forms, dialogs, and more. Includes support for a handful of contextual variations, sizes, states, and more.",
          "props": [
            {
              "name": "ariaLabel",
              "type": "string",
              "default": "\"Close\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "Sets the value of 'aria-label' attribute on the rendered element"
            },
            {
              "name": "content",
              "type": "string",
              "default": "\"&times;\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "The content of the close button"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "textVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "Applies one of the Bootstrap theme color variants to the text"
            }
          ],
          "events": [
            {
              "name": "click",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "Emitted when non-disabled button clicked",
              "arguments": [
                {
                  "name": "mouseEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
                  "description": "Native click event object",
                  "type": "MouseEvent"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "Content to place in the button. Overrides the `content` prop"
            }
          ]
        },
        {
          "name": "BBtnClose",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BBtnClose"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
          "description": "Use BootstrapVue's <b-button> component for actions in forms, dialogs, and more. Includes support for a handful of contextual variations, sizes, states, and more.\n\n*Alias for BButtonClose*",
          "props": [
            {
              "name": "ariaLabel",
              "type": "string",
              "default": "\"Close\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "Sets the value of 'aria-label' attribute on the rendered element"
            },
            {
              "name": "content",
              "type": "string",
              "default": "\"&times;\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "The content of the close button"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "textVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "Applies one of the Bootstrap theme color variants to the text"
            }
          ],
          "events": [
            {
              "name": "click",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "Emitted when non-disabled button clicked",
              "arguments": [
                {
                  "name": "mouseEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
                  "description": "Native click event object",
                  "type": "MouseEvent"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "Content to place in the button. Overrides the `content` prop"
            }
          ]
        },
        {
          "name": "BButtonGroup",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BButtonGroup"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/button-group/",
          "description": "Group a series of buttons together on a single line with <b-button-group>.",
          "props": [
            {
              "name": "ariaRole",
              "type": "string",
              "default": "\"group\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button-group/",
              "description": "Sets the ARIA attribute `role` to a specific value"
            },
            {
              "name": "size",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button-group/",
              "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'"
            },
            {
              "name": "tag",
              "type": "string",
              "default": "\"div\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button-group/",
              "description": "Specify the HTML tag to render instead of the default tag"
            },
            {
              "name": "vertical",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button-group/",
              "description": "When set, rendered the button group in vertical mode"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button-group/",
              "description": "Content (buttons) to place in the button group"
            }
          ]
        },
        {
          "name": "BBtnGroup",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BBtnGroup"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/button-group/",
          "description": "Group a series of buttons together on a single line with <b-button-group>.\n\n*Alias for BButtonGroup*",
          "props": [
            {
              "name": "ariaRole",
              "type": "string",
              "default": "\"group\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button-group/",
              "description": "Sets the ARIA attribute `role` to a specific value"
            },
            {
              "name": "size",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button-group/",
              "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'"
            },
            {
              "name": "tag",
              "type": "string",
              "default": "\"div\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button-group/",
              "description": "Specify the HTML tag to render instead of the default tag"
            },
            {
              "name": "vertical",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button-group/",
              "description": "When set, rendered the button group in vertical mode"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button-group/",
              "description": "Content (buttons) to place in the button group"
            }
          ]
        },
        {
          "name": "BButtonToolbar",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BButtonToolbar"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/button-toolbar/",
          "description": "Group a series of <b-button-group> and/or <b-input-group> together on a single line, with optional keyboard navigation.",
          "props": [
            {
              "name": "justify",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button-toolbar/",
              "description": "Make the toolbar span the maximum available width, by increasing spacing between the button groups, input groups and dropdowns"
            },
            {
              "name": "keyNav",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button-toolbar/",
              "description": "When set, enabled keyboard navigation mode for the toolbar. Do not set this prop when the toolbar has inputs"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button-toolbar/",
              "description": "Content to place in the button toolbar"
            }
          ]
        },
        {
          "name": "BBtnToolbar",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BBtnToolbar"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/button-toolbar/",
          "description": "Group a series of <b-button-group> and/or <b-input-group> together on a single line, with optional keyboard navigation.\n\n*Alias for BButtonToolbar*",
          "props": [
            {
              "name": "justify",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button-toolbar/",
              "description": "Make the toolbar span the maximum available width, by increasing spacing between the button groups, input groups and dropdowns"
            },
            {
              "name": "keyNav",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button-toolbar/",
              "description": "When set, enabled keyboard navigation mode for the toolbar. Do not set this prop when the toolbar has inputs"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button-toolbar/",
              "description": "Content to place in the button toolbar"
            }
          ]
        },
        {
          "name": "BCalendar",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BCalendar"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
          "description": "BootstrapVue custom calendar widget for selecting dates and controlling other components, fully WAI-ARIA accessible (a11y) and supports internationalization (i18n).",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "value",
              "type": "Date|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "Initially selected date value. Accepts either a `YYYY-MM-DD` string or a `Date` object"
            },
            {
              "name": "ariaControls",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "If this component controls another component or element, set this to the ID of the controlled component or element"
            },
            {
              "name": "block",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "Makes the calendar full width"
            },
            {
              "name": "dateDisabledFn",
              "type": "function",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "Set to a function reference which returns `true` if the date is disabled, or `false` if the date should be enabled. See documentation for details"
            },
            {
              "name": "dateFormatOptions",
              "type": "object",
              "default": "{\"year\":\"numeric\",\"month\":\"long\",\"day\":\"numeric\",\"weekday\":\"long\"}",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "Format object for displayed text string that is passed to `Intl.DateTimeFormat`"
            },
            {
              "name": "dateInfoFn",
              "type": "function",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "Set to a function reference which returns a class (string), or classes (array of strings) to apply to the date cell. See documentation for details"
            },
            {
              "name": "direction",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "Set to the string 'rtl' or 'ltr' to explicitly force the calendar to render in right-to-left or left-ro-right (respectively) mode. Defaults to the resolved locale's directionality"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "Places the calendar in a non-interactive disabled state"
            },
            {
              "name": "headerTag",
              "type": "string",
              "default": "\"header\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "Specify the HTML tag to render instead of the default tag for the footer"
            },
            {
              "name": "hidden",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "When `true`, renders a comment node instead of the calendar widget while keeping the Vue instance active. Mainly used when implementing a custom date picker"
            },
            {
              "name": "hideHeader",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "When `true`, visually hides the selected date header"
            },
            {
              "name": "initialDate",
              "type": "Date|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "When a `value` is not specified, sets the initial calendar month date that will be presented to the user. Accepts a value in `YYYY-MM-DD` format or a `Date` object. Defaults to the current date (or min or max if the current date is out of range)"
            },
            {
              "name": "labelCalendar",
              "type": "string",
              "default": "\"Calendar\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "Value of the `aria-label` and `role-description` attributes applied to the calendar grid"
            },
            {
              "name": "labelCurrentMonth",
              "type": "string",
              "default": "\"Current month\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "Value of the `aria-label` and `title` attributes on the `Current Month` navigation button"
            },
            {
              "name": "labelHelp",
              "type": "string",
              "default": "\"Use cursor keys to navigate calendar dates\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "Help text that appears at the bottom of the calendar grid"
            },
            {
              "name": "labelNav",
              "type": "string",
              "default": "\"Calendar navigation\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "Value of the `aria-label` attribute on to the calendar navigation button wrapper"
            },
            {
              "name": "labelNextDecade",
              "type": "string",
              "default": "\"Next decade\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "Value of the `aria-label` and `title` attributes on the optional `Next Decade` navigation button"
            },
            {
              "name": "labelNextMonth",
              "type": "string",
              "default": "\"Next month\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "Value of the `aria-label` and `title` attributes on the `Next Month` navigation button"
            },
            {
              "name": "labelNextYear",
              "type": "string",
              "default": "\"Next year\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "Value of the `aria-label` and `title` attributes on the `Next Year` navigation button"
            },
            {
              "name": "labelNoDateSelected",
              "type": "string",
              "default": "\"No date selected\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "Label to use when no date is currently selected"
            },
            {
              "name": "labelPrevDecade",
              "type": "string",
              "default": "\"Previous decade\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "Value of the `aria-label` and `title` attributes on the optional `Previous Decade` navigation button"
            },
            {
              "name": "labelPrevMonth",
              "type": "string",
              "default": "\"Previous month\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "Value of the `aria-label` and `title` attributes on the `Previous Month` navigation button"
            },
            {
              "name": "labelPrevYear",
              "type": "string",
              "default": "\"Previous year\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "Value of the `aria-label` and `title` attributes on the `Previous Year` navigation button"
            },
            {
              "name": "labelSelected",
              "type": "string",
              "default": "\"Selected date\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "Value of the `aria-label` attribute set on the calendar grid date button that is selected"
            },
            {
              "name": "labelToday",
              "type": "string",
              "default": "\"Today\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "Value of the `aria-label` attribute for the calendar grid date button to signify that the date is today's date"
            },
            {
              "name": "locale",
              "type": "any[]|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "Locale (or locales) for the calendar to use. When passing an array of locales, the order of the locales is from most preferred to least preferred"
            },
            {
              "name": "max",
              "type": "Date|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "The maximum date the calendar will show"
            },
            {
              "name": "min",
              "type": "Date|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "The minimum date the calendar will show"
            },
            {
              "name": "navButtonVariant",
              "type": "string",
              "default": "\"secondary\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "Theme color variant to use for the navigation buttons"
            },
            {
              "name": "noHighlightToday",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "Disabled the highlighting of todays date in the calendar"
            },
            {
              "name": "noKeyNav",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "Disable keyboard navigation of the calendar components"
            },
            {
              "name": "readonly",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "Places the calendar in an interactive readonly state. Disables updating the v-model, while still allowing date navigation"
            },
            {
              "name": "roleDescription",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "Sets a value for the `role-description` attribute on the component"
            },
            {
              "name": "selectedVariant",
              "type": "string",
              "default": "\"primary\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "Theme color variant to use for the selected date button"
            },
            {
              "name": "showDecadeNav",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "When `true`, shows the +/- decade navigation buttons"
            },
            {
              "name": "startWeekday",
              "type": "number|string",
              "default": "0",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "Day of week to start the calendar. `0` for Sunday, `1` for Monday, `6` for Saturday, etc"
            },
            {
              "name": "todayVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "Theme color variant to use for highlighting todays date button. Defaults to the `selectedVariant` prop"
            },
            {
              "name": "valueAsDate",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "Returns a `Date` object for the v-model instead of a `YYYY-MM-DD` string"
            },
            {
              "name": "weekdayHeaderFormat",
              "type": "string",
              "default": "\"short\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "Format to use for the calendar weekday headings. Possible values are `long`, `short` (default), or `narrow`"
            },
            {
              "name": "width",
              "type": "string",
              "default": "\"270px\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "The width of the calendar. Has no effect if prop `block` is set"
            }
          ],
          "vue-model": {
            "prop": "value",
            "event": "input"
          },
          "events": [
            {
              "name": "context",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "Emitted when when the user changes the active date via date navigation buttons or cursor control",
              "arguments": [
                {
                  "name": "context",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
                  "description": "The context object. See documentaion for details",
                  "type": "object"
                }
              ]
            },
            {
              "name": "input",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "Emitted when updating the v-model",
              "arguments": [
                {
                  "name": "date",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
                  "description": "Either a string in the format of `YYYY-MM-DD` or a `Date` object (if `value-as-date` prop is `true`)",
                  "type": "string|Date"
                }
              ]
            },
            {
              "name": "selected",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "Emitted when user has selected (clicked) a date. Note this event will also be emitted if the user clicks on the currently selected date",
              "arguments": [
                {
                  "name": "ymd",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
                  "description": "The selected date as a string in the format of `YYYY-MM-DD`",
                  "type": "string"
                },
                {
                  "name": "date",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
                  "description": "The selected date as a `Date` object",
                  "type": "Date"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "Used to place custom controls at the bottom of the calendar component"
            },
            {
              "name": "nav-next-decade",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "Used to place custom content in the next decade navigation button",
              "vue-properties": [
                {
                  "name": "isRTL",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
                  "description": "Will be `true` if the date navigation bar is rendered right to left",
                  "type": "boolean"
                }
              ]
            },
            {
              "name": "nav-next-month",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "Used to place custom content in the next month navigation button",
              "vue-properties": [
                {
                  "name": "isRTL",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
                  "description": "Will be `true` if the date navigation bar is rendered right to left",
                  "type": "boolean"
                }
              ]
            },
            {
              "name": "nav-next-year",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "Used to place custom content in the next year navigation button",
              "vue-properties": [
                {
                  "name": "isRTL",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
                  "description": "Will be `true` if the date navigation bar is rendered right to left",
                  "type": "boolean"
                }
              ]
            },
            {
              "name": "nav-prev-decade",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "Used to place custom content in the previous decade navigation button",
              "vue-properties": [
                {
                  "name": "isRTL",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
                  "description": "Will be `true` if the nav bar is rendered right to left",
                  "type": "boolean"
                }
              ]
            },
            {
              "name": "nav-prev-month",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "Used to place custom content in the previous month navigation button",
              "vue-properties": [
                {
                  "name": "isRTL",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
                  "description": "Will be `true` if the date navigation bar is rendered right to left",
                  "type": "boolean"
                }
              ]
            },
            {
              "name": "nav-prev-year",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "Used to place custom content in the previous year navigation button",
              "vue-properties": [
                {
                  "name": "isRTL",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
                  "description": "Will be `true` if the date navigation bar is rendered right to left",
                  "type": "boolean"
                }
              ]
            },
            {
              "name": "nav-this-month",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "Used to place custom content in the this month/day navigation button",
              "vue-properties": [
                {
                  "name": "isRTL",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
                  "description": "Will be `true` if the date navigation bar is rendered right to left",
                  "type": "boolean"
                }
              ]
            }
          ]
        },
        {
          "name": "BCard",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BCard"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
          "description": "A card is a flexible and extensible content container. It includes options for headers and footers, a wide variety of content, contextual background colors, and powerful display options.",
          "props": [
            {
              "name": "align",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Text alignment for the card's content: 'left', 'center' or 'right'"
            },
            {
              "name": "bgVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Applies one of the Bootstrap theme color variants to the background"
            },
            {
              "name": "bodyBgVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Applies one of the Bootstrap theme color variants to the body background"
            },
            {
              "name": "bodyBorderVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Applies one of the Bootstrap theme color variants to the body border"
            },
            {
              "name": "bodyClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "CSS class (or classes) to apply to the body"
            },
            {
              "name": "bodyTag",
              "type": "string",
              "default": "\"div\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Specify the HTML tag to render instead of the default tag for the body"
            },
            {
              "name": "bodyTextVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Applies one of the Bootstrap theme color variants to the body text"
            },
            {
              "name": "borderVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Applies one of the Bootstrap theme color variants to the border"
            },
            {
              "name": "footer",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Text content to place in the footer"
            },
            {
              "name": "footerBgVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Applies one of the Bootstrap theme color variants to the footer background"
            },
            {
              "name": "footerBorderVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Applies one of the Bootstrap theme color variants to the footer border"
            },
            {
              "name": "footerClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "CSS class (or classes) to apply to the footer"
            },
            {
              "name": "footerHtml",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "HTML string content to place in the footer"
            },
            {
              "name": "footerTag",
              "type": "string",
              "default": "\"div\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Specify the HTML tag to render instead of the default tag for the footer"
            },
            {
              "name": "footerTextVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Applies one of the Bootstrap theme color variants to the footer text"
            },
            {
              "name": "header",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Text content to place in the header"
            },
            {
              "name": "headerBgVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Applies one of the Bootstrap theme color variants to the header background"
            },
            {
              "name": "headerBorderVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Applies one of the Bootstrap theme color variants to the header border"
            },
            {
              "name": "headerClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "CSS class (or classes) to apply to the header"
            },
            {
              "name": "headerHtml",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "HTML string content to place in the header"
            },
            {
              "name": "headerTag",
              "type": "string",
              "default": "\"div\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Specify the HTML tag to render instead of the default tag for the header"
            },
            {
              "name": "headerTextVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Applies one of the Bootstrap theme color variants to the header text"
            },
            {
              "name": "imgAlt",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Value to set the image attribute 'alt'"
            },
            {
              "name": "imgBottom",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Set if the image should appear at the bottom of the card"
            },
            {
              "name": "imgEnd",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Set if the image should appear at the end (right) of the card"
            },
            {
              "name": "imgHeight",
              "type": "number|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "The value to set on the image's 'height' attribute"
            },
            {
              "name": "imgLeft",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Set if the image should appear at the start (left) of the card. Synonym for the 'left' prop"
            },
            {
              "name": "imgRight",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Set if the image should appear at the end (right) of the card. Synonym for the 'right' prop"
            },
            {
              "name": "imgSrc",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "URL for the optional image"
            },
            {
              "name": "imgStart",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Set if the image should appear at the start (left) of the card"
            },
            {
              "name": "imgTop",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Set if the image should appear at the top of the card"
            },
            {
              "name": "imgWidth",
              "type": "number|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "The value to set on the image's 'width' attribute"
            },
            {
              "name": "noBody",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Disable rendering of the default inner card-body element"
            },
            {
              "name": "overlay",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "When set, will overlay the card body on top of the image (if the card has an image)"
            },
            {
              "name": "subTitle",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Text content to place in the sub title"
            },
            {
              "name": "subTitleTag",
              "type": "string",
              "default": "\"h6\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Specify the HTML tag to render instead of the default tag for the sub title"
            },
            {
              "name": "subTitleTextVariant",
              "type": "string",
              "default": "\"muted\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Applies one of the Bootstrap theme color variants to the sub title text"
            },
            {
              "name": "tag",
              "type": "string",
              "default": "\"div\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Specify the HTML tag to render instead of the default tag"
            },
            {
              "name": "textVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Applies one of the Bootstrap theme color variants to the text"
            },
            {
              "name": "title",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Text content to place in the title"
            },
            {
              "name": "titleTag",
              "type": "string",
              "default": "\"h4\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Specify the HTML tag to render instead of the default tag for the title"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Content to place in the card"
            },
            {
              "name": "footer",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "For custom rendering of footer content"
            },
            {
              "name": "header",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "For custom rendering of header content"
            }
          ]
        },
        {
          "name": "BCardHeader",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BCardHeader"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
          "description": "A card is a flexible and extensible content container. It includes options for headers and footers, a wide variety of content, contextual background colors, and powerful display options.",
          "props": [
            {
              "name": "header",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Text content to place in the header"
            },
            {
              "name": "headerBgVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Applies one of the Bootstrap theme color variants to the header background"
            },
            {
              "name": "headerBorderVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Applies one of the Bootstrap theme color variants to the header border"
            },
            {
              "name": "headerClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "CSS class (or classes) to apply to the header"
            },
            {
              "name": "headerHtml",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "HTML string content to place in the header"
            },
            {
              "name": "headerTag",
              "type": "string",
              "default": "\"div\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Specify the HTML tag to render instead of the default tag for the header"
            },
            {
              "name": "headerTextVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Applies one of the Bootstrap theme color variants to the header text"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Content to place in the card header"
            }
          ]
        },
        {
          "name": "BCardFooter",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BCardFooter"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
          "description": "A card is a flexible and extensible content container. It includes options for headers and footers, a wide variety of content, contextual background colors, and powerful display options.",
          "props": [
            {
              "name": "footer",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Text content to place in the footer"
            },
            {
              "name": "footerBgVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Applies one of the Bootstrap theme color variants to the footer background"
            },
            {
              "name": "footerBorderVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Applies one of the Bootstrap theme color variants to the footer border"
            },
            {
              "name": "footerClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "CSS class (or classes) to apply to the footer"
            },
            {
              "name": "footerHtml",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "HTML string content to place in the footer"
            },
            {
              "name": "footerTag",
              "type": "string",
              "default": "\"div\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Specify the HTML tag to render instead of the default tag for the footer"
            },
            {
              "name": "footerTextVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Applies one of the Bootstrap theme color variants to the footer text"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Content to place in the card footer"
            }
          ]
        },
        {
          "name": "BCardBody",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BCardBody"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
          "description": "A card is a flexible and extensible content container. It includes options for headers and footers, a wide variety of content, contextual background colors, and powerful display options.",
          "props": [
            {
              "name": "bodyBgVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Applies one of the Bootstrap theme color variants to the body background"
            },
            {
              "name": "bodyBorderVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Applies one of the Bootstrap theme color variants to the body border"
            },
            {
              "name": "bodyClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "CSS class (or classes) to apply to the body"
            },
            {
              "name": "bodyTag",
              "type": "string",
              "default": "\"div\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Specify the HTML tag to render instead of the default tag for the body"
            },
            {
              "name": "bodyTextVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Applies one of the Bootstrap theme color variants to the body text"
            },
            {
              "name": "overlay",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "When set, will overlay the card body on top of the image (if the card has an image)"
            },
            {
              "name": "subTitle",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Text content to place in the sub title"
            },
            {
              "name": "subTitleTag",
              "type": "string",
              "default": "\"h6\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Specify the HTML tag to render instead of the default tag for the sub title"
            },
            {
              "name": "subTitleTextVariant",
              "type": "string",
              "default": "\"muted\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Applies one of the Bootstrap theme color variants to the sub title text"
            },
            {
              "name": "title",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Text content to place in the title"
            },
            {
              "name": "titleTag",
              "type": "string",
              "default": "\"h4\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Specify the HTML tag to render instead of the default tag for the title"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Content to place in the card body"
            }
          ]
        },
        {
          "name": "BCardTitle",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BCardTitle"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
          "description": "A card is a flexible and extensible content container. It includes options for headers and footers, a wide variety of content, contextual background colors, and powerful display options.",
          "props": [
            {
              "name": "title",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Text content to place in the title"
            },
            {
              "name": "titleTag",
              "type": "string",
              "default": "\"h4\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Specify the HTML tag to render instead of the default tag for the title"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Content to place in the card title"
            }
          ]
        },
        {
          "name": "BCardSubTitle",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BCardSubTitle"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
          "description": "A card is a flexible and extensible content container. It includes options for headers and footers, a wide variety of content, contextual background colors, and powerful display options.",
          "props": [
            {
              "name": "subTitle",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Text content to place in the sub title"
            },
            {
              "name": "subTitleTag",
              "type": "string",
              "default": "\"h6\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Specify the HTML tag to render instead of the default tag for the sub title"
            },
            {
              "name": "subTitleTextVariant",
              "type": "string",
              "default": "\"muted\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Applies one of the Bootstrap theme color variants to the sub title text"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Content to place in the card sub-title"
            }
          ]
        },
        {
          "name": "BCardImg",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BCardImg"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
          "description": "A card is a flexible and extensible content container. It includes options for headers and footers, a wide variety of content, contextual background colors, and powerful display options.",
          "props": [
            {
              "name": "alt",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Value to set for the `alt` attribute"
            },
            {
              "name": "bottom",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Set if the image will be placed at the bottom of the card"
            },
            {
              "name": "end",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Set if the image will be placed at the end (right) of the card"
            },
            {
              "name": "height",
              "type": "number|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "The value to set on the image's 'height' attribute"
            },
            {
              "name": "left",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Set if the image will be placed at the start (left) of the card. Synonym for the 'left' prop"
            },
            {
              "name": "right",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Set if the image will be placed at the end (right) of the card. Synonym for the 'right' prop"
            },
            {
              "name": "src",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "URL to set for the `src` attribute"
            },
            {
              "name": "start",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Set if the image will be placed at the start (left) of the card"
            },
            {
              "name": "top",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Set if the image will be placed at the top of the card"
            },
            {
              "name": "width",
              "type": "number|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "The value to set on the image's 'width' attribute"
            }
          ]
        },
        {
          "name": "BCardImgLazy",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BCardImgLazy"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
          "description": "A card is a flexible and extensible content container. It includes options for headers and footers, a wide variety of content, contextual background colors, and powerful display options.",
          "props": [
            {
              "name": "blankHeight",
              "type": "number|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Value of the 'height' attribute for the placeholder image"
            },
            {
              "name": "blankSrc",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "URL of placeholder image. If not set, an SVG placeholder placeholder will be used"
            },
            {
              "name": "blankWidth",
              "type": "number|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Value of the 'width' attribute for the placeholder image"
            },
            {
              "name": "bottom",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Set if the image will be placed at the bottom of the card"
            },
            {
              "name": "end",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Set if the image will be placed at the end (right) of the card"
            },
            {
              "name": "left",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Set if the image will be placed at the start (left) of the card. Synonym for the 'left' prop"
            },
            {
              "name": "offset",
              "type": "number|string",
              "default": "360",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Number of pixels away from the viewport edge before the lazy image is loaded"
            },
            {
              "name": "right",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Set if the image will be placed at the end (right) of the card. Synonym for the 'right' prop"
            },
            {
              "name": "show",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "If set to true, will force show the image specified via the 'src' prop"
            },
            {
              "name": "start",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Set if the image will be placed at the start (left) of the card"
            },
            {
              "name": "top",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Set if the image will be placed at the top of the card"
            }
          ]
        },
        {
          "name": "BCardText",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BCardText"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
          "description": "A card is a flexible and extensible content container. It includes options for headers and footers, a wide variety of content, contextual background colors, and powerful display options.",
          "props": [
            {
              "name": "textTag",
              "type": "string",
              "default": "\"p\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Specify the HTML tag to render instead of the default tag for the text content"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Content to place in the card text"
            }
          ]
        },
        {
          "name": "BCardGroup",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BCardGroup"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
          "description": "A card is a flexible and extensible content container. It includes options for headers and footers, a wide variety of content, contextual background colors, and powerful display options.",
          "props": [
            {
              "name": "columns",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "When set, renders the card group in a masonry-like columnar style"
            },
            {
              "name": "deck",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "When set renders the card group with gutters between cards"
            },
            {
              "name": "tag",
              "type": "string",
              "default": "\"div\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Specify the HTML tag to render instead of the default tag"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Content (cards) to place in the card group"
            }
          ]
        },
        {
          "name": "BCarousel",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BCarousel"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
          "description": "The <b-carousel> component is a slideshow for cycling through a series of content, built with CSS 3D transforms. It works with a series of images, text, or custom markup.",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "value",
              "type": "number",
              "default": "0",
              "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
              "description": "The currently active slide (zero-indexed)"
            },
            {
              "name": "background",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
              "description": "Set the CSS color of the carousel's background"
            },
            {
              "name": "controls",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
              "description": "Enable the previous and next controls"
            },
            {
              "name": "fade",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
              "description": "When set, changes the slide animation to a crossfade instead of a sliding effect"
            },
            {
              "name": "imgHeight",
              "type": "number|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
              "description": "Set the default image 'height' attribute for all b-tab children"
            },
            {
              "name": "imgWidth",
              "type": "number|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
              "description": "Set the default image 'width' attribute for all b-tab children"
            },
            {
              "name": "indicators",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
              "description": "Enable the indicator buttons for jumping to specific slides"
            },
            {
              "name": "interval",
              "type": "number",
              "default": "5000",
              "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
              "description": "Set the delay time (in milliseconds) between slides"
            },
            {
              "name": "labelGotoSlide",
              "type": "string",
              "default": "\"Goto slide\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
              "description": "Sets the prefix for the 'aria-label' on the slide indicator controls. Will be suffixed with the slide number (1 indexed)"
            },
            {
              "name": "labelIndicators",
              "type": "string",
              "default": "\"Select a slide to display\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
              "description": "Sets the 'aria-label' on the indicator controls wrapper"
            },
            {
              "name": "labelNext",
              "type": "string",
              "default": "\"Next slide\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
              "description": "Sets the 'aria-label' value for the next slide control"
            },
            {
              "name": "labelPrev",
              "type": "string",
              "default": "\"Previous slide\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
              "description": "Sets the 'aria-label' value for the previous slide control"
            },
            {
              "name": "noAnimation",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
              "description": "When set, disables animation when transitioning between slides"
            },
            {
              "name": "noHoverPause",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
              "description": "When set, disables the pausing of the slide show when the current slide is hovered"
            },
            {
              "name": "noTouch",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
              "description": "Disable controlling the slides via touch swipes"
            },
            {
              "name": "noWrap",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
              "description": "Do not restart the slide show when then end is reached"
            }
          ],
          "vue-model": {
            "prop": "value",
            "event": "input"
          },
          "events": [
            {
              "name": "sliding-end",
              "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
              "description": "Emitted when transitioning to a new slide has ended",
              "arguments": [
                {
                  "name": "slide",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
                  "description": "Slide number that was slid to",
                  "type": "number"
                }
              ]
            },
            {
              "name": "sliding-start",
              "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
              "description": "Emitted when transitioning to a new slide has started",
              "arguments": [
                {
                  "name": "slide",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
                  "description": "Slide number that is being slid to",
                  "type": "number"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
              "description": "Content (slides) to place in the carousel"
            }
          ]
        },
        {
          "name": "BCarouselSlide",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BCarouselSlide"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
          "description": "The <b-carousel> component is a slideshow for cycling through a series of content, built with CSS 3D transforms. It works with a series of images, text, or custom markup.",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "background",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
              "description": "CSS color to use as the slide's background color"
            },
            {
              "name": "caption",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
              "description": "Text content to place in the caption"
            },
            {
              "name": "captionHtml",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
              "description": "HTML string content to place in the caption"
            },
            {
              "name": "captionTag",
              "type": "string",
              "default": "\"h3\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
              "description": "Specify the HTML tag to render instead of the default tag for the caption wrapper"
            },
            {
              "name": "contentTag",
              "type": "string",
              "default": "\"div\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
              "description": "Specify the HTML tag to render instead of the default tag for the content wrapper"
            },
            {
              "name": "contentVisibleUp",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
              "description": "Specify the breakpoint that the textual content will start to be shown. Leave at default to always show the textual content"
            },
            {
              "name": "imgAlt",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
              "description": "Sets the value of the 'alt' attribute on the image"
            },
            {
              "name": "imgBlank",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
              "description": "If set, will render a blank image instead of the img-src"
            },
            {
              "name": "imgBlankColor",
              "type": "string",
              "default": "\"transparent\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
              "description": "Set the CSS color to use as the fill of the blank image"
            },
            {
              "name": "imgHeight",
              "type": "number|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
              "description": "Set the default image 'height' attribute for all b-tab children"
            },
            {
              "name": "imgSrc",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
              "description": "Sets the URL of the image"
            },
            {
              "name": "imgWidth",
              "type": "number|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
              "description": "Set the default image 'width' attribute for all b-tab children"
            },
            {
              "name": "text",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
              "description": "Text content to place in the text of the slide"
            },
            {
              "name": "textHtml",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
              "description": "HTML string content to place in the text of the slide"
            },
            {
              "name": "textTag",
              "type": "string",
              "default": "\"p\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
              "description": "Specify the HTML tag to render instead of the default tag for the text content"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
              "description": "Content to place in the carousel slide"
            },
            {
              "name": "img",
              "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
              "description": "Slot for img element or image component"
            }
          ]
        },
        {
          "name": "BCollapse",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BCollapse"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/collapse/",
          "description": "Easily toggle content visibility on your pages. Includes support for making accordions.",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/collapse/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "visible",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/collapse/",
              "description": "When 'true', expands the collapse"
            },
            {
              "name": "accordion",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/collapse/",
              "description": "The name of the accordion group that this collapse belongs to"
            },
            {
              "name": "appear",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/collapse/",
              "description": "When set, and prop 'visible' is true on mount, will animate on initial mount"
            },
            {
              "name": "isNav",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/collapse/",
              "description": "When set, signifies that the collapse is part of a navbar, enabling certain features for navbar support"
            },
            {
              "name": "tag",
              "type": "string",
              "default": "\"div\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/collapse/",
              "description": "Specify the HTML tag to render instead of the default tag"
            }
          ],
          "vue-model": {
            "prop": "visible",
            "event": "input"
          },
          "events": [
            {
              "name": "bv::collapse::state",
              "doc-url": "https:/bootstrap-vue.org/docs/components/collapse/",
              "description": "Emitted on $root when collapse has changed its state",
              "arguments": [
                {
                  "name": "id",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/collapse/",
                  "description": "Changed state collapse ID",
                  "type": "string"
                },
                {
                  "name": "state",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/collapse/",
                  "description": "`true` or `false`, i.e. opened or closed",
                  "type": "boolean"
                }
              ]
            },
            {
              "name": "hidden",
              "doc-url": "https:/bootstrap-vue.org/docs/components/collapse/",
              "description": "Emitted when collapse has finished closing"
            },
            {
              "name": "hide",
              "doc-url": "https:/bootstrap-vue.org/docs/components/collapse/",
              "description": "Emitted when collapse has started to close"
            },
            {
              "name": "input",
              "doc-url": "https:/bootstrap-vue.org/docs/components/collapse/",
              "description": "Used to update the v-model",
              "arguments": [
                {
                  "name": "visible",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/collapse/",
                  "description": "Will be true if the collapse is visible",
                  "type": "boolean"
                }
              ]
            },
            {
              "name": "show",
              "doc-url": "https:/bootstrap-vue.org/docs/components/collapse/",
              "description": "Emitted when collapse has started to open"
            },
            {
              "name": "shown",
              "doc-url": "https:/bootstrap-vue.org/docs/components/collapse/",
              "description": "Emitted when collapse has finished opening"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/collapse/",
              "vue-properties": [
                {
                  "name": "close",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/collapse/",
                  "description": "Method for closing the collapse",
                  "type": "function"
                },
                {
                  "name": "visible",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/collapse/",
                  "description": "Visible state of the collapse. `true` if the collapse is visible",
                  "type": "boolean"
                }
              ]
            }
          ]
        },
        {
          "name": "BDropdown",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BDropdown"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
          "description": "Dropdowns are toggleable, contextual overlays for displaying lists of links and actions in a dropdown menu format.",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "boundary",
              "type": "HTMLElement|string",
              "default": "\"scrollParent\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "The boundary constraint of the menu: 'scrollParent', 'window', 'viewport', or a reference to an HTMLElement"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "dropleft",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "When set, positions the menu to the left of the button"
            },
            {
              "name": "dropright",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "When set, positions the menu to the right of the button"
            },
            {
              "name": "dropup",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "When set, positions the menu on the top of the button"
            },
            {
              "name": "noFlip",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Prevent the menu from auto flipping positions"
            },
            {
              "name": "offset",
              "type": "number|string",
              "default": "0",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Specify the number of pixels to shift the menu by. Negative values supported"
            },
            {
              "name": "popperOpts",
              "type": "object",
              "default": "{}",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Additional configuration to pass to Popper.js"
            },
            {
              "name": "right",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Align the right edge of the menu with the right of the button"
            },
            {
              "name": "block",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Renders a 100% width toggle button (expands to the width of its parent container)"
            },
            {
              "name": "html",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "HTML string to place in the toggle button, or in the split button is split mode"
            },
            {
              "name": "lazy",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "When set, will only mount the menu content into the DOM when the menu is open"
            },
            {
              "name": "menuClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "CSS class (or classes) to add to the menu container"
            },
            {
              "name": "noCaret",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Hide the caret indicator on the toggle button"
            },
            {
              "name": "role",
              "type": "string",
              "default": "\"menu\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Sets the ARIA attribute `role` to a specific value"
            },
            {
              "name": "size",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'"
            },
            {
              "name": "split",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "When set, renders a split button dropdown"
            },
            {
              "name": "splitButtonType",
              "type": "string",
              "default": "\"button\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Value to place in the 'type' attribute on the split button: 'button', 'submit', 'reset'"
            },
            {
              "name": "splitClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "CSS class (or classes) to add to the split button"
            },
            {
              "name": "splitHref",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Denotes the target URL of the link for the split button"
            },
            {
              "name": "splitTo",
              "type": "object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "<router-link> prop: Denotes the target route of the split button. When clicked, the value of the to prop will be passed to router.push() internally, so the value can be either a string or a Location descriptor object"
            },
            {
              "name": "splitVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Applies one of the Bootstrap theme color variants to the split button. Defaults to the 'variant' prop value"
            },
            {
              "name": "text",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Text to place in the toggle button, or in the split button is split mode"
            },
            {
              "name": "toggleAttrs",
              "type": "object",
              "default": "{}",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Additional attributes to apply to the toggle button"
            },
            {
              "name": "toggleClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "CSS class (or classes) to add to the toggle button"
            },
            {
              "name": "toggleTag",
              "type": "string",
              "default": "\"button\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Specify the HTML tag to render instead of the default tag"
            },
            {
              "name": "toggleText",
              "type": "string",
              "default": "\"Toggle dropdown\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "ARIA label (sr-only) to set on the toggle when in split mode"
            },
            {
              "name": "variant",
              "type": "string",
              "default": "\"secondary\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Applies one of the Bootstrap theme color variants to the component"
            }
          ],
          "events": [
            {
              "name": "bv::dropdown::hide",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Emitted on $root just before dropdown is hidden. Cancelable",
              "arguments": [
                {
                  "name": "bvEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
                  "description": "BvEvent object. Call bvEvent.preventDefault() to cancel hide",
                  "type": "BvEvent"
                }
              ]
            },
            {
              "name": "bv::dropdown::show",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Emitted on $root just before dropdown is shown. Cancelable",
              "arguments": [
                {
                  "name": "bvEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
                  "description": "BvEvent object. Call bvEvent.preventDefault() to cancel show",
                  "type": "BvEvent"
                }
              ]
            },
            {
              "name": "click",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Emitted when split button is clicked in split mode",
              "arguments": [
                {
                  "name": "event",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
                  "description": "Native click event object",
                  "type": "MouseEvent"
                }
              ]
            },
            {
              "name": "hidden",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Emitted when dropdown is hidden"
            },
            {
              "name": "hide",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Emitted just before dropdown is hidden. Cancelable",
              "arguments": [
                {
                  "name": "bvEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
                  "description": "BvEvent object. Call bvEvent.preventDefault() to cancel hide",
                  "type": "BvEvent"
                }
              ]
            },
            {
              "name": "show",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Emitted just before dropdown is shown. Cancelable",
              "arguments": [
                {
                  "name": "bvEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
                  "description": "BvEvent object. Call bvEvent.preventDefault() to cancel show",
                  "type": "BvEvent"
                }
              ]
            },
            {
              "name": "shown",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Emitted when dropdown is shown"
            },
            {
              "name": "toggle",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Emitted when toggle button is clicked"
            }
          ],
          "slots": [
            {
              "name": "button-content",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Can be used to implement custom text with icons and more styling"
            },
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Optionally scoped default slot for dropdown menu content",
              "vue-properties": [
                {
                  "name": "hide",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
                  "description": "Can be used to close the dropdown menu. Accepts an optional boolean argument, which if true returns focus to the toggle button",
                  "type": "function"
                }
              ]
            }
          ]
        },
        {
          "name": "BDd",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BDd"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
          "description": "Dropdowns are toggleable, contextual overlays for displaying lists of links and actions in a dropdown menu format.\n\n*Alias for BDropdown*",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "boundary",
              "type": "HTMLElement|string",
              "default": "\"scrollParent\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "The boundary constraint of the menu: 'scrollParent', 'window', 'viewport', or a reference to an HTMLElement"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "dropleft",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "When set, positions the menu to the left of the button"
            },
            {
              "name": "dropright",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "When set, positions the menu to the right of the button"
            },
            {
              "name": "dropup",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "When set, positions the menu on the top of the button"
            },
            {
              "name": "noFlip",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Prevent the menu from auto flipping positions"
            },
            {
              "name": "offset",
              "type": "number|string",
              "default": "0",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Specify the number of pixels to shift the menu by. Negative values supported"
            },
            {
              "name": "popperOpts",
              "type": "object",
              "default": "{}",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Additional configuration to pass to Popper.js"
            },
            {
              "name": "right",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Align the right edge of the menu with the right of the button"
            },
            {
              "name": "block",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Renders a 100% width toggle button (expands to the width of its parent container)"
            },
            {
              "name": "html",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "HTML string to place in the toggle button, or in the split button is split mode"
            },
            {
              "name": "lazy",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "When set, will only mount the menu content into the DOM when the menu is open"
            },
            {
              "name": "menuClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "CSS class (or classes) to add to the menu container"
            },
            {
              "name": "noCaret",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Hide the caret indicator on the toggle button"
            },
            {
              "name": "role",
              "type": "string",
              "default": "\"menu\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Sets the ARIA attribute `role` to a specific value"
            },
            {
              "name": "size",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'"
            },
            {
              "name": "split",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "When set, renders a split button dropdown"
            },
            {
              "name": "splitButtonType",
              "type": "string",
              "default": "\"button\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Value to place in the 'type' attribute on the split button: 'button', 'submit', 'reset'"
            },
            {
              "name": "splitClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "CSS class (or classes) to add to the split button"
            },
            {
              "name": "splitHref",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Denotes the target URL of the link for the split button"
            },
            {
              "name": "splitTo",
              "type": "object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "<router-link> prop: Denotes the target route of the split button. When clicked, the value of the to prop will be passed to router.push() internally, so the value can be either a string or a Location descriptor object"
            },
            {
              "name": "splitVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Applies one of the Bootstrap theme color variants to the split button. Defaults to the 'variant' prop value"
            },
            {
              "name": "text",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Text to place in the toggle button, or in the split button is split mode"
            },
            {
              "name": "toggleAttrs",
              "type": "object",
              "default": "{}",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Additional attributes to apply to the toggle button"
            },
            {
              "name": "toggleClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "CSS class (or classes) to add to the toggle button"
            },
            {
              "name": "toggleTag",
              "type": "string",
              "default": "\"button\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Specify the HTML tag to render instead of the default tag"
            },
            {
              "name": "toggleText",
              "type": "string",
              "default": "\"Toggle dropdown\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "ARIA label (sr-only) to set on the toggle when in split mode"
            },
            {
              "name": "variant",
              "type": "string",
              "default": "\"secondary\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Applies one of the Bootstrap theme color variants to the component"
            }
          ],
          "events": [
            {
              "name": "bv::dropdown::hide",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Emitted on $root just before dropdown is hidden. Cancelable",
              "arguments": [
                {
                  "name": "bvEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
                  "description": "BvEvent object. Call bvEvent.preventDefault() to cancel hide",
                  "type": "BvEvent"
                }
              ]
            },
            {
              "name": "bv::dropdown::show",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Emitted on $root just before dropdown is shown. Cancelable",
              "arguments": [
                {
                  "name": "bvEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
                  "description": "BvEvent object. Call bvEvent.preventDefault() to cancel show",
                  "type": "BvEvent"
                }
              ]
            },
            {
              "name": "click",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Emitted when split button is clicked in split mode",
              "arguments": [
                {
                  "name": "event",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
                  "description": "Native click event object",
                  "type": "MouseEvent"
                }
              ]
            },
            {
              "name": "hidden",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Emitted when dropdown is hidden"
            },
            {
              "name": "hide",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Emitted just before dropdown is hidden. Cancelable",
              "arguments": [
                {
                  "name": "bvEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
                  "description": "BvEvent object. Call bvEvent.preventDefault() to cancel hide",
                  "type": "BvEvent"
                }
              ]
            },
            {
              "name": "show",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Emitted just before dropdown is shown. Cancelable",
              "arguments": [
                {
                  "name": "bvEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
                  "description": "BvEvent object. Call bvEvent.preventDefault() to cancel show",
                  "type": "BvEvent"
                }
              ]
            },
            {
              "name": "shown",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Emitted when dropdown is shown"
            },
            {
              "name": "toggle",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Emitted when toggle button is clicked"
            }
          ],
          "slots": [
            {
              "name": "button-content",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Can be used to implement custom text with icons and more styling"
            },
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Optionally scoped default slot for dropdown menu content",
              "vue-properties": [
                {
                  "name": "hide",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
                  "description": "Can be used to close the dropdown menu. Accepts an optional boolean argument, which if true returns focus to the toggle button",
                  "type": "function"
                }
              ]
            }
          ]
        },
        {
          "name": "BDropdownItem",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BDropdownItem"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
          "description": "Dropdowns are toggleable, contextual overlays for displaying lists of links and actions in a dropdown menu format.",
          "props": [
            {
              "name": "active",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "When set to `true`, places the component in the active state with active styling"
            },
            {
              "name": "activeClass",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "<router-link> prop: Configure the active CSS class applied when the link is active. Typically you will want to set this to class name 'active'"
            },
            {
              "name": "append",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "<router-link> prop: Setting append prop always appends the relative path to the current path"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "exact",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "<router-link> prop: The default active class matching behavior is inclusive match. Setting this prop forces the mode to exactly match the route"
            },
            {
              "name": "exactActiveClass",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "<router-link> prop: Configure the active CSS class applied when the link is active with exact match. Typically you will want to set this to class name 'active'"
            },
            {
              "name": "exactPath",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "<router-link> prop: Allows matching only using the path section of the url, effectively ignoring the query and the hash sections"
            },
            {
              "name": "exactPathActiveClass",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "<router-link> prop: Configure the active CSS class applied when the link is active with exact path match. Typically you will want to set this to class name 'active'"
            },
            {
              "name": "href",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "<b-link> prop: Denotes the target URL of the link for standard a links"
            },
            {
              "name": "linkClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Class or classes to apply to the inner link element"
            },
            {
              "name": "noPrefetch",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "<nuxt-link> prop: To improve the responsiveness of your Nuxt.js applications, when the link will be displayed within the viewport, Nuxt.js will automatically prefetch the code splitted page. Setting `no-prefetch` will disabled this feature for the specific link"
            },
            {
              "name": "prefetch",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "<nuxt-link> prop: To improve the responsiveness of your Nuxt.js applications, when the link will be displayed within the viewport, Nuxt.js will automatically prefetch the code splitted page. Setting `prefetch` to `true` or `false` will overwrite the default value of `router.prefetchLinks`"
            },
            {
              "name": "rel",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "<b-link> prop: Sets the `rel` attribute on the rendered link"
            },
            {
              "name": "replace",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "<router-link> prop: Setting the replace prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record"
            },
            {
              "name": "routerComponentName",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "<b-link> prop: BootstrapVue auto detects between `<router-link>` and `<nuxt-link>`. In cases where you want to use a 3rd party link component based on `<router-link>`, set this prop to the component name. e.g. set it to 'g-link' if you are using Gridsome (note only `<router-link>` specific props are passed to the component)"
            },
            {
              "name": "target",
              "type": "string",
              "default": "\"_self\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "<b-link> prop: Sets the `target` attribute on the rendered link"
            },
            {
              "name": "to",
              "type": "object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "<router-link> prop: Denotes the target route of the link. When clicked, the value of the to prop will be passed to `router.push()` internally, so the value can be either a string or a Location descriptor object"
            },
            {
              "name": "variant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Applies one of the Bootstrap theme color variants to the component"
            }
          ],
          "events": [
            {
              "name": "click",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Emitted when item is clicked",
              "arguments": [
                {
                  "name": "mouseEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
                  "description": "Native click event object",
                  "type": "MouseEvent"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Content to place in the dropdown item"
            }
          ]
        },
        {
          "name": "BDdItem",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BDdItem"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
          "description": "Dropdowns are toggleable, contextual overlays for displaying lists of links and actions in a dropdown menu format.\n\n*Alias for BDropdownItem*",
          "props": [
            {
              "name": "active",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "When set to `true`, places the component in the active state with active styling"
            },
            {
              "name": "activeClass",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "<router-link> prop: Configure the active CSS class applied when the link is active. Typically you will want to set this to class name 'active'"
            },
            {
              "name": "append",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "<router-link> prop: Setting append prop always appends the relative path to the current path"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "exact",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "<router-link> prop: The default active class matching behavior is inclusive match. Setting this prop forces the mode to exactly match the route"
            },
            {
              "name": "exactActiveClass",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "<router-link> prop: Configure the active CSS class applied when the link is active with exact match. Typically you will want to set this to class name 'active'"
            },
            {
              "name": "exactPath",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "<router-link> prop: Allows matching only using the path section of the url, effectively ignoring the query and the hash sections"
            },
            {
              "name": "exactPathActiveClass",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "<router-link> prop: Configure the active CSS class applied when the link is active with exact path match. Typically you will want to set this to class name 'active'"
            },
            {
              "name": "href",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "<b-link> prop: Denotes the target URL of the link for standard a links"
            },
            {
              "name": "linkClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Class or classes to apply to the inner link element"
            },
            {
              "name": "noPrefetch",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "<nuxt-link> prop: To improve the responsiveness of your Nuxt.js applications, when the link will be displayed within the viewport, Nuxt.js will automatically prefetch the code splitted page. Setting `no-prefetch` will disabled this feature for the specific link"
            },
            {
              "name": "prefetch",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "<nuxt-link> prop: To improve the responsiveness of your Nuxt.js applications, when the link will be displayed within the viewport, Nuxt.js will automatically prefetch the code splitted page. Setting `prefetch` to `true` or `false` will overwrite the default value of `router.prefetchLinks`"
            },
            {
              "name": "rel",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "<b-link> prop: Sets the `rel` attribute on the rendered link"
            },
            {
              "name": "replace",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "<router-link> prop: Setting the replace prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record"
            },
            {
              "name": "routerComponentName",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "<b-link> prop: BootstrapVue auto detects between `<router-link>` and `<nuxt-link>`. In cases where you want to use a 3rd party link component based on `<router-link>`, set this prop to the component name. e.g. set it to 'g-link' if you are using Gridsome (note only `<router-link>` specific props are passed to the component)"
            },
            {
              "name": "target",
              "type": "string",
              "default": "\"_self\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "<b-link> prop: Sets the `target` attribute on the rendered link"
            },
            {
              "name": "to",
              "type": "object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "<router-link> prop: Denotes the target route of the link. When clicked, the value of the to prop will be passed to `router.push()` internally, so the value can be either a string or a Location descriptor object"
            },
            {
              "name": "variant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Applies one of the Bootstrap theme color variants to the component"
            }
          ],
          "events": [
            {
              "name": "click",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Emitted when item is clicked",
              "arguments": [
                {
                  "name": "mouseEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
                  "description": "Native click event object",
                  "type": "MouseEvent"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Content to place in the dropdown item"
            }
          ]
        },
        {
          "name": "BDropdownItemButton",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BDropdownItemButton"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
          "description": "Dropdowns are toggleable, contextual overlays for displaying lists of links and actions in a dropdown menu format.",
          "props": [
            {
              "name": "active",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "When set to `true`, places the component in the active state with active styling"
            },
            {
              "name": "activeClass",
              "type": "string",
              "default": "\"active\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "<router-link> prop: Configure the active CSS class applied when the link is active. Typically you will want to set this to class name 'active'"
            },
            {
              "name": "buttonClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Class or classes to apply to the inner button element"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "variant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Applies one of the Bootstrap theme color variants to the component"
            }
          ],
          "events": [
            {
              "name": "click",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Emitted when button item is clicked",
              "arguments": [
                {
                  "name": "mouseEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
                  "description": "Native click event object",
                  "type": "MouseEvent"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Content to place in the dropdown item-button"
            }
          ]
        },
        {
          "name": "BDropdownItemBtn",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BDropdownItemBtn"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
          "description": "Dropdowns are toggleable, contextual overlays for displaying lists of links and actions in a dropdown menu format.\n\n*Alias for BDropdownItemButton*",
          "props": [
            {
              "name": "active",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "When set to `true`, places the component in the active state with active styling"
            },
            {
              "name": "activeClass",
              "type": "string",
              "default": "\"active\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "<router-link> prop: Configure the active CSS class applied when the link is active. Typically you will want to set this to class name 'active'"
            },
            {
              "name": "buttonClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Class or classes to apply to the inner button element"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "variant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Applies one of the Bootstrap theme color variants to the component"
            }
          ],
          "events": [
            {
              "name": "click",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Emitted when button item is clicked",
              "arguments": [
                {
                  "name": "mouseEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
                  "description": "Native click event object",
                  "type": "MouseEvent"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Content to place in the dropdown item-button"
            }
          ]
        },
        {
          "name": "BDdItemButton",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BDdItemButton"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
          "description": "Dropdowns are toggleable, contextual overlays for displaying lists of links and actions in a dropdown menu format.\n\n*Alias for BDropdownItemButton*",
          "props": [
            {
              "name": "active",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "When set to `true`, places the component in the active state with active styling"
            },
            {
              "name": "activeClass",
              "type": "string",
              "default": "\"active\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "<router-link> prop: Configure the active CSS class applied when the link is active. Typically you will want to set this to class name 'active'"
            },
            {
              "name": "buttonClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Class or classes to apply to the inner button element"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "variant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Applies one of the Bootstrap theme color variants to the component"
            }
          ],
          "events": [
            {
              "name": "click",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Emitted when button item is clicked",
              "arguments": [
                {
                  "name": "mouseEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
                  "description": "Native click event object",
                  "type": "MouseEvent"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Content to place in the dropdown item-button"
            }
          ]
        },
        {
          "name": "BDdItemBtn",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BDdItemBtn"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
          "description": "Dropdowns are toggleable, contextual overlays for displaying lists of links and actions in a dropdown menu format.\n\n*Alias for BDropdownItemButton*",
          "props": [
            {
              "name": "active",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "When set to `true`, places the component in the active state with active styling"
            },
            {
              "name": "activeClass",
              "type": "string",
              "default": "\"active\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "<router-link> prop: Configure the active CSS class applied when the link is active. Typically you will want to set this to class name 'active'"
            },
            {
              "name": "buttonClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Class or classes to apply to the inner button element"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "variant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Applies one of the Bootstrap theme color variants to the component"
            }
          ],
          "events": [
            {
              "name": "click",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Emitted when button item is clicked",
              "arguments": [
                {
                  "name": "mouseEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
                  "description": "Native click event object",
                  "type": "MouseEvent"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Content to place in the dropdown item-button"
            }
          ]
        },
        {
          "name": "BDropdownDivider",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BDropdownDivider"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
          "description": "Dropdowns are toggleable, contextual overlays for displaying lists of links and actions in a dropdown menu format.",
          "props": [
            {
              "name": "tag",
              "type": "string",
              "default": "\"hr\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Specify the HTML tag to render instead of the default tag"
            }
          ]
        },
        {
          "name": "BDdDivider",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BDdDivider"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
          "description": "Dropdowns are toggleable, contextual overlays for displaying lists of links and actions in a dropdown menu format.\n\n*Alias for BDropdownDivider*",
          "props": [
            {
              "name": "tag",
              "type": "string",
              "default": "\"hr\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Specify the HTML tag to render instead of the default tag"
            }
          ]
        },
        {
          "name": "BDropdownForm",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BDropdownForm"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
          "description": "Dropdowns are toggleable, contextual overlays for displaying lists of links and actions in a dropdown menu format.",
          "props": [
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "formClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "CSS class (or classes) to add to the form"
            },
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "inline",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "When set, the form will be in inline mode which display labels, form controls, and buttons on a single horizontal row"
            },
            {
              "name": "novalidate",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "When set, disables browser native HTML5 validation on controls in the form"
            },
            {
              "name": "validated",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "When set, adds the Bootstrap class 'was-validated' on the form, triggering the native browser validation states"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Content to place in the dropdown form"
            }
          ]
        },
        {
          "name": "BDdForm",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BDdForm"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
          "description": "Dropdowns are toggleable, contextual overlays for displaying lists of links and actions in a dropdown menu format.\n\n*Alias for BDropdownForm*",
          "props": [
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "formClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "CSS class (or classes) to add to the form"
            },
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "inline",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "When set, the form will be in inline mode which display labels, form controls, and buttons on a single horizontal row"
            },
            {
              "name": "novalidate",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "When set, disables browser native HTML5 validation on controls in the form"
            },
            {
              "name": "validated",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "When set, adds the Bootstrap class 'was-validated' on the form, triggering the native browser validation states"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Content to place in the dropdown form"
            }
          ]
        },
        {
          "name": "BDropdownText",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BDropdownText"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
          "description": "Dropdowns are toggleable, contextual overlays for displaying lists of links and actions in a dropdown menu format.",
          "props": [
            {
              "name": "tag",
              "type": "string",
              "default": "\"p\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Specify the HTML tag to render instead of the default tag"
            },
            {
              "name": "textClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Class or classes to apply to the inner element"
            },
            {
              "name": "variant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Applies one of the Bootstrap theme color variants to the component"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Content to place in the dropdown text"
            }
          ]
        },
        {
          "name": "BDdText",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BDdText"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
          "description": "Dropdowns are toggleable, contextual overlays for displaying lists of links and actions in a dropdown menu format.\n\n*Alias for BDropdownText*",
          "props": [
            {
              "name": "tag",
              "type": "string",
              "default": "\"p\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Specify the HTML tag to render instead of the default tag"
            },
            {
              "name": "textClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Class or classes to apply to the inner element"
            },
            {
              "name": "variant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Applies one of the Bootstrap theme color variants to the component"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Content to place in the dropdown text"
            }
          ]
        },
        {
          "name": "BDropdownGroup",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BDropdownGroup"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
          "description": "Dropdowns are toggleable, contextual overlays for displaying lists of links and actions in a dropdown menu format.",
          "props": [
            {
              "name": "ariaDescribedby",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "The ID of the element that provides additional context for this component. Used as the value for the `aria-describedby` attribute"
            },
            {
              "name": "header",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Text content to place in the header"
            },
            {
              "name": "headerClasses",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "CSS class (or classes) to add to the header"
            },
            {
              "name": "headerTag",
              "type": "string",
              "default": "\"header\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Specify the HTML tag to render instead of the default tag for the header"
            },
            {
              "name": "headerVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Applies one of the Bootstrap theme color variants to the header"
            },
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Content (items) to place in the dropdown group"
            },
            {
              "name": "header",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Optional header content for the dropdown group"
            }
          ]
        },
        {
          "name": "BDdGroup",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BDdGroup"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
          "description": "Dropdowns are toggleable, contextual overlays for displaying lists of links and actions in a dropdown menu format.\n\n*Alias for BDropdownGroup*",
          "props": [
            {
              "name": "ariaDescribedby",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "The ID of the element that provides additional context for this component. Used as the value for the `aria-describedby` attribute"
            },
            {
              "name": "header",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Text content to place in the header"
            },
            {
              "name": "headerClasses",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "CSS class (or classes) to add to the header"
            },
            {
              "name": "headerTag",
              "type": "string",
              "default": "\"header\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Specify the HTML tag to render instead of the default tag for the header"
            },
            {
              "name": "headerVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Applies one of the Bootstrap theme color variants to the header"
            },
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Content (items) to place in the dropdown group"
            },
            {
              "name": "header",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Optional header content for the dropdown group"
            }
          ]
        },
        {
          "name": "BDropdownHeader",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BDropdownHeader"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
          "description": "Dropdowns are toggleable, contextual overlays for displaying lists of links and actions in a dropdown menu format.",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "tag",
              "type": "string",
              "default": "\"header\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Specify the HTML tag to render instead of the default tag"
            },
            {
              "name": "variant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Applies one of the Bootstrap theme color variants to the component"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Content to place in the dropdown header"
            }
          ]
        },
        {
          "name": "BDdHeader",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BDdHeader"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
          "description": "Dropdowns are toggleable, contextual overlays for displaying lists of links and actions in a dropdown menu format.\n\n*Alias for BDropdownHeader*",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "tag",
              "type": "string",
              "default": "\"header\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Specify the HTML tag to render instead of the default tag"
            },
            {
              "name": "variant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Applies one of the Bootstrap theme color variants to the component"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Content to place in the dropdown header"
            }
          ]
        },
        {
          "name": "BEmbed",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BEmbed"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/embed/",
          "description": "Create responsive video or slideshow embeds based on the width of the parent by creating an intrinsic ratio that scales on any device.",
          "props": [
            {
              "name": "aspect",
              "type": "string",
              "default": "\"16by9\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/embed/",
              "description": "Aspect ratio of the embed. Supported values are '16by9', '21by9', '4by3', and '1by1' and are translated to CSS classes. Refer to the docs for more details"
            },
            {
              "name": "tag",
              "type": "string",
              "default": "\"div\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/embed/",
              "description": "Specify the HTML tag to render instead of the default tag"
            },
            {
              "name": "type",
              "type": "string",
              "default": "\"iframe\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/embed/",
              "description": "Type of embed. Possible values are 'iframe', 'video', 'embed' and 'object'"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/embed/",
              "description": "Content to place in the embed"
            }
          ]
        },
        {
          "name": "BForm",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BForm"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
          "description": "Form component and form helper components that optionally supports inline form styles and validation states.",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "inline",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "description": "When set, the form will be in inline mode which display labels, form controls, and buttons on a single horizontal row"
            },
            {
              "name": "novalidate",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "description": "When set, disables browser native HTML5 validation on controls in the form"
            },
            {
              "name": "validated",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "description": "When set, adds the Bootstrap class 'was-validated' on the form, triggering the native browser validation states"
            }
          ],
          "events": [
            {
              "name": "submit",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "description": "Emitted when the form is being submitted",
              "arguments": [
                {
                  "name": "event",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
                  "description": "Native submit event",
                  "type": "Event"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "description": "Content to place in the form"
            }
          ]
        },
        {
          "name": "BFormText",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BFormText"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
          "description": "Form component and form helper components that optionally supports inline form styles and validation states.",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "inline",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "description": "When set, renders the help text as an inline element, rather than a block element"
            },
            {
              "name": "tag",
              "type": "string",
              "default": "\"small\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "description": "Specify the HTML tag to render instead of the default tag"
            },
            {
              "name": "textVariant",
              "type": "string",
              "default": "\"muted\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "description": "Applies one of the Bootstrap theme color variants to the text"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "description": "Content to place in the form text"
            }
          ]
        },
        {
          "name": "BFormInvalidFeedback",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BFormInvalidFeedback"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
          "description": "Form component and form helper components that optionally supports inline form styles and validation states.",
          "props": [
            {
              "name": "ariaLive",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "description": "When the rendered element is an `aria-live` region (for screen reader users), set to either 'polite' or 'assertive'"
            },
            {
              "name": "forceShow",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "description": "Shows the feedback text, regardless of the value of the 'state' prop"
            },
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "role",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "description": "Sets the ARIA attribute `role` to a specific value"
            },
            {
              "name": "state",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "description": "When explicitly 'false', forces the feedback to show"
            },
            {
              "name": "tag",
              "type": "string",
              "default": "\"div\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "description": "Specify the HTML tag to render instead of the default tag"
            },
            {
              "name": "tooltip",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "description": "Renders the feedback text in a rudimentary tooltip style"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "description": "Content to place in the form invalid feedback"
            }
          ]
        },
        {
          "name": "BFormValidFeedback",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BFormValidFeedback"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
          "description": "Form component and form helper components that optionally supports inline form styles and validation states.",
          "props": [
            {
              "name": "ariaLive",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "description": "When the rendered element is an `aria-live` region (for screen reader users), set to either 'polite' or 'assertive'"
            },
            {
              "name": "forceShow",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "description": "Shows the feedback text, regardless of the value of the 'state' prop"
            },
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "role",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "description": "Sets the ARIA attribute `role` to a specific value"
            },
            {
              "name": "state",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "description": "When explicitly 'true', forces the feedback to show"
            },
            {
              "name": "tag",
              "type": "string",
              "default": "\"div\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "description": "Specify the HTML tag to render instead of the default tag"
            },
            {
              "name": "tooltip",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "description": "Renders the feedback text in a rudimentary tooltip style"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "description": "Content to place in the form valid feedback element"
            }
          ]
        },
        {
          "name": "BFormDatalist",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BFormDatalist"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
          "description": "Form component and form helper components that optionally supports inline form styles and validation states.",
          "props": [
            {
              "name": "disabledField",
              "type": "string",
              "default": "\"disabled\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "description": "Field name in the `options` array that should be used for the disabled state"
            },
            {
              "name": "htmlField",
              "type": "string",
              "default": "\"html\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "description": "Field name in the `options` array that should be used for the html label instead of text field"
            },
            {
              "name": "options",
              "type": "any[]|object",
              "default": "[]",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "description": "Array of items to render in the component"
            },
            {
              "name": "textField",
              "type": "string",
              "default": "\"text\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "description": "Field name in the `options` array that should be used for the text label"
            },
            {
              "name": "valueField",
              "type": "string",
              "default": "\"value\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "description": "Field name in the `options` array that should be used for the value"
            },
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "required": true,
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "description": "Content to place in the from datalist"
            }
          ]
        },
        {
          "name": "BDatalist",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BDatalist"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
          "description": "Form component and form helper components that optionally supports inline form styles and validation states.\n\n*Alias for BFormDatalist*",
          "props": [
            {
              "name": "disabledField",
              "type": "string",
              "default": "\"disabled\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "description": "Field name in the `options` array that should be used for the disabled state"
            },
            {
              "name": "htmlField",
              "type": "string",
              "default": "\"html\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "description": "Field name in the `options` array that should be used for the html label instead of text field"
            },
            {
              "name": "options",
              "type": "any[]|object",
              "default": "[]",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "description": "Array of items to render in the component"
            },
            {
              "name": "textField",
              "type": "string",
              "default": "\"text\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "description": "Field name in the `options` array that should be used for the text label"
            },
            {
              "name": "valueField",
              "type": "string",
              "default": "\"value\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "description": "Field name in the `options` array that should be used for the value"
            },
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "required": true,
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "description": "Content to place in the from datalist"
            }
          ]
        },
        {
          "name": "BFormCheckboxGroup",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BFormCheckboxGroup"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
          "description": "Custom checkbox input and checkbox group to replace the browser default checkbox input, built on top of semantic and accessible markup. Optionally supports switch styling.",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "checked",
              "type": "any[]",
              "default": "[]",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "The current value of the checked checkboxes in the group. Must be an array when there are multiple checkboxes"
            },
            {
              "name": "autofocus",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "When set to `true`, attempts to auto-focus the control when it is mounted, or re-activated when in a keep-alive. Does not set the `autofocus` attribute on the control"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "form",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control"
            },
            {
              "name": "name",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Sets the value of the `name` attribute on the form control"
            },
            {
              "name": "required",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Adds the `required` attribute to the form control"
            },
            {
              "name": "disabledField",
              "type": "string",
              "default": "\"disabled\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Field name in the `options` array that should be used for the disabled state"
            },
            {
              "name": "htmlField",
              "type": "string",
              "default": "\"html\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Field name in the `options` array that should be used for the html label instead of text field"
            },
            {
              "name": "options",
              "type": "any[]|object",
              "default": "[]",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Array of items to render in the component"
            },
            {
              "name": "textField",
              "type": "string",
              "default": "\"text\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Field name in the `options` array that should be used for the text label"
            },
            {
              "name": "valueField",
              "type": "string",
              "default": "\"value\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Field name in the `options` array that should be used for the value"
            },
            {
              "name": "size",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'"
            },
            {
              "name": "state",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state"
            },
            {
              "name": "plain",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Render the form control in plain mode, rather than custom styled mode"
            },
            {
              "name": "ariaInvalid",
              "type": "boolean|string",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Sets the 'aria-invalid' attribute value on the wrapper element. When not provided, the 'state' prop will control the attribute"
            },
            {
              "name": "buttonVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Specifies the Bootstrap contextual color theme variant the apply to the button style checkboxes"
            },
            {
              "name": "buttons",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "When set, renderes the checkboxes in this group with button styling"
            },
            {
              "name": "stacked",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "When set, renders the checkbox group in stacked mode"
            },
            {
              "name": "validated",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "When set, adds the Bootstrap class 'was-validated' to the group wrapper"
            },
            {
              "name": "switches",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "When set, renders the checkboxes in the group with switch styling"
            }
          ],
          "vue-model": {
            "prop": "checked",
            "event": "input"
          },
          "events": [
            {
              "name": "change",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Emitted when selected value(s) is changed due to user interaction",
              "arguments": [
                {
                  "name": "checked",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
                  "description": "Value of checkboxes. Value will be an array",
                  "type": "any[]"
                }
              ]
            },
            {
              "name": "input",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Emitted when the checked value is changed",
              "arguments": [
                {
                  "name": "checked",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
                  "description": "Value of checkboxes. Value will be an array",
                  "type": "any[]"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Content (form checkboxes) to place in the form checkbox group"
            },
            {
              "name": "first",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Slot to place b-form-checks so that they appear before checks generated from options prop"
            }
          ]
        },
        {
          "name": "BCheckboxGroup",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BCheckboxGroup"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
          "description": "Custom checkbox input and checkbox group to replace the browser default checkbox input, built on top of semantic and accessible markup. Optionally supports switch styling.\n\n*Alias for BFormCheckboxGroup*",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "checked",
              "type": "any[]",
              "default": "[]",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "The current value of the checked checkboxes in the group. Must be an array when there are multiple checkboxes"
            },
            {
              "name": "autofocus",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "When set to `true`, attempts to auto-focus the control when it is mounted, or re-activated when in a keep-alive. Does not set the `autofocus` attribute on the control"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "form",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control"
            },
            {
              "name": "name",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Sets the value of the `name` attribute on the form control"
            },
            {
              "name": "required",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Adds the `required` attribute to the form control"
            },
            {
              "name": "disabledField",
              "type": "string",
              "default": "\"disabled\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Field name in the `options` array that should be used for the disabled state"
            },
            {
              "name": "htmlField",
              "type": "string",
              "default": "\"html\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Field name in the `options` array that should be used for the html label instead of text field"
            },
            {
              "name": "options",
              "type": "any[]|object",
              "default": "[]",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Array of items to render in the component"
            },
            {
              "name": "textField",
              "type": "string",
              "default": "\"text\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Field name in the `options` array that should be used for the text label"
            },
            {
              "name": "valueField",
              "type": "string",
              "default": "\"value\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Field name in the `options` array that should be used for the value"
            },
            {
              "name": "size",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'"
            },
            {
              "name": "state",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state"
            },
            {
              "name": "plain",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Render the form control in plain mode, rather than custom styled mode"
            },
            {
              "name": "ariaInvalid",
              "type": "boolean|string",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Sets the 'aria-invalid' attribute value on the wrapper element. When not provided, the 'state' prop will control the attribute"
            },
            {
              "name": "buttonVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Specifies the Bootstrap contextual color theme variant the apply to the button style checkboxes"
            },
            {
              "name": "buttons",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "When set, renderes the checkboxes in this group with button styling"
            },
            {
              "name": "stacked",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "When set, renders the checkbox group in stacked mode"
            },
            {
              "name": "validated",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "When set, adds the Bootstrap class 'was-validated' to the group wrapper"
            },
            {
              "name": "switches",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "When set, renders the checkboxes in the group with switch styling"
            }
          ],
          "vue-model": {
            "prop": "checked",
            "event": "input"
          },
          "events": [
            {
              "name": "change",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Emitted when selected value(s) is changed due to user interaction",
              "arguments": [
                {
                  "name": "checked",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
                  "description": "Value of checkboxes. Value will be an array",
                  "type": "any[]"
                }
              ]
            },
            {
              "name": "input",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Emitted when the checked value is changed",
              "arguments": [
                {
                  "name": "checked",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
                  "description": "Value of checkboxes. Value will be an array",
                  "type": "any[]"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Content (form checkboxes) to place in the form checkbox group"
            },
            {
              "name": "first",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Slot to place b-form-checks so that they appear before checks generated from options prop"
            }
          ]
        },
        {
          "name": "BCheckGroup",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BCheckGroup"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
          "description": "Custom checkbox input and checkbox group to replace the browser default checkbox input, built on top of semantic and accessible markup. Optionally supports switch styling.\n\n*Alias for BFormCheckboxGroup*",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "checked",
              "type": "any[]",
              "default": "[]",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "The current value of the checked checkboxes in the group. Must be an array when there are multiple checkboxes"
            },
            {
              "name": "autofocus",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "When set to `true`, attempts to auto-focus the control when it is mounted, or re-activated when in a keep-alive. Does not set the `autofocus` attribute on the control"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "form",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control"
            },
            {
              "name": "name",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Sets the value of the `name` attribute on the form control"
            },
            {
              "name": "required",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Adds the `required` attribute to the form control"
            },
            {
              "name": "disabledField",
              "type": "string",
              "default": "\"disabled\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Field name in the `options` array that should be used for the disabled state"
            },
            {
              "name": "htmlField",
              "type": "string",
              "default": "\"html\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Field name in the `options` array that should be used for the html label instead of text field"
            },
            {
              "name": "options",
              "type": "any[]|object",
              "default": "[]",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Array of items to render in the component"
            },
            {
              "name": "textField",
              "type": "string",
              "default": "\"text\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Field name in the `options` array that should be used for the text label"
            },
            {
              "name": "valueField",
              "type": "string",
              "default": "\"value\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Field name in the `options` array that should be used for the value"
            },
            {
              "name": "size",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'"
            },
            {
              "name": "state",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state"
            },
            {
              "name": "plain",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Render the form control in plain mode, rather than custom styled mode"
            },
            {
              "name": "ariaInvalid",
              "type": "boolean|string",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Sets the 'aria-invalid' attribute value on the wrapper element. When not provided, the 'state' prop will control the attribute"
            },
            {
              "name": "buttonVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Specifies the Bootstrap contextual color theme variant the apply to the button style checkboxes"
            },
            {
              "name": "buttons",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "When set, renderes the checkboxes in this group with button styling"
            },
            {
              "name": "stacked",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "When set, renders the checkbox group in stacked mode"
            },
            {
              "name": "validated",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "When set, adds the Bootstrap class 'was-validated' to the group wrapper"
            },
            {
              "name": "switches",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "When set, renders the checkboxes in the group with switch styling"
            }
          ],
          "vue-model": {
            "prop": "checked",
            "event": "input"
          },
          "events": [
            {
              "name": "change",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Emitted when selected value(s) is changed due to user interaction",
              "arguments": [
                {
                  "name": "checked",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
                  "description": "Value of checkboxes. Value will be an array",
                  "type": "any[]"
                }
              ]
            },
            {
              "name": "input",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Emitted when the checked value is changed",
              "arguments": [
                {
                  "name": "checked",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
                  "description": "Value of checkboxes. Value will be an array",
                  "type": "any[]"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Content (form checkboxes) to place in the form checkbox group"
            },
            {
              "name": "first",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Slot to place b-form-checks so that they appear before checks generated from options prop"
            }
          ]
        },
        {
          "name": "BFormCheckbox",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BFormCheckbox"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
          "description": "Custom checkbox input and checkbox group to replace the browser default checkbox input, built on top of semantic and accessible markup. Optionally supports switch styling.",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "checked",
              "type": "any",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "The current value of the checkbox(es). Must be an array when there are multiple checkboxes bound to the same v-model"
            },
            {
              "name": "autofocus",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "When set to `true`, attempts to auto-focus the control when it is mounted, or re-activated when in a keep-alive. Does not set the `autofocus` attribute on the control"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "form",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control"
            },
            {
              "name": "name",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Sets the value of the `name` attribute on the form control"
            },
            {
              "name": "required",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Adds the `required` attribute to the form control"
            },
            {
              "name": "size",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'"
            },
            {
              "name": "state",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state"
            },
            {
              "name": "plain",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Render the form control in plain mode, rather than custom styled mode"
            },
            {
              "name": "ariaLabel",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Sets the value of `aria-label` attribute on the rendered element"
            },
            {
              "name": "ariaLabelledby",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "The ID of the element that provides a label for this component. Used as the value for the `aria-labelledby` attribute"
            },
            {
              "name": "button",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "When set, renders the checkbox with the appearance of a button"
            },
            {
              "name": "buttonVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Applies on of Bootstrap's theme colors when in 'button' mode"
            },
            {
              "name": "inline",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "When set, renders the checkbox as an inline element rather than as a 100% width block"
            },
            {
              "name": "value",
              "type": "any",
              "default": "true",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Value returned when this checkbox is checked"
            },
            {
              "name": "indeterminate",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Renders the checkbox in an indeterminate state. Syncable via the .sync modifier"
            },
            {
              "name": "switch",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "When set, renders the checkbox with the appearance of a switch"
            },
            {
              "name": "uncheckedValue",
              "type": "any",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Value returned when this checkbox is unchecked. Note not applicable when multiple checkboxes bound to the same v-model array"
            }
          ],
          "vue-model": {
            "prop": "checked",
            "event": "input"
          },
          "events": [
            {
              "name": "change",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Emitted when selected value(s) is changed due to user interaction",
              "arguments": [
                {
                  "name": "checked",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
                  "description": "Value of checkbox(es). When bound to multiple checkboxes, value will be an array",
                  "type": "boolean|string|number|object|any[]"
                }
              ]
            },
            {
              "name": "input",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Emitted when the selected value(s) is changed",
              "arguments": [
                {
                  "name": "checked",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
                  "description": "Value of checkbox(es). When bound to multiple checkboxes, value will be an array",
                  "type": "boolean|string|number|object|any[]"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Content to place in the form checkbox"
            }
          ]
        },
        {
          "name": "BCheckbox",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BCheckbox"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
          "description": "Custom checkbox input and checkbox group to replace the browser default checkbox input, built on top of semantic and accessible markup. Optionally supports switch styling.\n\n*Alias for BFormCheckbox*",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "checked",
              "type": "any",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "The current value of the checkbox(es). Must be an array when there are multiple checkboxes bound to the same v-model"
            },
            {
              "name": "autofocus",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "When set to `true`, attempts to auto-focus the control when it is mounted, or re-activated when in a keep-alive. Does not set the `autofocus` attribute on the control"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "form",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control"
            },
            {
              "name": "name",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Sets the value of the `name` attribute on the form control"
            },
            {
              "name": "required",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Adds the `required` attribute to the form control"
            },
            {
              "name": "size",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'"
            },
            {
              "name": "state",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state"
            },
            {
              "name": "plain",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Render the form control in plain mode, rather than custom styled mode"
            },
            {
              "name": "ariaLabel",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Sets the value of `aria-label` attribute on the rendered element"
            },
            {
              "name": "ariaLabelledby",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "The ID of the element that provides a label for this component. Used as the value for the `aria-labelledby` attribute"
            },
            {
              "name": "button",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "When set, renders the checkbox with the appearance of a button"
            },
            {
              "name": "buttonVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Applies on of Bootstrap's theme colors when in 'button' mode"
            },
            {
              "name": "inline",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "When set, renders the checkbox as an inline element rather than as a 100% width block"
            },
            {
              "name": "value",
              "type": "any",
              "default": "true",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Value returned when this checkbox is checked"
            },
            {
              "name": "indeterminate",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Renders the checkbox in an indeterminate state. Syncable via the .sync modifier"
            },
            {
              "name": "switch",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "When set, renders the checkbox with the appearance of a switch"
            },
            {
              "name": "uncheckedValue",
              "type": "any",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Value returned when this checkbox is unchecked. Note not applicable when multiple checkboxes bound to the same v-model array"
            }
          ],
          "vue-model": {
            "prop": "checked",
            "event": "input"
          },
          "events": [
            {
              "name": "change",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Emitted when selected value(s) is changed due to user interaction",
              "arguments": [
                {
                  "name": "checked",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
                  "description": "Value of checkbox(es). When bound to multiple checkboxes, value will be an array",
                  "type": "boolean|string|number|object|any[]"
                }
              ]
            },
            {
              "name": "input",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Emitted when the selected value(s) is changed",
              "arguments": [
                {
                  "name": "checked",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
                  "description": "Value of checkbox(es). When bound to multiple checkboxes, value will be an array",
                  "type": "boolean|string|number|object|any[]"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Content to place in the form checkbox"
            }
          ]
        },
        {
          "name": "BCheck",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BCheck"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
          "description": "Custom checkbox input and checkbox group to replace the browser default checkbox input, built on top of semantic and accessible markup. Optionally supports switch styling.\n\n*Alias for BFormCheckbox*",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "checked",
              "type": "any",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "The current value of the checkbox(es). Must be an array when there are multiple checkboxes bound to the same v-model"
            },
            {
              "name": "autofocus",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "When set to `true`, attempts to auto-focus the control when it is mounted, or re-activated when in a keep-alive. Does not set the `autofocus` attribute on the control"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "form",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control"
            },
            {
              "name": "name",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Sets the value of the `name` attribute on the form control"
            },
            {
              "name": "required",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Adds the `required` attribute to the form control"
            },
            {
              "name": "size",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'"
            },
            {
              "name": "state",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state"
            },
            {
              "name": "plain",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Render the form control in plain mode, rather than custom styled mode"
            },
            {
              "name": "ariaLabel",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Sets the value of `aria-label` attribute on the rendered element"
            },
            {
              "name": "ariaLabelledby",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "The ID of the element that provides a label for this component. Used as the value for the `aria-labelledby` attribute"
            },
            {
              "name": "button",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "When set, renders the checkbox with the appearance of a button"
            },
            {
              "name": "buttonVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Applies on of Bootstrap's theme colors when in 'button' mode"
            },
            {
              "name": "inline",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "When set, renders the checkbox as an inline element rather than as a 100% width block"
            },
            {
              "name": "value",
              "type": "any",
              "default": "true",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Value returned when this checkbox is checked"
            },
            {
              "name": "indeterminate",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Renders the checkbox in an indeterminate state. Syncable via the .sync modifier"
            },
            {
              "name": "switch",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "When set, renders the checkbox with the appearance of a switch"
            },
            {
              "name": "uncheckedValue",
              "type": "any",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Value returned when this checkbox is unchecked. Note not applicable when multiple checkboxes bound to the same v-model array"
            }
          ],
          "vue-model": {
            "prop": "checked",
            "event": "input"
          },
          "events": [
            {
              "name": "change",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Emitted when selected value(s) is changed due to user interaction",
              "arguments": [
                {
                  "name": "checked",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
                  "description": "Value of checkbox(es). When bound to multiple checkboxes, value will be an array",
                  "type": "boolean|string|number|object|any[]"
                }
              ]
            },
            {
              "name": "input",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Emitted when the selected value(s) is changed",
              "arguments": [
                {
                  "name": "checked",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
                  "description": "Value of checkbox(es). When bound to multiple checkboxes, value will be an array",
                  "type": "boolean|string|number|object|any[]"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Content to place in the form checkbox"
            }
          ]
        },
        {
          "name": "BFormDatepicker",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BFormDatepicker"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
          "description": "BootstrapVue custom date picker input form control, which provides full WAI-ARIA accessibility (a11y) and supports internationalization (i18n).",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "value",
              "type": "Date|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Initially selected date value. Accepts either a `YYYY-MM-DD` string or a `Date` object"
            },
            {
              "name": "ariaControls",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "If this component controls another component or element, set this to the ID of the controlled component or element"
            },
            {
              "name": "boundary",
              "type": "HTMLElement|string",
              "default": "\"scrollParent\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "The boundary constraint of the menu: `'scrollParent'`, `'window'`, `'viewport'`, or a reference to an `HTMLElement`"
            },
            {
              "name": "buttonOnly",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Renders the datepicker as a dropdown button instead of a form-control"
            },
            {
              "name": "buttonVariant",
              "type": "string",
              "default": "\"secondary\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "The button variant to use when in `button-only` mode. Has no effect if prop `button-only` is not set"
            },
            {
              "name": "calendarWidth",
              "type": "string",
              "default": "\"270px\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Sets the width of the calendar dropdown (see the `b-calendar` prop `width` for details)"
            },
            {
              "name": "closeButton",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "When set, shows the optional close button"
            },
            {
              "name": "closeButtonVariant",
              "type": "string",
              "default": "\"outline-secondary\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Button variant to use for the optional `close` button"
            },
            {
              "name": "dark",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "When set, gives the popup calendar dialog a dark background"
            },
            {
              "name": "dateDisabledFn",
              "type": "function",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Set to a function reference which returns `true` if the date is disabled, or `false` if the date should be enabled. See documentation for details"
            },
            {
              "name": "dateFormatOptions",
              "type": "object",
              "default": "{\"year\":\"numeric\",\"month\":\"long\",\"day\":\"numeric\",\"weekday\":\"long\"}",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Format object for displayed text string that is passed to `Intl.DateTimeFormat`"
            },
            {
              "name": "dateInfoFn",
              "type": "function",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Set to a function reference which returns a class (string), or classes (array of strings) to apply to the date cell. See calendar documentation for details. Passed through to the child calendar component"
            },
            {
              "name": "direction",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Set to the string 'rtl' or 'ltr' to explicitly force the calendar to render in right-to-left or left-ro-right (respectively) mode. Defaults to the resolved locale's directionality"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Places the calendar in a non-interactive disabled state"
            },
            {
              "name": "dropleft",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "When set, positions the menu to the left of the button"
            },
            {
              "name": "dropright",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "When set, positions the menu to the right of the button"
            },
            {
              "name": "dropup",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "When set, positions the menu on the top of the button"
            },
            {
              "name": "form",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control"
            },
            {
              "name": "headerTag",
              "type": "string",
              "default": "\"header\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Specify the HTML tag to render instead of the default tag for the header"
            },
            {
              "name": "hideHeader",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "When `true`, visually hides the selected date header"
            },
            {
              "name": "initialDate",
              "type": "Date|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "When a `value` is not specified, sets the initial calendar month date that will be presented to the user. Accepts a value in `YYYY-MM-DD` format or a `Date` object. Defaults to the current date (or min or max if the current date is out of range)"
            },
            {
              "name": "labelCalendar",
              "type": "string",
              "default": "\"Calendar\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Value of the `aria-label` and `role-description` attributes applied to the calendar grid"
            },
            {
              "name": "labelCloseButton",
              "type": "string",
              "default": "\"Close\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Content for the optional `Close` button"
            },
            {
              "name": "labelCurrentMonth",
              "type": "string",
              "default": "\"Current month\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Value of the `aria-label` and `title` attributes on the `Current Month` navigation button"
            },
            {
              "name": "labelHelp",
              "type": "string",
              "default": "\"Use cursor keys to navigate calendar dates\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Help text that appears at the bottom of the calendar grid"
            },
            {
              "name": "labelNav",
              "type": "string",
              "default": "\"Calendar navigation\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Value of the `aria-label` attribute on to the calendar navigation button wrapper"
            },
            {
              "name": "labelNextDecade",
              "type": "string",
              "default": "\"Next decade\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Value of the `aria-label` and `title` attributes on the optional `Next Decade` navigation button"
            },
            {
              "name": "labelNextMonth",
              "type": "string",
              "default": "\"Next month\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Value of the `aria-label` and `title` attributes on the `Next Month` navigation button"
            },
            {
              "name": "labelNextYear",
              "type": "string",
              "default": "\"Next year\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Value of the `aria-label` and `title` attributes on the `Next Year` navigation button"
            },
            {
              "name": "labelNoDateSelected",
              "type": "string",
              "default": "\"No date selected\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Label to use when no date is currently selected"
            },
            {
              "name": "labelPrevDecade",
              "type": "string",
              "default": "\"Previous decade\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Value of the `aria-label` and `title` attributes on the optional `Previous Decade` navigation button"
            },
            {
              "name": "labelPrevMonth",
              "type": "string",
              "default": "\"Previous month\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Value of the `aria-label` and `title` attributes on the `Previous Month` navigation button"
            },
            {
              "name": "labelPrevYear",
              "type": "string",
              "default": "\"Previous year\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Value of the `aria-label` and `title` attributes on the `Previous Year` navigation button"
            },
            {
              "name": "labelResetButton",
              "type": "string",
              "default": "\"Reset\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Content for the optional `Reset` button"
            },
            {
              "name": "labelSelected",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Value of the `aria-label` attribute set on the calendar grid date button that is selected"
            },
            {
              "name": "labelToday",
              "type": "string",
              "default": "\"Today\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Value of the `aria-label` attribute for the calendar grid date button to signify that the date is today's date"
            },
            {
              "name": "labelTodayButton",
              "type": "string",
              "default": "\"Select today\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Content for the optional `Select today` button"
            },
            {
              "name": "locale",
              "type": "any[]|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Locale (or locales) for the calendar to use. When passing an array of locales, the order of the locales is from most preferred to least preferred"
            },
            {
              "name": "max",
              "type": "Date|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "The maximum date the calendar will show"
            },
            {
              "name": "menuClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Class (or classes) to apply to to popup menu wrapper"
            },
            {
              "name": "min",
              "type": "Date|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "The minimum date the calendar will show"
            },
            {
              "name": "name",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Sets the value of the `name` attribute on the form control"
            },
            {
              "name": "navButtonVariant",
              "type": "string",
              "default": "\"secondary\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Theme color variant to use for the navigation buttons"
            },
            {
              "name": "noCloseOnSelect",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Disables closing the popup date picker when a date is clicked/selected"
            },
            {
              "name": "noFlip",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Prevent the menu from auto flipping positions"
            },
            {
              "name": "noHighlightToday",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Disabled the highlighting of todays date in the calendar"
            },
            {
              "name": "offset",
              "type": "number|string",
              "default": "0",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Specify the number of pixels to shift the menu by. Negative values supported"
            },
            {
              "name": "placeholder",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Text so show in the form control when no date is selected. Defaults to the `label-no-date-selected` prop value"
            },
            {
              "name": "popperOpts",
              "type": "object",
              "default": "{}",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Additional configuration to pass to Popper.js"
            },
            {
              "name": "readonly",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Places the calendar in an interactive readonly state. Disables updating the v-model, while still allowing date navigation"
            },
            {
              "name": "required",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "When set, adds the `aria-required=\"true\"` attribute on the component. Required validation needs to be handled by your application"
            },
            {
              "name": "resetButton",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "When set, shows the optional `reset` button"
            },
            {
              "name": "resetButtonVariant",
              "type": "string",
              "default": "\"outline-danger\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Button variant to use for the optional `reset` button"
            },
            {
              "name": "resetValue",
              "type": "Date|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "When the optional `reset` button is clicked, the selected date will be set to this value. Default is to clear the selected value"
            },
            {
              "name": "right",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Align the right edge of the menu with the right of the button"
            },
            {
              "name": "selectedVariant",
              "type": "string",
              "default": "\"primary\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Theme color variant to use for the selected date button"
            },
            {
              "name": "showDecadeNav",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "When `true`, shows the +/- decade navigation buttons"
            },
            {
              "name": "size",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'"
            },
            {
              "name": "startWeekday",
              "type": "number|string",
              "default": "0",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Day of week to start the calendar. `0` for Sunday, `1` for Monday, `6` for Saturday, etc."
            },
            {
              "name": "state",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state"
            },
            {
              "name": "todayButton",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "When set, shows the optional `select today` button"
            },
            {
              "name": "todayButtonVariant",
              "type": "string",
              "default": "\"outline-primary\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Button variant to use for the optional `select today` button"
            },
            {
              "name": "todayVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Theme color variant to use for highlighting todays date button. Defaults to the `selectedVariant` prop"
            },
            {
              "name": "valueAsDate",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Returns a `Date` object for the v-model instead of a `YYYY-MM-DD` string"
            },
            {
              "name": "weekdayHeaderFormat",
              "type": "string",
              "default": "\"short\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Format to use for the calendar weekday headings. Possible values are `long`, `short` (default), or `narrow`"
            }
          ],
          "vue-model": {
            "prop": "value",
            "event": "input"
          },
          "events": [
            {
              "name": "context",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "`b-calendar` context event. Emitted when the user changes the active date via date navigation buttons or cursor control",
              "arguments": [
                {
                  "name": "context",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
                  "description": "The `b-calendar` context object. See the `b-calendar` documentaion for details",
                  "type": "object"
                }
              ]
            },
            {
              "name": "hidden",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Emitted when the picker popup has hidden"
            },
            {
              "name": "input",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Emitted when updating the v-model",
              "arguments": [
                {
                  "name": "date",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
                  "description": "Either a string in the format of `YYYY-MM-DD` or a `Date` object (if `value-as-date` prop is `true`)",
                  "type": "string|Date"
                }
              ]
            },
            {
              "name": "shown",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Emitted when the picker popup has shown"
            }
          ],
          "slots": [
            {
              "name": "button-content",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Content to place in the datepicker's icon button",
              "vue-properties": [
                {
                  "name": "isHovered",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
                  "description": "`true` if the component is hovered",
                  "type": "boolean"
                },
                {
                  "name": "hasFocus",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
                  "description": "`true` if the datepicker icon button has focus",
                  "type": "boolean"
                },
                {
                  "name": "state",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
                  "description": "The value of the `state` prop. `true` (valid), `false` (invalid), or `null`",
                  "type": "boolean"
                },
                {
                  "name": "open",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
                  "description": "The visibility state of the popup. `true` if the popup is visible and `false` if not",
                  "type": "boolean"
                }
              ]
            },
            {
              "name": "nav-next-decade",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Used to place custom content in the next decade navigation button",
              "vue-properties": [
                {
                  "name": "isRTL",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
                  "description": "Will be `true` if the date navigation bar is rendered right to left",
                  "type": "boolean"
                }
              ]
            },
            {
              "name": "nav-next-month",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Used to place custom content in the next month navigation button",
              "vue-properties": [
                {
                  "name": "isRTL",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
                  "description": "Will be `true` if the date navigation bar is rendered right to left",
                  "type": "boolean"
                }
              ]
            },
            {
              "name": "nav-next-year",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Used to place custom content in the next year navigation button",
              "vue-properties": [
                {
                  "name": "isRTL",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
                  "description": "Will be `true` if the date navigation bar is rendered right to left",
                  "type": "boolean"
                }
              ]
            },
            {
              "name": "nav-prev-decade",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Used to place custom content in the previous decade navigation button",
              "vue-properties": [
                {
                  "name": "isRTL",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
                  "description": "Will be `true` if the date navigation bar is rendered right to left",
                  "type": "boolean"
                }
              ]
            },
            {
              "name": "nav-prev-month",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Used to place custom content in the previous month navigation button",
              "vue-properties": [
                {
                  "name": "isRTL",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
                  "description": "Will be `true` if the date navigation bar is rendered right to left",
                  "type": "boolean"
                }
              ]
            },
            {
              "name": "nav-prev-year",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Used to place custom content in the previous year navigation button",
              "vue-properties": [
                {
                  "name": "isRTL",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
                  "description": "Will be `true` if the date navigation bar is rendered right to left",
                  "type": "boolean"
                }
              ]
            },
            {
              "name": "nav-this-month",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Used to place custom content in the this month/day navigation button",
              "vue-properties": [
                {
                  "name": "isRTL",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
                  "description": "Will be `true` if the date navigation bar is rendered right to left",
                  "type": "boolean"
                }
              ]
            }
          ]
        },
        {
          "name": "BDatepicker",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BDatepicker"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
          "description": "BootstrapVue custom date picker input form control, which provides full WAI-ARIA accessibility (a11y) and supports internationalization (i18n).\n\n*Alias for BFormDatepicker*",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "value",
              "type": "Date|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Initially selected date value. Accepts either a `YYYY-MM-DD` string or a `Date` object"
            },
            {
              "name": "ariaControls",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "If this component controls another component or element, set this to the ID of the controlled component or element"
            },
            {
              "name": "boundary",
              "type": "HTMLElement|string",
              "default": "\"scrollParent\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "The boundary constraint of the menu: `'scrollParent'`, `'window'`, `'viewport'`, or a reference to an `HTMLElement`"
            },
            {
              "name": "buttonOnly",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Renders the datepicker as a dropdown button instead of a form-control"
            },
            {
              "name": "buttonVariant",
              "type": "string",
              "default": "\"secondary\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "The button variant to use when in `button-only` mode. Has no effect if prop `button-only` is not set"
            },
            {
              "name": "calendarWidth",
              "type": "string",
              "default": "\"270px\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Sets the width of the calendar dropdown (see the `b-calendar` prop `width` for details)"
            },
            {
              "name": "closeButton",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "When set, shows the optional close button"
            },
            {
              "name": "closeButtonVariant",
              "type": "string",
              "default": "\"outline-secondary\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Button variant to use for the optional `close` button"
            },
            {
              "name": "dark",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "When set, gives the popup calendar dialog a dark background"
            },
            {
              "name": "dateDisabledFn",
              "type": "function",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Set to a function reference which returns `true` if the date is disabled, or `false` if the date should be enabled. See documentation for details"
            },
            {
              "name": "dateFormatOptions",
              "type": "object",
              "default": "{\"year\":\"numeric\",\"month\":\"long\",\"day\":\"numeric\",\"weekday\":\"long\"}",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Format object for displayed text string that is passed to `Intl.DateTimeFormat`"
            },
            {
              "name": "dateInfoFn",
              "type": "function",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Set to a function reference which returns a class (string), or classes (array of strings) to apply to the date cell. See calendar documentation for details. Passed through to the child calendar component"
            },
            {
              "name": "direction",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Set to the string 'rtl' or 'ltr' to explicitly force the calendar to render in right-to-left or left-ro-right (respectively) mode. Defaults to the resolved locale's directionality"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Places the calendar in a non-interactive disabled state"
            },
            {
              "name": "dropleft",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "When set, positions the menu to the left of the button"
            },
            {
              "name": "dropright",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "When set, positions the menu to the right of the button"
            },
            {
              "name": "dropup",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "When set, positions the menu on the top of the button"
            },
            {
              "name": "form",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control"
            },
            {
              "name": "headerTag",
              "type": "string",
              "default": "\"header\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Specify the HTML tag to render instead of the default tag for the header"
            },
            {
              "name": "hideHeader",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "When `true`, visually hides the selected date header"
            },
            {
              "name": "initialDate",
              "type": "Date|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "When a `value` is not specified, sets the initial calendar month date that will be presented to the user. Accepts a value in `YYYY-MM-DD` format or a `Date` object. Defaults to the current date (or min or max if the current date is out of range)"
            },
            {
              "name": "labelCalendar",
              "type": "string",
              "default": "\"Calendar\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Value of the `aria-label` and `role-description` attributes applied to the calendar grid"
            },
            {
              "name": "labelCloseButton",
              "type": "string",
              "default": "\"Close\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Content for the optional `Close` button"
            },
            {
              "name": "labelCurrentMonth",
              "type": "string",
              "default": "\"Current month\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Value of the `aria-label` and `title` attributes on the `Current Month` navigation button"
            },
            {
              "name": "labelHelp",
              "type": "string",
              "default": "\"Use cursor keys to navigate calendar dates\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Help text that appears at the bottom of the calendar grid"
            },
            {
              "name": "labelNav",
              "type": "string",
              "default": "\"Calendar navigation\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Value of the `aria-label` attribute on to the calendar navigation button wrapper"
            },
            {
              "name": "labelNextDecade",
              "type": "string",
              "default": "\"Next decade\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Value of the `aria-label` and `title` attributes on the optional `Next Decade` navigation button"
            },
            {
              "name": "labelNextMonth",
              "type": "string",
              "default": "\"Next month\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Value of the `aria-label` and `title` attributes on the `Next Month` navigation button"
            },
            {
              "name": "labelNextYear",
              "type": "string",
              "default": "\"Next year\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Value of the `aria-label` and `title` attributes on the `Next Year` navigation button"
            },
            {
              "name": "labelNoDateSelected",
              "type": "string",
              "default": "\"No date selected\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Label to use when no date is currently selected"
            },
            {
              "name": "labelPrevDecade",
              "type": "string",
              "default": "\"Previous decade\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Value of the `aria-label` and `title` attributes on the optional `Previous Decade` navigation button"
            },
            {
              "name": "labelPrevMonth",
              "type": "string",
              "default": "\"Previous month\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Value of the `aria-label` and `title` attributes on the `Previous Month` navigation button"
            },
            {
              "name": "labelPrevYear",
              "type": "string",
              "default": "\"Previous year\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Value of the `aria-label` and `title` attributes on the `Previous Year` navigation button"
            },
            {
              "name": "labelResetButton",
              "type": "string",
              "default": "\"Reset\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Content for the optional `Reset` button"
            },
            {
              "name": "labelSelected",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Value of the `aria-label` attribute set on the calendar grid date button that is selected"
            },
            {
              "name": "labelToday",
              "type": "string",
              "default": "\"Today\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Value of the `aria-label` attribute for the calendar grid date button to signify that the date is today's date"
            },
            {
              "name": "labelTodayButton",
              "type": "string",
              "default": "\"Select today\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Content for the optional `Select today` button"
            },
            {
              "name": "locale",
              "type": "any[]|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Locale (or locales) for the calendar to use. When passing an array of locales, the order of the locales is from most preferred to least preferred"
            },
            {
              "name": "max",
              "type": "Date|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "The maximum date the calendar will show"
            },
            {
              "name": "menuClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Class (or classes) to apply to to popup menu wrapper"
            },
            {
              "name": "min",
              "type": "Date|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "The minimum date the calendar will show"
            },
            {
              "name": "name",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Sets the value of the `name` attribute on the form control"
            },
            {
              "name": "navButtonVariant",
              "type": "string",
              "default": "\"secondary\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Theme color variant to use for the navigation buttons"
            },
            {
              "name": "noCloseOnSelect",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Disables closing the popup date picker when a date is clicked/selected"
            },
            {
              "name": "noFlip",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Prevent the menu from auto flipping positions"
            },
            {
              "name": "noHighlightToday",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Disabled the highlighting of todays date in the calendar"
            },
            {
              "name": "offset",
              "type": "number|string",
              "default": "0",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Specify the number of pixels to shift the menu by. Negative values supported"
            },
            {
              "name": "placeholder",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Text so show in the form control when no date is selected. Defaults to the `label-no-date-selected` prop value"
            },
            {
              "name": "popperOpts",
              "type": "object",
              "default": "{}",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Additional configuration to pass to Popper.js"
            },
            {
              "name": "readonly",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Places the calendar in an interactive readonly state. Disables updating the v-model, while still allowing date navigation"
            },
            {
              "name": "required",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "When set, adds the `aria-required=\"true\"` attribute on the component. Required validation needs to be handled by your application"
            },
            {
              "name": "resetButton",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "When set, shows the optional `reset` button"
            },
            {
              "name": "resetButtonVariant",
              "type": "string",
              "default": "\"outline-danger\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Button variant to use for the optional `reset` button"
            },
            {
              "name": "resetValue",
              "type": "Date|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "When the optional `reset` button is clicked, the selected date will be set to this value. Default is to clear the selected value"
            },
            {
              "name": "right",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Align the right edge of the menu with the right of the button"
            },
            {
              "name": "selectedVariant",
              "type": "string",
              "default": "\"primary\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Theme color variant to use for the selected date button"
            },
            {
              "name": "showDecadeNav",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "When `true`, shows the +/- decade navigation buttons"
            },
            {
              "name": "size",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'"
            },
            {
              "name": "startWeekday",
              "type": "number|string",
              "default": "0",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Day of week to start the calendar. `0` for Sunday, `1` for Monday, `6` for Saturday, etc."
            },
            {
              "name": "state",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state"
            },
            {
              "name": "todayButton",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "When set, shows the optional `select today` button"
            },
            {
              "name": "todayButtonVariant",
              "type": "string",
              "default": "\"outline-primary\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Button variant to use for the optional `select today` button"
            },
            {
              "name": "todayVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Theme color variant to use for highlighting todays date button. Defaults to the `selectedVariant` prop"
            },
            {
              "name": "valueAsDate",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Returns a `Date` object for the v-model instead of a `YYYY-MM-DD` string"
            },
            {
              "name": "weekdayHeaderFormat",
              "type": "string",
              "default": "\"short\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Format to use for the calendar weekday headings. Possible values are `long`, `short` (default), or `narrow`"
            }
          ],
          "vue-model": {
            "prop": "value",
            "event": "input"
          },
          "events": [
            {
              "name": "context",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "`b-calendar` context event. Emitted when the user changes the active date via date navigation buttons or cursor control",
              "arguments": [
                {
                  "name": "context",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
                  "description": "The `b-calendar` context object. See the `b-calendar` documentaion for details",
                  "type": "object"
                }
              ]
            },
            {
              "name": "hidden",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Emitted when the picker popup has hidden"
            },
            {
              "name": "input",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Emitted when updating the v-model",
              "arguments": [
                {
                  "name": "date",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
                  "description": "Either a string in the format of `YYYY-MM-DD` or a `Date` object (if `value-as-date` prop is `true`)",
                  "type": "string|Date"
                }
              ]
            },
            {
              "name": "shown",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Emitted when the picker popup has shown"
            }
          ],
          "slots": [
            {
              "name": "button-content",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Content to place in the datepicker's icon button",
              "vue-properties": [
                {
                  "name": "isHovered",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
                  "description": "`true` if the component is hovered",
                  "type": "boolean"
                },
                {
                  "name": "hasFocus",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
                  "description": "`true` if the datepicker icon button has focus",
                  "type": "boolean"
                },
                {
                  "name": "state",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
                  "description": "The value of the `state` prop. `true` (valid), `false` (invalid), or `null`",
                  "type": "boolean"
                },
                {
                  "name": "open",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
                  "description": "The visibility state of the popup. `true` if the popup is visible and `false` if not",
                  "type": "boolean"
                }
              ]
            },
            {
              "name": "nav-next-decade",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Used to place custom content in the next decade navigation button",
              "vue-properties": [
                {
                  "name": "isRTL",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
                  "description": "Will be `true` if the date navigation bar is rendered right to left",
                  "type": "boolean"
                }
              ]
            },
            {
              "name": "nav-next-month",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Used to place custom content in the next month navigation button",
              "vue-properties": [
                {
                  "name": "isRTL",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
                  "description": "Will be `true` if the date navigation bar is rendered right to left",
                  "type": "boolean"
                }
              ]
            },
            {
              "name": "nav-next-year",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Used to place custom content in the next year navigation button",
              "vue-properties": [
                {
                  "name": "isRTL",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
                  "description": "Will be `true` if the date navigation bar is rendered right to left",
                  "type": "boolean"
                }
              ]
            },
            {
              "name": "nav-prev-decade",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Used to place custom content in the previous decade navigation button",
              "vue-properties": [
                {
                  "name": "isRTL",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
                  "description": "Will be `true` if the date navigation bar is rendered right to left",
                  "type": "boolean"
                }
              ]
            },
            {
              "name": "nav-prev-month",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Used to place custom content in the previous month navigation button",
              "vue-properties": [
                {
                  "name": "isRTL",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
                  "description": "Will be `true` if the date navigation bar is rendered right to left",
                  "type": "boolean"
                }
              ]
            },
            {
              "name": "nav-prev-year",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Used to place custom content in the previous year navigation button",
              "vue-properties": [
                {
                  "name": "isRTL",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
                  "description": "Will be `true` if the date navigation bar is rendered right to left",
                  "type": "boolean"
                }
              ]
            },
            {
              "name": "nav-this-month",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Used to place custom content in the this month/day navigation button",
              "vue-properties": [
                {
                  "name": "isRTL",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
                  "description": "Will be `true` if the date navigation bar is rendered right to left",
                  "type": "boolean"
                }
              ]
            }
          ]
        },
        {
          "name": "BFormFile",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BFormFile"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
          "description": "Customized, cross-browser consistent, file input control that supports single file, multiple files, and directory upload.",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "value",
              "type": "any[]|File",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "The current value of the file input. Will be a single `File` object or an array of `File` objects (if `multiple` or `directory` is set). Can be set to `null`, or an empty array to reset the file input"
            },
            {
              "name": "autofocus",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "When set to `true`, attempts to auto-focus the control when it is mounted, or re-activated when in a keep-alive. Does not set the `autofocus` attribute on the control"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "form",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control"
            },
            {
              "name": "name",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "Sets the value of the `name` attribute on the form control"
            },
            {
              "name": "required",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "Adds the `required` attribute to the form control"
            },
            {
              "name": "state",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state"
            },
            {
              "name": "plain",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "Render the form control in plain mode, rather than custom styled mode"
            },
            {
              "name": "accept",
              "type": "string",
              "default": "\"\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "Value to set on the file input's `accept` attribute"
            },
            {
              "name": "browseText",
              "type": "string",
              "default": "\"Browse\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "Text content for the file browse button"
            },
            {
              "name": "capture",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "When set, will instruction the browser to use the devices camera (if supported)"
            },
            {
              "name": "directory",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "Enable `directory` mode (on browsers that support it)"
            },
            {
              "name": "dropPlaceholder",
              "type": "string",
              "default": "\"Drop files here\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "Text to display as the placeholder when files are being dragged and it's allowed to drop them"
            },
            {
              "name": "fileNameFormatter",
              "type": "function",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "Method to format the file names for display. Refer to the docs for details"
            },
            {
              "name": "multiple",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "When set, will allow multiple files to be selected. `v-model` will be an array"
            },
            {
              "name": "noDrop",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "Disable drag and drop mode"
            },
            {
              "name": "noDropPlaceholder",
              "type": "string",
              "default": "\"Not allowed\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "Text to display as the placeholder when files are being dragged and it isn't allowed to drop them"
            },
            {
              "name": "noTraverse",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "Wether to returns files as a flat array when in `directory` mode"
            },
            {
              "name": "placeholder",
              "type": "string",
              "default": "\"No file chosen\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "Sets the `placeholder` attribute value on the form control"
            },
            {
              "name": "size",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'"
            }
          ],
          "vue-model": {
            "prop": "value",
            "event": "input"
          },
          "events": [
            {
              "name": "change",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "Original change event of the input",
              "arguments": [
                {
                  "name": "event",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
                  "description": "Native change event object",
                  "type": "Event"
                }
              ]
            },
            {
              "name": "input",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "Updates the `v-model` value (see docs for more details)",
              "arguments": [
                {
                  "name": "file",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
                  "description": "Will be a single File object in single mode or an array of File objects in multiple mode",
                  "type": "File|any[]"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "drop-placeholder",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "Placeholder content when files are about to be dropped. Defaults to value of `drop-placeholder` prop",
              "vue-properties": [
                {
                  "name": "allowed",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
                  "description": "Wether its currently allowed to drop files",
                  "type": "boolean"
                }
              ]
            },
            {
              "name": "file-name",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "Scoped slot for formatting the file names",
              "vue-properties": [
                {
                  "name": "files",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
                  "description": "Flat array of `File` objects",
                  "type": "any[]"
                },
                {
                  "name": "filesTraversed",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
                  "description": "Array of arrays of `File` objects when in `directory` mode",
                  "type": "any[]"
                },
                {
                  "name": "names",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
                  "description": "Flat array of file names (strings)",
                  "type": "any[]"
                }
              ]
            },
            {
              "name": "placeholder",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "Placeholder content, when no files selected. Defaults to `placeholder` prop value"
            }
          ]
        },
        {
          "name": "BFile",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BFile"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
          "description": "Customized, cross-browser consistent, file input control that supports single file, multiple files, and directory upload.\n\n*Alias for BFormFile*",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "value",
              "type": "any[]|File",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "The current value of the file input. Will be a single `File` object or an array of `File` objects (if `multiple` or `directory` is set). Can be set to `null`, or an empty array to reset the file input"
            },
            {
              "name": "autofocus",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "When set to `true`, attempts to auto-focus the control when it is mounted, or re-activated when in a keep-alive. Does not set the `autofocus` attribute on the control"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "form",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control"
            },
            {
              "name": "name",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "Sets the value of the `name` attribute on the form control"
            },
            {
              "name": "required",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "Adds the `required` attribute to the form control"
            },
            {
              "name": "state",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state"
            },
            {
              "name": "plain",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "Render the form control in plain mode, rather than custom styled mode"
            },
            {
              "name": "accept",
              "type": "string",
              "default": "\"\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "Value to set on the file input's `accept` attribute"
            },
            {
              "name": "browseText",
              "type": "string",
              "default": "\"Browse\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "Text content for the file browse button"
            },
            {
              "name": "capture",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "When set, will instruction the browser to use the devices camera (if supported)"
            },
            {
              "name": "directory",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "Enable `directory` mode (on browsers that support it)"
            },
            {
              "name": "dropPlaceholder",
              "type": "string",
              "default": "\"Drop files here\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "Text to display as the placeholder when files are being dragged and it's allowed to drop them"
            },
            {
              "name": "fileNameFormatter",
              "type": "function",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "Method to format the file names for display. Refer to the docs for details"
            },
            {
              "name": "multiple",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "When set, will allow multiple files to be selected. `v-model` will be an array"
            },
            {
              "name": "noDrop",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "Disable drag and drop mode"
            },
            {
              "name": "noDropPlaceholder",
              "type": "string",
              "default": "\"Not allowed\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "Text to display as the placeholder when files are being dragged and it isn't allowed to drop them"
            },
            {
              "name": "noTraverse",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "Wether to returns files as a flat array when in `directory` mode"
            },
            {
              "name": "placeholder",
              "type": "string",
              "default": "\"No file chosen\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "Sets the `placeholder` attribute value on the form control"
            },
            {
              "name": "size",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'"
            }
          ],
          "vue-model": {
            "prop": "value",
            "event": "input"
          },
          "events": [
            {
              "name": "change",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "Original change event of the input",
              "arguments": [
                {
                  "name": "event",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
                  "description": "Native change event object",
                  "type": "Event"
                }
              ]
            },
            {
              "name": "input",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "Updates the `v-model` value (see docs for more details)",
              "arguments": [
                {
                  "name": "file",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
                  "description": "Will be a single File object in single mode or an array of File objects in multiple mode",
                  "type": "File|any[]"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "drop-placeholder",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "Placeholder content when files are about to be dropped. Defaults to value of `drop-placeholder` prop",
              "vue-properties": [
                {
                  "name": "allowed",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
                  "description": "Wether its currently allowed to drop files",
                  "type": "boolean"
                }
              ]
            },
            {
              "name": "file-name",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "Scoped slot for formatting the file names",
              "vue-properties": [
                {
                  "name": "files",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
                  "description": "Flat array of `File` objects",
                  "type": "any[]"
                },
                {
                  "name": "filesTraversed",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
                  "description": "Array of arrays of `File` objects when in `directory` mode",
                  "type": "any[]"
                },
                {
                  "name": "names",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
                  "description": "Flat array of file names (strings)",
                  "type": "any[]"
                }
              ]
            },
            {
              "name": "placeholder",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "Placeholder content, when no files selected. Defaults to `placeholder` prop value"
            }
          ]
        },
        {
          "name": "BFormGroup",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BFormGroup"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/form-group/",
          "description": "Easily add some structure to forms. Its purpose is to pair form controls with a legend or label, and to provide help text and invalid/valid feedback text, as well as visual (color) contextual state feedback.",
          "props": [
            {
              "name": "contentCols",
              "type": "boolean|number|string",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-group/",
              "description": "Number of columns for the content width 'xs' screens and up"
            },
            {
              "name": "contentColsLg",
              "type": "boolean|number|string",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-group/",
              "description": "Number of columns for the content width 'lg' screens and up"
            },
            {
              "name": "contentColsMd",
              "type": "boolean|number|string",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-group/",
              "description": "Number of columns for the content width 'md' screens and up"
            },
            {
              "name": "contentColsSm",
              "type": "boolean|number|string",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-group/",
              "description": "Number of columns for the content width 'sm' screens and up"
            },
            {
              "name": "contentColsXl",
              "type": "boolean|number|string",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-group/",
              "description": "Number of columns for the content width 'xl' screens and up"
            },
            {
              "name": "description",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-group/",
              "description": "Text to place in the help text area of the form group"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-group/",
              "description": "Disabled the fieldset element, which in turn disables the form controls (on browsers that support disabled fieldsets). Has no effect if `label-for` is set"
            },
            {
              "name": "feedbackAriaLive",
              "type": "string",
              "default": "\"assertive\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-group/",
              "description": "Value to use for the `aria-live` attribute on the feedback text"
            },
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-group/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "invalidFeedback",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-group/",
              "description": "Text to show when the form group has an invalid state"
            },
            {
              "name": "label",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-group/",
              "description": "Text to place in the label/legend of the form group"
            },
            {
              "name": "labelAlign",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-group/",
              "description": "Text alignment 'left', 'center', 'right' for the label 'xs' screens and up"
            },
            {
              "name": "labelAlignLg",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-group/",
              "description": "Text alignment 'left', 'center', 'right' for the label 'lg' screens and up"
            },
            {
              "name": "labelAlignMd",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-group/",
              "description": "Text alignment 'left', 'center', 'right' for the label 'md' screens and up"
            },
            {
              "name": "labelAlignSm",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-group/",
              "description": "Text alignment 'left', 'center', 'right' for the label 'sm' screens and up"
            },
            {
              "name": "labelAlignXl",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-group/",
              "description": "Text alignment 'left', 'center', 'right' for the label 'xl' screens and up"
            },
            {
              "name": "labelClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-group/",
              "description": "CSS class (or classes) to add to the label/legend element"
            },
            {
              "name": "labelCols",
              "type": "boolean|number|string",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-group/",
              "description": "Number of columns for the label width 'xs' screens and up"
            },
            {
              "name": "labelColsLg",
              "type": "boolean|number|string",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-group/",
              "description": "Number of columns for the label width 'lg' screens and up"
            },
            {
              "name": "labelColsMd",
              "type": "boolean|number|string",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-group/",
              "description": "Number of columns for the label width 'md' screens and up"
            },
            {
              "name": "labelColsSm",
              "type": "boolean|number|string",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-group/",
              "description": "Number of columns for the label width 'sm' screens and up"
            },
            {
              "name": "labelColsXl",
              "type": "boolean|number|string",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-group/",
              "description": "Number of columns for the label width 'xl' screens and up"
            },
            {
              "name": "labelFor",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-group/",
              "description": "Set to the ID of the singular form control in the form group. Do not set a value if there is more than one form control in the group"
            },
            {
              "name": "labelSize",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-group/",
              "description": "Sets the text size of the label: 'sm', 'md' (default) or 'lg'. Use this prop to have the label size match the form control size"
            },
            {
              "name": "labelSrOnly",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-group/",
              "description": "Visually hides the label content, but makes it available to screen reader users"
            },
            {
              "name": "state",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-group/",
              "description": "Controls the validation state of the feedback. `true` force shows valid-feedback, `false` force shows invalid feedback, `null` does not force show the feedback"
            },
            {
              "name": "tooltip",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-group/",
              "description": "Renders the feedback text in a rudimentary tooltip style"
            },
            {
              "name": "validFeedback",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-group/",
              "description": "Text to show when the form group has a valid state"
            },
            {
              "name": "validated",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-group/",
              "description": "When set, adds the Bootstrap validation trigger class 'was-validated' on the component"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-group/",
              "description": "Content to place in the form group",
              "vue-properties": [
                {
                  "name": "ariaDescribedby",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-group/",
                  "description": "The value for the `aria-describedby` attribute for input elements in the form group. Will be auto-assigned when `label-for` prop is given",
                  "type": "string"
                },
                {
                  "name": "id",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-group/",
                  "description": "The ID of the form group. Will equal `id` prop, when provided",
                  "type": "string"
                },
                {
                  "name": "descriptionId",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-group/",
                  "description": "The ID of the description element. Will be `null` when no description content given",
                  "type": "string"
                },
                {
                  "name": "labelId",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-group/",
                  "description": "The ID of the label element. Will be `null` when no description content given",
                  "type": "string"
                }
              ]
            },
            {
              "name": "description",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-group/",
              "description": "Content to place in the description area. Overrides the `description` prop"
            },
            {
              "name": "invalid-feedback",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-group/",
              "description": "Content to place in the invalid feedback area. Overrides the `invalid-feedback` prop"
            },
            {
              "name": "label",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-group/",
              "description": "Content to place inside the label element. Overrides the `label` prop"
            },
            {
              "name": "valid-feedback",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-group/",
              "description": "Content to place in the valid feedback area. Overrides the `valid-feedback` prop"
            }
          ]
        },
        {
          "name": "BFormInput",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BFormInput"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
          "description": "Create various type inputs such as: text, password, number, url, email, search, range, date and more.",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "autofocus",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "When set to `true`, attempts to auto-focus the control when it is mounted, or re-activated when in a keep-alive. Does not set the `autofocus` attribute on the control"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "form",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control"
            },
            {
              "name": "name",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "Sets the value of the `name` attribute on the form control"
            },
            {
              "name": "required",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "Adds the `required` attribute to the form control"
            },
            {
              "name": "size",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'"
            },
            {
              "name": "state",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state"
            },
            {
              "name": "value",
              "type": "number|string",
              "default": "\"\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "The current value of the input. Result will always be a string, except when the `number` prop is used"
            },
            {
              "name": "ariaInvalid",
              "type": "boolean|string",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "Sets the 'aria-invalid' attribute with the specified value"
            },
            {
              "name": "autocomplete",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "Sets the 'autocomplete' attribute value on the form control"
            },
            {
              "name": "debounce",
              "type": "number|string",
              "default": "0",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "When set to a number of milliseconds greater than zero, will debounce the user input. Has no effect if prop 'lazy' is set"
            },
            {
              "name": "formatter",
              "type": "function",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "Reference to a function for formatting the input"
            },
            {
              "name": "lazy",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "When set, updates the v-model on 'change'/'blur' events instead of 'input'. Emulates the Vue '.lazy' v-model modifier"
            },
            {
              "name": "lazyFormatter",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "When set, the input is formatted on blur instead of each keystroke (if there is a formatter specified)"
            },
            {
              "name": "number",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "When set attempts to convert the input value to a native number. Emulates the Vue '.number' v-model modifier"
            },
            {
              "name": "placeholder",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "Sets the `placeholder` attribute value on the form control"
            },
            {
              "name": "plaintext",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "Set the form control as readonly and renders the control to look like plain text (no borders)"
            },
            {
              "name": "readonly",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "Sets the `readonly` attribute on the form control"
            },
            {
              "name": "trim",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "When set, trims any leading and trailing white space from the input value. Emulates the Vue '.trim' v-model modifier"
            },
            {
              "name": "list",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "The ID of the associated datalist element or component"
            },
            {
              "name": "max",
              "type": "number|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "Value to set in the 'max' attribute on the input. Used by number-like inputs"
            },
            {
              "name": "min",
              "type": "number|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "Value to set in the 'min' attribute on the input. Used by number-like inputs"
            },
            {
              "name": "noWheel",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "For number-like inputs, disables the mouse wheel from incrementing or decrementing the value"
            },
            {
              "name": "step",
              "type": "number|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "Value to set in the 'step' attribute on the input. Used by number-like inputs"
            },
            {
              "name": "type",
              "type": "string",
              "default": "\"text\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "The type of input to render. See the docs for supported types"
            }
          ],
          "vue-model": {
            "prop": "value",
            "event": "update"
          },
          "events": [
            {
              "name": "blur",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "Emitted after the input loses focus",
              "arguments": [
                {
                  "name": "event",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
                  "description": "Native blur event (before any formatting)",
                  "type": "FocusEvent"
                }
              ]
            },
            {
              "name": "change",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "Change event triggered by user interaction. Emitted after any formatting (not including 'trim' or 'number' props) and after the v-model is updated",
              "arguments": [
                {
                  "name": "value",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
                  "description": "Current value of input",
                  "type": "string|number"
                }
              ]
            },
            {
              "name": "input",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "Input event triggered by user interaction. Emitted after any formatting (not including 'trim' or 'number' props) and after the v-model is updated",
              "arguments": [
                {
                  "name": "value",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
                  "description": "Current value of input",
                  "type": "string|number"
                }
              ]
            },
            {
              "name": "update",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "Emitted to update the v-model",
              "arguments": [
                {
                  "name": "value",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
                  "description": "Value of input, after any formatting. Not emitted if the value does not change",
                  "type": "string|number"
                }
              ]
            }
          ]
        },
        {
          "name": "BInput",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BInput"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
          "description": "Create various type inputs such as: text, password, number, url, email, search, range, date and more.\n\n*Alias for BFormInput*",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "autofocus",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "When set to `true`, attempts to auto-focus the control when it is mounted, or re-activated when in a keep-alive. Does not set the `autofocus` attribute on the control"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "form",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control"
            },
            {
              "name": "name",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "Sets the value of the `name` attribute on the form control"
            },
            {
              "name": "required",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "Adds the `required` attribute to the form control"
            },
            {
              "name": "size",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'"
            },
            {
              "name": "state",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state"
            },
            {
              "name": "value",
              "type": "number|string",
              "default": "\"\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "The current value of the input. Result will always be a string, except when the `number` prop is used"
            },
            {
              "name": "ariaInvalid",
              "type": "boolean|string",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "Sets the 'aria-invalid' attribute with the specified value"
            },
            {
              "name": "autocomplete",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "Sets the 'autocomplete' attribute value on the form control"
            },
            {
              "name": "debounce",
              "type": "number|string",
              "default": "0",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "When set to a number of milliseconds greater than zero, will debounce the user input. Has no effect if prop 'lazy' is set"
            },
            {
              "name": "formatter",
              "type": "function",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "Reference to a function for formatting the input"
            },
            {
              "name": "lazy",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "When set, updates the v-model on 'change'/'blur' events instead of 'input'. Emulates the Vue '.lazy' v-model modifier"
            },
            {
              "name": "lazyFormatter",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "When set, the input is formatted on blur instead of each keystroke (if there is a formatter specified)"
            },
            {
              "name": "number",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "When set attempts to convert the input value to a native number. Emulates the Vue '.number' v-model modifier"
            },
            {
              "name": "placeholder",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "Sets the `placeholder` attribute value on the form control"
            },
            {
              "name": "plaintext",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "Set the form control as readonly and renders the control to look like plain text (no borders)"
            },
            {
              "name": "readonly",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "Sets the `readonly` attribute on the form control"
            },
            {
              "name": "trim",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "When set, trims any leading and trailing white space from the input value. Emulates the Vue '.trim' v-model modifier"
            },
            {
              "name": "list",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "The ID of the associated datalist element or component"
            },
            {
              "name": "max",
              "type": "number|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "Value to set in the 'max' attribute on the input. Used by number-like inputs"
            },
            {
              "name": "min",
              "type": "number|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "Value to set in the 'min' attribute on the input. Used by number-like inputs"
            },
            {
              "name": "noWheel",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "For number-like inputs, disables the mouse wheel from incrementing or decrementing the value"
            },
            {
              "name": "step",
              "type": "number|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "Value to set in the 'step' attribute on the input. Used by number-like inputs"
            },
            {
              "name": "type",
              "type": "string",
              "default": "\"text\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "The type of input to render. See the docs for supported types"
            }
          ],
          "vue-model": {
            "prop": "value",
            "event": "update"
          },
          "events": [
            {
              "name": "blur",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "Emitted after the input loses focus",
              "arguments": [
                {
                  "name": "event",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
                  "description": "Native blur event (before any formatting)",
                  "type": "FocusEvent"
                }
              ]
            },
            {
              "name": "change",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "Change event triggered by user interaction. Emitted after any formatting (not including 'trim' or 'number' props) and after the v-model is updated",
              "arguments": [
                {
                  "name": "value",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
                  "description": "Current value of input",
                  "type": "string|number"
                }
              ]
            },
            {
              "name": "input",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "Input event triggered by user interaction. Emitted after any formatting (not including 'trim' or 'number' props) and after the v-model is updated",
              "arguments": [
                {
                  "name": "value",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
                  "description": "Current value of input",
                  "type": "string|number"
                }
              ]
            },
            {
              "name": "update",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "description": "Emitted to update the v-model",
              "arguments": [
                {
                  "name": "value",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
                  "description": "Value of input, after any formatting. Not emitted if the value does not change",
                  "type": "string|number"
                }
              ]
            }
          ]
        },
        {
          "name": "BFormRadioGroup",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BFormRadioGroup"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
          "description": "Cross browser consistent radio inputs and radio groups, using Bootstrap's custom radio input to replace the browser default radio input.",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "checked",
              "type": "any",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "The current value of the checked radio in the group"
            },
            {
              "name": "autofocus",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "When set to `true`, attempts to auto-focus the control when it is mounted, or re-activated when in a keep-alive. Does not set the `autofocus` attribute on the control"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "form",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control"
            },
            {
              "name": "name",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Sets the value of the `name` attribute on the form control"
            },
            {
              "name": "required",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Adds the `required` attribute to the form control"
            },
            {
              "name": "disabledField",
              "type": "string",
              "default": "\"disabled\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Field name in the `options` array that should be used for the disabled state"
            },
            {
              "name": "htmlField",
              "type": "string",
              "default": "\"html\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Field name in the `options` array that should be used for the html label instead of text field"
            },
            {
              "name": "options",
              "type": "any[]|object",
              "default": "[]",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Array of items to render in the component"
            },
            {
              "name": "textField",
              "type": "string",
              "default": "\"text\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Field name in the `options` array that should be used for the text label"
            },
            {
              "name": "valueField",
              "type": "string",
              "default": "\"value\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Field name in the `options` array that should be used for the value"
            },
            {
              "name": "size",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'"
            },
            {
              "name": "state",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state"
            },
            {
              "name": "plain",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Render the form control in plain mode, rather than custom styled mode"
            },
            {
              "name": "ariaInvalid",
              "type": "boolean|string",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Sets the 'aria-invalid' attribute value on the wrapper element. When not provided, the 'state' prop will control the attribute"
            },
            {
              "name": "buttonVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Specifies the Bootstrap contextual color theme variant the apply to the button style radios"
            },
            {
              "name": "buttons",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "When set, renderes the radios in this group with button styling"
            },
            {
              "name": "stacked",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "When set, renders the radio group in stacked mode"
            },
            {
              "name": "validated",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "When set, adds the Bootstrap class 'was-validated' to the group wrapper"
            }
          ],
          "vue-model": {
            "prop": "checked",
            "event": "input"
          },
          "events": [
            {
              "name": "change",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Emitted when selected value is changed due to user interaction",
              "arguments": [
                {
                  "name": "checked",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
                  "description": "Current selected Value of radio group",
                  "type": "boolean|string|number|object"
                }
              ]
            },
            {
              "name": "input",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Emitted when the selected value is changed",
              "arguments": [
                {
                  "name": "checked",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
                  "description": "Current selected Value of radio group",
                  "type": "boolean|string|number|object"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Content (form radios) to place in the form radio group"
            },
            {
              "name": "first",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Slot to place b-form-radio's so that they appear before radios generated from options prop"
            }
          ]
        },
        {
          "name": "BRadioGroup",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BRadioGroup"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
          "description": "Cross browser consistent radio inputs and radio groups, using Bootstrap's custom radio input to replace the browser default radio input.\n\n*Alias for BFormRadioGroup*",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "checked",
              "type": "any",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "The current value of the checked radio in the group"
            },
            {
              "name": "autofocus",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "When set to `true`, attempts to auto-focus the control when it is mounted, or re-activated when in a keep-alive. Does not set the `autofocus` attribute on the control"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "form",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control"
            },
            {
              "name": "name",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Sets the value of the `name` attribute on the form control"
            },
            {
              "name": "required",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Adds the `required` attribute to the form control"
            },
            {
              "name": "disabledField",
              "type": "string",
              "default": "\"disabled\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Field name in the `options` array that should be used for the disabled state"
            },
            {
              "name": "htmlField",
              "type": "string",
              "default": "\"html\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Field name in the `options` array that should be used for the html label instead of text field"
            },
            {
              "name": "options",
              "type": "any[]|object",
              "default": "[]",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Array of items to render in the component"
            },
            {
              "name": "textField",
              "type": "string",
              "default": "\"text\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Field name in the `options` array that should be used for the text label"
            },
            {
              "name": "valueField",
              "type": "string",
              "default": "\"value\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Field name in the `options` array that should be used for the value"
            },
            {
              "name": "size",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'"
            },
            {
              "name": "state",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state"
            },
            {
              "name": "plain",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Render the form control in plain mode, rather than custom styled mode"
            },
            {
              "name": "ariaInvalid",
              "type": "boolean|string",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Sets the 'aria-invalid' attribute value on the wrapper element. When not provided, the 'state' prop will control the attribute"
            },
            {
              "name": "buttonVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Specifies the Bootstrap contextual color theme variant the apply to the button style radios"
            },
            {
              "name": "buttons",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "When set, renderes the radios in this group with button styling"
            },
            {
              "name": "stacked",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "When set, renders the radio group in stacked mode"
            },
            {
              "name": "validated",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "When set, adds the Bootstrap class 'was-validated' to the group wrapper"
            }
          ],
          "vue-model": {
            "prop": "checked",
            "event": "input"
          },
          "events": [
            {
              "name": "change",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Emitted when selected value is changed due to user interaction",
              "arguments": [
                {
                  "name": "checked",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
                  "description": "Current selected Value of radio group",
                  "type": "boolean|string|number|object"
                }
              ]
            },
            {
              "name": "input",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Emitted when the selected value is changed",
              "arguments": [
                {
                  "name": "checked",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
                  "description": "Current selected Value of radio group",
                  "type": "boolean|string|number|object"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Content (form radios) to place in the form radio group"
            },
            {
              "name": "first",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Slot to place b-form-radio's so that they appear before radios generated from options prop"
            }
          ]
        },
        {
          "name": "BFormRadio",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BFormRadio"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
          "description": "Cross browser consistent radio inputs and radio groups, using Bootstrap's custom radio input to replace the browser default radio input.",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "checked",
              "type": "any",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "The current value of the radio(s)"
            },
            {
              "name": "autofocus",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "When set to `true`, attempts to auto-focus the control when it is mounted, or re-activated when in a keep-alive. Does not set the `autofocus` attribute on the control"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "form",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control"
            },
            {
              "name": "name",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Sets the value of the `name` attribute on the form control"
            },
            {
              "name": "required",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Adds the `required` attribute to the form control"
            },
            {
              "name": "size",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'"
            },
            {
              "name": "state",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state"
            },
            {
              "name": "plain",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Render the form control in plain mode, rather than custom styled mode"
            },
            {
              "name": "ariaLabel",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Sets the value of `aria-label` attribute on the rendered element"
            },
            {
              "name": "ariaLabelledby",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "The ID of the element that provides a label for this component. Used as the value for the `aria-labelledby` attribute"
            },
            {
              "name": "button",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "When set, renders the radio with the appearance of a button"
            },
            {
              "name": "buttonVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Applies on of Bootstrap's theme colors when in 'button' mode"
            },
            {
              "name": "inline",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "When set, renders the radio as an inline element rather than as a 100% width block"
            },
            {
              "name": "value",
              "type": "any",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Value returned when this radio is checked"
            }
          ],
          "vue-model": {
            "prop": "checked",
            "event": "input"
          },
          "events": [
            {
              "name": "change",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Emitted when selected value is changed due to user interaction",
              "arguments": [
                {
                  "name": "checked",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
                  "description": "Current selected Value of radio group",
                  "type": "boolean|string|number|object"
                }
              ]
            },
            {
              "name": "input",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Emitted when the selected value is changed",
              "arguments": [
                {
                  "name": "checked",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
                  "description": "Current selected Value of radio group",
                  "type": "boolean|string|number|object"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Content to place in the form radio"
            }
          ]
        },
        {
          "name": "BRadio",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BRadio"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
          "description": "Cross browser consistent radio inputs and radio groups, using Bootstrap's custom radio input to replace the browser default radio input.\n\n*Alias for BFormRadio*",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "checked",
              "type": "any",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "The current value of the radio(s)"
            },
            {
              "name": "autofocus",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "When set to `true`, attempts to auto-focus the control when it is mounted, or re-activated when in a keep-alive. Does not set the `autofocus` attribute on the control"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "form",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control"
            },
            {
              "name": "name",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Sets the value of the `name` attribute on the form control"
            },
            {
              "name": "required",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Adds the `required` attribute to the form control"
            },
            {
              "name": "size",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'"
            },
            {
              "name": "state",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state"
            },
            {
              "name": "plain",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Render the form control in plain mode, rather than custom styled mode"
            },
            {
              "name": "ariaLabel",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Sets the value of `aria-label` attribute on the rendered element"
            },
            {
              "name": "ariaLabelledby",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "The ID of the element that provides a label for this component. Used as the value for the `aria-labelledby` attribute"
            },
            {
              "name": "button",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "When set, renders the radio with the appearance of a button"
            },
            {
              "name": "buttonVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Applies on of Bootstrap's theme colors when in 'button' mode"
            },
            {
              "name": "inline",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "When set, renders the radio as an inline element rather than as a 100% width block"
            },
            {
              "name": "value",
              "type": "any",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Value returned when this radio is checked"
            }
          ],
          "vue-model": {
            "prop": "checked",
            "event": "input"
          },
          "events": [
            {
              "name": "change",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Emitted when selected value is changed due to user interaction",
              "arguments": [
                {
                  "name": "checked",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
                  "description": "Current selected Value of radio group",
                  "type": "boolean|string|number|object"
                }
              ]
            },
            {
              "name": "input",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Emitted when the selected value is changed",
              "arguments": [
                {
                  "name": "checked",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
                  "description": "Current selected Value of radio group",
                  "type": "boolean|string|number|object"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "Content to place in the form radio"
            }
          ]
        },
        {
          "name": "BFormRating",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BFormRating"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
          "description": "BootstrapVue custom star rating form control for ratings entry or aggregated display.",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "value",
              "type": "number|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "description": "Rating value. This is the v-model"
            },
            {
              "name": "size",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'"
            },
            {
              "name": "color",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "description": "CSS color to use instead of variant. Accepts either a HEX or RGB/RGBA string"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "form",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control"
            },
            {
              "name": "iconClear",
              "type": "string",
              "default": "\"x\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "description": "Bootstrap Icon name to use for the clear button. Note icon must be registered in your component or globally"
            },
            {
              "name": "iconEmpty",
              "type": "string",
              "default": "\"star\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "description": "Bootstrap Icon name to use for the empty icon. Note icon must be registered in your component or globally"
            },
            {
              "name": "iconFull",
              "type": "string",
              "default": "\"star-fill\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "description": "Bootstrap Icon name to use for the full icon. Note icon must be registered in your component or globally"
            },
            {
              "name": "iconHalf",
              "type": "string",
              "default": "\"star-half\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "description": "Bootstrap Icon name to use for the half icon. Note icon must be registered in your component or globally"
            },
            {
              "name": "inline",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "description": "When `true` renders as an inline element rather than a blick (100% width) element"
            },
            {
              "name": "locale",
              "type": "any[]|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "description": "Locale (or locales) to use when showing the value when prop `show-value` is set. Defaults to the browser default locale"
            },
            {
              "name": "name",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "description": "Sets the value of the `name` attribute on the form control"
            },
            {
              "name": "noBorder",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "description": "When `true` disables the default border"
            },
            {
              "name": "precision",
              "type": "number|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "description": "Specify the number of digits after the decimal to show. Defaults to to no defined precision"
            },
            {
              "name": "readonly",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "description": "When `true` makes the rating readonly. When `true`, fractional ratings values are allowed (half icons will be shown)"
            },
            {
              "name": "showClear",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "description": "When `true` shows the clear value icon button"
            },
            {
              "name": "showValue",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "description": "When `true` shows the current rating value in the control"
            },
            {
              "name": "showValueMax",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "description": "When set to `true` and prop `show-value` is `true`, includes the maximum star rating possible in the formatted value"
            },
            {
              "name": "stars",
              "type": "number|string",
              "default": "5",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "description": "The number of stars to show. Minimum value is `3`, default is `5`"
            },
            {
              "name": "variant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "description": "Applies one of the Bootstrap theme color variants to the component"
            }
          ],
          "vue-model": {
            "prop": "value",
            "event": "change"
          },
          "events": [
            {
              "name": "change",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "description": "Emitted to update the v-model",
              "arguments": [
                {
                  "name": "value",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
                  "description": "Current ratings value"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "icon-clear",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "description": "Content for the optional clear button"
            },
            {
              "name": "icon-empty",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "description": "Content for the empty icon",
              "vue-properties": [
                {
                  "name": "variant",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
                  "description": "Value of the `variant` prop, or `null` if disabled",
                  "type": "string"
                },
                {
                  "name": "disabled",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
                  "description": "Value of the `disabled` prop",
                  "type": "boolean"
                },
                {
                  "name": "readonly",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
                  "description": "Value of the `readonly` prop",
                  "type": "boolean"
                }
              ]
            },
            {
              "name": "icon-full",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "description": "Content for the full icon",
              "vue-properties": [
                {
                  "name": "variant",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
                  "description": "Value of the `variant` prop, or `null` if disabled",
                  "type": "string"
                },
                {
                  "name": "disabled",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
                  "description": "Value of the `disabled` prop",
                  "type": "boolean"
                },
                {
                  "name": "readonly",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
                  "description": "Value of the `readonly` prop",
                  "type": "boolean"
                }
              ]
            },
            {
              "name": "icon-half",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "description": "Content for the half icon",
              "vue-properties": [
                {
                  "name": "variant",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
                  "description": "Value of the `variant` prop, or `null` if disabled",
                  "type": "string"
                },
                {
                  "name": "disabled",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
                  "description": "Value of the `disabled` prop",
                  "type": "boolean"
                },
                {
                  "name": "readonly",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
                  "description": "Value of the `readonly` prop",
                  "type": "boolean"
                }
              ]
            }
          ]
        },
        {
          "name": "BRating",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BRating"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
          "description": "BootstrapVue custom star rating form control for ratings entry or aggregated display.\n\n*Alias for BFormRating*",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "value",
              "type": "number|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "description": "Rating value. This is the v-model"
            },
            {
              "name": "size",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'"
            },
            {
              "name": "color",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "description": "CSS color to use instead of variant. Accepts either a HEX or RGB/RGBA string"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "form",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control"
            },
            {
              "name": "iconClear",
              "type": "string",
              "default": "\"x\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "description": "Bootstrap Icon name to use for the clear button. Note icon must be registered in your component or globally"
            },
            {
              "name": "iconEmpty",
              "type": "string",
              "default": "\"star\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "description": "Bootstrap Icon name to use for the empty icon. Note icon must be registered in your component or globally"
            },
            {
              "name": "iconFull",
              "type": "string",
              "default": "\"star-fill\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "description": "Bootstrap Icon name to use for the full icon. Note icon must be registered in your component or globally"
            },
            {
              "name": "iconHalf",
              "type": "string",
              "default": "\"star-half\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "description": "Bootstrap Icon name to use for the half icon. Note icon must be registered in your component or globally"
            },
            {
              "name": "inline",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "description": "When `true` renders as an inline element rather than a blick (100% width) element"
            },
            {
              "name": "locale",
              "type": "any[]|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "description": "Locale (or locales) to use when showing the value when prop `show-value` is set. Defaults to the browser default locale"
            },
            {
              "name": "name",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "description": "Sets the value of the `name` attribute on the form control"
            },
            {
              "name": "noBorder",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "description": "When `true` disables the default border"
            },
            {
              "name": "precision",
              "type": "number|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "description": "Specify the number of digits after the decimal to show. Defaults to to no defined precision"
            },
            {
              "name": "readonly",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "description": "When `true` makes the rating readonly. When `true`, fractional ratings values are allowed (half icons will be shown)"
            },
            {
              "name": "showClear",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "description": "When `true` shows the clear value icon button"
            },
            {
              "name": "showValue",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "description": "When `true` shows the current rating value in the control"
            },
            {
              "name": "showValueMax",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "description": "When set to `true` and prop `show-value` is `true`, includes the maximum star rating possible in the formatted value"
            },
            {
              "name": "stars",
              "type": "number|string",
              "default": "5",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "description": "The number of stars to show. Minimum value is `3`, default is `5`"
            },
            {
              "name": "variant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "description": "Applies one of the Bootstrap theme color variants to the component"
            }
          ],
          "vue-model": {
            "prop": "value",
            "event": "change"
          },
          "events": [
            {
              "name": "change",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "description": "Emitted to update the v-model",
              "arguments": [
                {
                  "name": "value",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
                  "description": "Current ratings value"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "icon-clear",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "description": "Content for the optional clear button"
            },
            {
              "name": "icon-empty",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "description": "Content for the empty icon",
              "vue-properties": [
                {
                  "name": "variant",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
                  "description": "Value of the `variant` prop, or `null` if disabled",
                  "type": "string"
                },
                {
                  "name": "disabled",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
                  "description": "Value of the `disabled` prop",
                  "type": "boolean"
                },
                {
                  "name": "readonly",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
                  "description": "Value of the `readonly` prop",
                  "type": "boolean"
                }
              ]
            },
            {
              "name": "icon-full",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "description": "Content for the full icon",
              "vue-properties": [
                {
                  "name": "variant",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
                  "description": "Value of the `variant` prop, or `null` if disabled",
                  "type": "string"
                },
                {
                  "name": "disabled",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
                  "description": "Value of the `disabled` prop",
                  "type": "boolean"
                },
                {
                  "name": "readonly",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
                  "description": "Value of the `readonly` prop",
                  "type": "boolean"
                }
              ]
            },
            {
              "name": "icon-half",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "description": "Content for the half icon",
              "vue-properties": [
                {
                  "name": "variant",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
                  "description": "Value of the `variant` prop, or `null` if disabled",
                  "type": "string"
                },
                {
                  "name": "disabled",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
                  "description": "Value of the `disabled` prop",
                  "type": "boolean"
                },
                {
                  "name": "readonly",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
                  "description": "Value of the `readonly` prop",
                  "type": "boolean"
                }
              ]
            }
          ]
        },
        {
          "name": "BFormSelect",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BFormSelect"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
          "description": "Custom <select> component using cross-browser custom styles. Optionally generate <option> entries based on an array, array of objects.",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "value",
              "type": "any",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "Current value of the select. Should be set to an array when the 'multiple' prop is set"
            },
            {
              "name": "autofocus",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "When set to `true`, attempts to auto-focus the control when it is mounted, or re-activated when in a keep-alive. Does not set the `autofocus` attribute on the control"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "form",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control"
            },
            {
              "name": "name",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "Sets the value of the `name` attribute on the form control"
            },
            {
              "name": "required",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "Adds the `required` attribute to the form control"
            },
            {
              "name": "size",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'"
            },
            {
              "name": "state",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state"
            },
            {
              "name": "plain",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "Render the form control in plain mode, rather than custom styled mode"
            },
            {
              "name": "disabledField",
              "type": "string",
              "default": "\"disabled\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "Field name in the `options` array that should be used for the disabled state"
            },
            {
              "name": "htmlField",
              "type": "string",
              "default": "\"html\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "Field name in the `options` array that should be used for the html label instead of text field"
            },
            {
              "name": "options",
              "type": "any[]|object",
              "default": "[]",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "Array of items to render in the component"
            },
            {
              "name": "textField",
              "type": "string",
              "default": "\"text\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "Field name in the `options` array that should be used for the text label"
            },
            {
              "name": "valueField",
              "type": "string",
              "default": "\"value\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "Field name in the `options` array that should be used for the value"
            },
            {
              "name": "labelField",
              "type": "string",
              "default": "\"label\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "The key to use from the option object to get the label"
            },
            {
              "name": "optionsField",
              "type": "string",
              "default": "\"options\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "The key to use from the option object to get the options"
            },
            {
              "name": "ariaInvalid",
              "type": "boolean|string",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "Optional value to set for the 'aria-invalid' attribute. Supported values are 'true' and 'false'. If not set, the 'state' prop will dictate the value"
            },
            {
              "name": "multiple",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "When set, allows multiple options to be selected (multi-select)"
            },
            {
              "name": "selectSize",
              "type": "number",
              "default": "0",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "When set to a number larger than 0, will set the number of display option rows. Note not all browser will respect this setting"
            }
          ],
          "vue-model": {
            "prop": "value",
            "event": "input"
          },
          "events": [
            {
              "name": "change",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "Emitted when the select value changes via user interaction",
              "arguments": [
                {
                  "name": "value",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
                  "description": "Current selected value(s) of the select",
                  "type": "string|number|object|any[]"
                }
              ]
            },
            {
              "name": "input",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "Emitted when the select value changes",
              "arguments": [
                {
                  "name": "value",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
                  "description": "Current selected value(s) of the select",
                  "type": "string|number|object|any[]"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "Content to place in the form select"
            },
            {
              "name": "first",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "Slot to place options or option groups above options provided via the 'options' prop"
            }
          ]
        },
        {
          "name": "BSelect",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BSelect"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
          "description": "Custom <select> component using cross-browser custom styles. Optionally generate <option> entries based on an array, array of objects.\n\n*Alias for BFormSelect*",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "value",
              "type": "any",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "Current value of the select. Should be set to an array when the 'multiple' prop is set"
            },
            {
              "name": "autofocus",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "When set to `true`, attempts to auto-focus the control when it is mounted, or re-activated when in a keep-alive. Does not set the `autofocus` attribute on the control"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "form",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control"
            },
            {
              "name": "name",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "Sets the value of the `name` attribute on the form control"
            },
            {
              "name": "required",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "Adds the `required` attribute to the form control"
            },
            {
              "name": "size",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'"
            },
            {
              "name": "state",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state"
            },
            {
              "name": "plain",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "Render the form control in plain mode, rather than custom styled mode"
            },
            {
              "name": "disabledField",
              "type": "string",
              "default": "\"disabled\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "Field name in the `options` array that should be used for the disabled state"
            },
            {
              "name": "htmlField",
              "type": "string",
              "default": "\"html\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "Field name in the `options` array that should be used for the html label instead of text field"
            },
            {
              "name": "options",
              "type": "any[]|object",
              "default": "[]",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "Array of items to render in the component"
            },
            {
              "name": "textField",
              "type": "string",
              "default": "\"text\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "Field name in the `options` array that should be used for the text label"
            },
            {
              "name": "valueField",
              "type": "string",
              "default": "\"value\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "Field name in the `options` array that should be used for the value"
            },
            {
              "name": "labelField",
              "type": "string",
              "default": "\"label\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "The key to use from the option object to get the label"
            },
            {
              "name": "optionsField",
              "type": "string",
              "default": "\"options\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "The key to use from the option object to get the options"
            },
            {
              "name": "ariaInvalid",
              "type": "boolean|string",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "Optional value to set for the 'aria-invalid' attribute. Supported values are 'true' and 'false'. If not set, the 'state' prop will dictate the value"
            },
            {
              "name": "multiple",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "When set, allows multiple options to be selected (multi-select)"
            },
            {
              "name": "selectSize",
              "type": "number",
              "default": "0",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "When set to a number larger than 0, will set the number of display option rows. Note not all browser will respect this setting"
            }
          ],
          "vue-model": {
            "prop": "value",
            "event": "input"
          },
          "events": [
            {
              "name": "change",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "Emitted when the select value changes via user interaction",
              "arguments": [
                {
                  "name": "value",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
                  "description": "Current selected value(s) of the select",
                  "type": "string|number|object|any[]"
                }
              ]
            },
            {
              "name": "input",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "Emitted when the select value changes",
              "arguments": [
                {
                  "name": "value",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
                  "description": "Current selected value(s) of the select",
                  "type": "string|number|object|any[]"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "Content to place in the form select"
            },
            {
              "name": "first",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "Slot to place options or option groups above options provided via the 'options' prop"
            }
          ]
        },
        {
          "name": "BFormSelectOption",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BFormSelectOption"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
          "description": "Custom <select> component using cross-browser custom styles. Optionally generate <option> entries based on an array, array of objects.",
          "props": [
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "value",
              "type": "any",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "required": true,
              "description": "The value of the option"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "Content to place in the form select option"
            }
          ]
        },
        {
          "name": "BSelectOption",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BSelectOption"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
          "description": "Custom <select> component using cross-browser custom styles. Optionally generate <option> entries based on an array, array of objects.\n\n*Alias for BFormSelectOption*",
          "props": [
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "value",
              "type": "any",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "required": true,
              "description": "The value of the option"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "Content to place in the form select option"
            }
          ]
        },
        {
          "name": "BFormSelectOptionGroup",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BFormSelectOptionGroup"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
          "description": "Custom <select> component using cross-browser custom styles. Optionally generate <option> entries based on an array, array of objects.",
          "props": [
            {
              "name": "disabledField",
              "type": "string",
              "default": "\"disabled\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "Field name in the `options` array that should be used for the disabled state"
            },
            {
              "name": "htmlField",
              "type": "string",
              "default": "\"html\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "Field name in the `options` array that should be used for the html label instead of text field"
            },
            {
              "name": "options",
              "type": "any[]|object",
              "default": "[]",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "Array of items to render in the component"
            },
            {
              "name": "textField",
              "type": "string",
              "default": "\"text\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "Field name in the `options` array that should be used for the text label"
            },
            {
              "name": "valueField",
              "type": "string",
              "default": "\"value\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "Field name in the `options` array that should be used for the value"
            },
            {
              "name": "label",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "required": true,
              "description": "The label for the option group"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "Content to place in the form select option group"
            },
            {
              "name": "first",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "Slot to place options above options provided via the 'options' prop"
            }
          ]
        },
        {
          "name": "BSelectOptionGroup",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BSelectOptionGroup"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
          "description": "Custom <select> component using cross-browser custom styles. Optionally generate <option> entries based on an array, array of objects.\n\n*Alias for BFormSelectOptionGroup*",
          "props": [
            {
              "name": "disabledField",
              "type": "string",
              "default": "\"disabled\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "Field name in the `options` array that should be used for the disabled state"
            },
            {
              "name": "htmlField",
              "type": "string",
              "default": "\"html\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "Field name in the `options` array that should be used for the html label instead of text field"
            },
            {
              "name": "options",
              "type": "any[]|object",
              "default": "[]",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "Array of items to render in the component"
            },
            {
              "name": "textField",
              "type": "string",
              "default": "\"text\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "Field name in the `options` array that should be used for the text label"
            },
            {
              "name": "valueField",
              "type": "string",
              "default": "\"value\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "Field name in the `options` array that should be used for the value"
            },
            {
              "name": "label",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "required": true,
              "description": "The label for the option group"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "Content to place in the form select option group"
            },
            {
              "name": "first",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "description": "Slot to place options above options provided via the 'options' prop"
            }
          ]
        },
        {
          "name": "BFormSpinbutton",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BFormSpinbutton"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
          "description": "BootstrapVue custom numerical spinbutton form input component, featuring WAI-ARIA accessibility (a11y) and internationalization (i18n).",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "value",
              "type": "boolean|number",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "The value of the spinbutton. Bound to the v-model"
            },
            {
              "name": "size",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'"
            },
            {
              "name": "state",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state"
            },
            {
              "name": "ariaControls",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "If this component controls another component or element, set this to the ID of the controlled component or element"
            },
            {
              "name": "ariaLabel",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "Value to place in the `aria-label` attribute of the spinbutton"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "Places the component in a disabled state"
            },
            {
              "name": "form",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control"
            },
            {
              "name": "formatterFn",
              "type": "function",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "A reference to a method to format the displayed value. It is passed a single argument which is the current value"
            },
            {
              "name": "inline",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "When set, renders the component as an inline element"
            },
            {
              "name": "labelDecrement",
              "type": "string",
              "default": "\"Decrement\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "Text to be used for the `aria-label` attribute on the decrement button"
            },
            {
              "name": "labelIncrement",
              "type": "string",
              "default": "\"Increment\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "Text to be used for the `aria-label` attribute on the increment button"
            },
            {
              "name": "locale",
              "type": "any[]|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "Specify the local to use for formatting the number. Defaults to the browser locale. Only applicable when using the internal formatter"
            },
            {
              "name": "max",
              "type": "number|string",
              "default": "100",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "The maximum value that can be selected. Must be greater than the `min` prop.. Negative numbers are allowed"
            },
            {
              "name": "min",
              "type": "number|string",
              "default": "1",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "The minimum value that can be selected. Negative numbers are allowed"
            },
            {
              "name": "name",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "Sets the value of the `name` attribute on the form control"
            },
            {
              "name": "placeholder",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "Value to show when the v-model is `null`"
            },
            {
              "name": "readonly",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "Places the component in a readonly state"
            },
            {
              "name": "repeatDelay",
              "type": "number|string",
              "default": "500",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "Delay in milliseconds after before auto repeat increment or decrement happens. Must be a positive integer. Requires the user to click/keydown and hold"
            },
            {
              "name": "repeatInterval",
              "type": "number|string",
              "default": "100",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "Interval in milliseconds between increment or decrement repeats. Must be a positive integer"
            },
            {
              "name": "repeatStepMultiplier",
              "type": "number|string",
              "default": "4",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "Number of steps to jump by once the `repeat-threshold` has been reached. Must be a positive integer. This value is also used for the page up and down keys"
            },
            {
              "name": "repeatThreshold",
              "type": "number|string",
              "default": "10",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "Number of repeats to occur before increasing the step size by `repeat-step-multiplier`. Must be a positive integer"
            },
            {
              "name": "step",
              "type": "number|string",
              "default": "1",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "A positive number that specifies the granularity that the value must adhere to"
            },
            {
              "name": "vertical",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "When set, renders the component with a vertical layout"
            },
            {
              "name": "wrap",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "When set, allows the value to wrap around when reaching the minimum or maximum value"
            }
          ],
          "vue-model": {
            "prop": "value",
            "event": "input"
          },
          "events": [
            {
              "name": "change",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "Emitted when the user releases the mouse button or key",
              "arguments": [
                {
                  "name": "value",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
                  "description": "Current value of the spinbutton",
                  "type": "number"
                }
              ]
            },
            {
              "name": "input",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "Emitted to update the v-model on each value change",
              "arguments": [
                {
                  "name": "value",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
                  "description": "Current value of the spinbutton",
                  "type": "number"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "decrement",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "Custom content to place in the decrement button",
              "vue-properties": [
                {
                  "name": "hasFocus",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
                  "description": "`true` when the spinbutton has focus",
                  "type": "boolean"
                }
              ]
            },
            {
              "name": "increment",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "Custom content to place in the increment button",
              "vue-properties": [
                {
                  "name": "hasFocus",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
                  "description": "`true` when the spinbutton has focus",
                  "type": "boolean"
                }
              ]
            }
          ]
        },
        {
          "name": "BSpinbutton",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BSpinbutton"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
          "description": "BootstrapVue custom numerical spinbutton form input component, featuring WAI-ARIA accessibility (a11y) and internationalization (i18n).\n\n*Alias for BFormSpinbutton*",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "value",
              "type": "boolean|number",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "The value of the spinbutton. Bound to the v-model"
            },
            {
              "name": "size",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'"
            },
            {
              "name": "state",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state"
            },
            {
              "name": "ariaControls",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "If this component controls another component or element, set this to the ID of the controlled component or element"
            },
            {
              "name": "ariaLabel",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "Value to place in the `aria-label` attribute of the spinbutton"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "Places the component in a disabled state"
            },
            {
              "name": "form",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control"
            },
            {
              "name": "formatterFn",
              "type": "function",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "A reference to a method to format the displayed value. It is passed a single argument which is the current value"
            },
            {
              "name": "inline",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "When set, renders the component as an inline element"
            },
            {
              "name": "labelDecrement",
              "type": "string",
              "default": "\"Decrement\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "Text to be used for the `aria-label` attribute on the decrement button"
            },
            {
              "name": "labelIncrement",
              "type": "string",
              "default": "\"Increment\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "Text to be used for the `aria-label` attribute on the increment button"
            },
            {
              "name": "locale",
              "type": "any[]|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "Specify the local to use for formatting the number. Defaults to the browser locale. Only applicable when using the internal formatter"
            },
            {
              "name": "max",
              "type": "number|string",
              "default": "100",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "The maximum value that can be selected. Must be greater than the `min` prop.. Negative numbers are allowed"
            },
            {
              "name": "min",
              "type": "number|string",
              "default": "1",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "The minimum value that can be selected. Negative numbers are allowed"
            },
            {
              "name": "name",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "Sets the value of the `name` attribute on the form control"
            },
            {
              "name": "placeholder",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "Value to show when the v-model is `null`"
            },
            {
              "name": "readonly",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "Places the component in a readonly state"
            },
            {
              "name": "repeatDelay",
              "type": "number|string",
              "default": "500",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "Delay in milliseconds after before auto repeat increment or decrement happens. Must be a positive integer. Requires the user to click/keydown and hold"
            },
            {
              "name": "repeatInterval",
              "type": "number|string",
              "default": "100",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "Interval in milliseconds between increment or decrement repeats. Must be a positive integer"
            },
            {
              "name": "repeatStepMultiplier",
              "type": "number|string",
              "default": "4",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "Number of steps to jump by once the `repeat-threshold` has been reached. Must be a positive integer. This value is also used for the page up and down keys"
            },
            {
              "name": "repeatThreshold",
              "type": "number|string",
              "default": "10",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "Number of repeats to occur before increasing the step size by `repeat-step-multiplier`. Must be a positive integer"
            },
            {
              "name": "step",
              "type": "number|string",
              "default": "1",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "A positive number that specifies the granularity that the value must adhere to"
            },
            {
              "name": "vertical",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "When set, renders the component with a vertical layout"
            },
            {
              "name": "wrap",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "When set, allows the value to wrap around when reaching the minimum or maximum value"
            }
          ],
          "vue-model": {
            "prop": "value",
            "event": "input"
          },
          "events": [
            {
              "name": "change",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "Emitted when the user releases the mouse button or key",
              "arguments": [
                {
                  "name": "value",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
                  "description": "Current value of the spinbutton",
                  "type": "number"
                }
              ]
            },
            {
              "name": "input",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "Emitted to update the v-model on each value change",
              "arguments": [
                {
                  "name": "value",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
                  "description": "Current value of the spinbutton",
                  "type": "number"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "decrement",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "Custom content to place in the decrement button",
              "vue-properties": [
                {
                  "name": "hasFocus",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
                  "description": "`true` when the spinbutton has focus",
                  "type": "boolean"
                }
              ]
            },
            {
              "name": "increment",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "description": "Custom content to place in the increment button",
              "vue-properties": [
                {
                  "name": "hasFocus",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
                  "description": "`true` when the spinbutton has focus",
                  "type": "boolean"
                }
              ]
            }
          ]
        },
        {
          "name": "BFormTags",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BFormTags"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
          "description": "Lightweight custom tagged input form control, with options for customized interface rendering, duplicate tag detection and optional tag validation.",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "value",
              "type": "any[]",
              "default": "[]",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Array of current tags. This is the v-model"
            },
            {
              "name": "autofocus",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "When set to `true`, attempts to auto-focus the control when it is mounted, or re-activated when in a keep-alive. Does not set the `autofocus` attribute on the control"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "form",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control"
            },
            {
              "name": "name",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Sets the value of the 'name' attribute on the form control. When set, creates a hidden input for each tag"
            },
            {
              "name": "required",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Adds the `required` attribute to the form control"
            },
            {
              "name": "size",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'"
            },
            {
              "name": "state",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state"
            },
            {
              "name": "addButtonText",
              "type": "string",
              "default": "\"Add\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Text for the built in 'Add' button. Slot `add-button-text' takes precedence"
            },
            {
              "name": "addButtonVariant",
              "type": "string",
              "default": "\"outline-secondary\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Applies one of the Bootstrap theme color variants to the 'Add' button"
            },
            {
              "name": "addOnChange",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "When set, enables adding the tag on the input's 'change' event"
            },
            {
              "name": "duplicateTagText",
              "type": "string",
              "default": "\"Duplicate tag(s)\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "The message when duplicate tags are detected. Set to an empty string to disable the message"
            },
            {
              "name": "feedbackAriaLive",
              "type": "string",
              "default": "\"assertive\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Value to use for the `aria-live` attribute on the feedback text"
            },
            {
              "name": "ignoreInputFocusSelector",
              "type": "any[]|string",
              "default": "\".b-form-tag button input select\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Ignore certain elements from the click to focus input routine, specified by css selector(s)"
            },
            {
              "name": "inputAttrs",
              "type": "object",
              "default": "{}",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Additional attributes to apply to the new tag input element"
            },
            {
              "name": "inputClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Class (or classes) to apply to the new tag input element"
            },
            {
              "name": "inputId",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "ID to apply to the new tag input element. If not provided, a unique ID will be auto generated"
            },
            {
              "name": "inputType",
              "type": "string",
              "default": "\"text\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Specifies the type of input to use: 'text', 'email', 'tel', 'url', or 'number'. Default is 'text'"
            },
            {
              "name": "invalidTagText",
              "type": "string",
              "default": "\"Invalid tag(s)\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "The error message when invalid tags are detected. Set to an empty string to disable the message"
            },
            {
              "name": "limit",
              "type": "number",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "The maximum amount of tags that can be added. The limit can still be exceeded if manipulated outside of the component"
            },
            {
              "name": "limitTagsText",
              "type": "string",
              "default": "\"Tag limit reached\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "The message when the limit is reached. Set to an empty string to disable the message"
            },
            {
              "name": "noAddOnEnter",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "When set, disables adding the tag on the input's 'keydown.enter' event"
            },
            {
              "name": "noOuterFocus",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "When set, disables the focus styling of the component root element"
            },
            {
              "name": "noTagRemove",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "When set, the tags will not have a remove button"
            },
            {
              "name": "placeholder",
              "type": "string",
              "default": "\"Add tag...\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Sets the 'placeholder' attribute value on the form control"
            },
            {
              "name": "removeOnDelete",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "When set, enables removal of last tag in tags when user presses delete or backspace and the input is empty"
            },
            {
              "name": "separator",
              "type": "any[]|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Separator character(s) that will trigger a tag to be created"
            },
            {
              "name": "tagClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Class (or classes) to apply to the tags"
            },
            {
              "name": "tagPills",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Makes the built in tags have a pill appearance"
            },
            {
              "name": "tagRemoveLabel",
              "type": "string",
              "default": "\"Remove tag\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "The value of the 'aria-label' attribute on the remove button in the tag"
            },
            {
              "name": "tagRemovedLabel",
              "type": "string",
              "default": "\"Tag removed\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Label for the aria-live region that announces removed tag(s) to screen reader users"
            },
            {
              "name": "tagValidator",
              "type": "function",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Optional tag validator method. Passed a single argument of tag being added. Should return 'true' if the tag passes validation, or 'false' if the tag cannot be added"
            },
            {
              "name": "tagVariant",
              "type": "string",
              "default": "\"secondary\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Applies one of the Bootstrap theme color variants to the tags"
            }
          ],
          "vue-model": {
            "prop": "value",
            "event": "input"
          },
          "events": [
            {
              "name": "blur",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Emitted when component loses focus",
              "arguments": [
                {
                  "name": "event",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Native blur event (before any formatting)",
                  "type": "FocusEvent"
                }
              ]
            },
            {
              "name": "focus",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Emitted when component gains focus",
              "arguments": [
                {
                  "name": "event",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Native focus event (before any formatting)",
                  "type": "FocusEvent"
                }
              ]
            },
            {
              "name": "focusin",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Emitted when internal elements of component gain focus.",
              "arguments": [
                {
                  "name": "event",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Native focusin event (before any formatting)",
                  "type": "FocusEvent"
                }
              ]
            },
            {
              "name": "focusout",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Emitted when internal elements of component lose focus.",
              "arguments": [
                {
                  "name": "event",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Native focusout event (before any formatting)",
                  "type": "FocusEvent"
                }
              ]
            },
            {
              "name": "input",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Emitted when the tags changes. Updates the v-model",
              "arguments": [
                {
                  "name": "value",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Array of current tags",
                  "type": "any[]"
                }
              ]
            },
            {
              "name": "tag-state",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Emitted when tags in the user input are parsed",
              "arguments": [
                {
                  "name": "validTags",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Array of new tag(s) added (or that will be added). Will be zero length if no tags added",
                  "type": "any[]"
                },
                {
                  "name": "invalidTags",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Array of tag(s) that cannot be added because they did not pass validation. Will be zero length if no invalid tags",
                  "type": "any[]"
                },
                {
                  "name": "duplicateTags",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Array of tag(s) that cannot be added because they would be a duplicate tag. Will be zero length if no duplicate tags",
                  "type": "any[]"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "add-button-text",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Content to place in the built in  'Add' button. Takes precedence over the 'add-button-text' prop. Not used when the default scoped slot is provided"
            },
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Slot to override the default rendering of the tags component",
              "vue-properties": [
                {
                  "name": "addButtonText",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Value of the 'add-button-text' prop",
                  "type": "string"
                },
                {
                  "name": "addButtonVariant",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Value of the 'add-button-variant' prop",
                  "type": "string"
                },
                {
                  "name": "addTag",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Method to add a new tag. Assumes the tag is the value of the input, but optionally accepts one argument which is the tag value to be added",
                  "type": "function"
                },
                {
                  "name": "disableAddButton",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Will be `true` if the tag(s) in the input cannot be added (all invalid and/or duplicates)",
                  "type": "boolean"
                },
                {
                  "name": "disabled",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "If the component is in the disabled state. Value of the 'disabled' prop",
                  "type": "boolean"
                },
                {
                  "name": "duplicateTagText",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "The value of the 'duplicate-tag-text' prop",
                  "type": "string"
                },
                {
                  "name": "duplicateTags",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Array of duplicate tag(s) that could not be added",
                  "type": "any[]"
                },
                {
                  "name": "form",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Value of the 'form' prop",
                  "type": "string"
                },
                {
                  "name": "inputAttrs",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Object of attributes to apply to native input elements via 'v-bind=\"inputAttrs\"'",
                  "type": "object"
                },
                {
                  "name": "inputClass",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Class (or classes) to apply to the new tag input element. Value of the 'input-class' prop",
                  "type": "string|any[]|object"
                },
                {
                  "name": "inputHandlers",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Object of event handlers to apply to native input elements via 'v-on=\"inputHandlers\"'",
                  "type": "object"
                },
                {
                  "name": "inputId",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "ID to add to the new tag input element. Defaults to prop 'input-id'. If not provided a unique ID is auto-generated. Also available via 'inputAttrs.id'",
                  "type": "string"
                },
                {
                  "name": "inputType",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "The type of input to use: 'type', 'email', 'tel', 'url', or 'number'. Default is 'text'. Normalized value of the 'input-type' prop"
                },
                {
                  "name": "invalidTagText",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "The value of the 'invalid-tag-text' prop",
                  "type": "string"
                },
                {
                  "name": "invalidTags",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Array of invalid tag(s) that could not be added. Requires a validator function via the 'tag-validator' prop",
                  "type": "any[]"
                },
                {
                  "name": "isDuplicate",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Will be `true` if the user has attempted to add duplicate tag(s)",
                  "type": "boolean"
                },
                {
                  "name": "isInvalid",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Will be `true` if the input has invalid tag(s). Requires a validator function via the 'tag-validator' prop",
                  "type": "boolean"
                },
                {
                  "name": "isLimitReached",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Will be `true` if the input has reached the maximum amount of tags defined by the 'limit' prop",
                  "type": "boolean"
                },
                {
                  "name": "limitTagsText",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "The value of the 'limit-tag-text' prop",
                  "type": "string"
                },
                {
                  "name": "noTagRemove",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "The value of the 'no-tag-remove' prop",
                  "type": "boolean"
                },
                {
                  "name": "placeholder",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "The value of the 'placeholder' prop",
                  "type": "string"
                },
                {
                  "name": "remove",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Method to fully reset the tags input",
                  "type": "function"
                },
                {
                  "name": "removeTag",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Method to remove a tag. Accepts one argument which is the tag value to remove",
                  "type": "function"
                },
                {
                  "name": "required",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Value of the 'required' prop",
                  "type": "boolean"
                },
                {
                  "name": "separator",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "The value of the 'separator' prop",
                  "type": "string|any[]"
                },
                {
                  "name": "size",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "The value of the 'size' prop",
                  "type": "string"
                },
                {
                  "name": "state",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "The contextual state of the component. Value of the 'state' prop. Possible values are true, false or null",
                  "type": "boolean"
                },
                {
                  "name": "tagClass",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Class (or classes) to apply to the tag elements. Value of the 'tag-class' prop",
                  "type": "string|any[]|object"
                },
                {
                  "name": "tagPills",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Value of the `tag-pills` prop",
                  "type": "boolean"
                },
                {
                  "name": "tagRemoveLabel",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "ARIA label for the remove button on tags. Value of the 'tag-remove-label' prop",
                  "type": "string"
                },
                {
                  "name": "tagVariant",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Value of the 'tag-variant' prop",
                  "type": "string"
                },
                {
                  "name": "tags",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Array of tags to render",
                  "type": "any[]"
                }
              ]
            }
          ]
        },
        {
          "name": "BTags",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BTags"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
          "description": "Lightweight custom tagged input form control, with options for customized interface rendering, duplicate tag detection and optional tag validation.\n\n*Alias for BFormTags*",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "value",
              "type": "any[]",
              "default": "[]",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Array of current tags. This is the v-model"
            },
            {
              "name": "autofocus",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "When set to `true`, attempts to auto-focus the control when it is mounted, or re-activated when in a keep-alive. Does not set the `autofocus` attribute on the control"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "form",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control"
            },
            {
              "name": "name",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Sets the value of the 'name' attribute on the form control. When set, creates a hidden input for each tag"
            },
            {
              "name": "required",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Adds the `required` attribute to the form control"
            },
            {
              "name": "size",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'"
            },
            {
              "name": "state",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state"
            },
            {
              "name": "addButtonText",
              "type": "string",
              "default": "\"Add\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Text for the built in 'Add' button. Slot `add-button-text' takes precedence"
            },
            {
              "name": "addButtonVariant",
              "type": "string",
              "default": "\"outline-secondary\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Applies one of the Bootstrap theme color variants to the 'Add' button"
            },
            {
              "name": "addOnChange",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "When set, enables adding the tag on the input's 'change' event"
            },
            {
              "name": "duplicateTagText",
              "type": "string",
              "default": "\"Duplicate tag(s)\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "The message when duplicate tags are detected. Set to an empty string to disable the message"
            },
            {
              "name": "feedbackAriaLive",
              "type": "string",
              "default": "\"assertive\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Value to use for the `aria-live` attribute on the feedback text"
            },
            {
              "name": "ignoreInputFocusSelector",
              "type": "any[]|string",
              "default": "\".b-form-tag button input select\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Ignore certain elements from the click to focus input routine, specified by css selector(s)"
            },
            {
              "name": "inputAttrs",
              "type": "object",
              "default": "{}",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Additional attributes to apply to the new tag input element"
            },
            {
              "name": "inputClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Class (or classes) to apply to the new tag input element"
            },
            {
              "name": "inputId",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "ID to apply to the new tag input element. If not provided, a unique ID will be auto generated"
            },
            {
              "name": "inputType",
              "type": "string",
              "default": "\"text\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Specifies the type of input to use: 'text', 'email', 'tel', 'url', or 'number'. Default is 'text'"
            },
            {
              "name": "invalidTagText",
              "type": "string",
              "default": "\"Invalid tag(s)\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "The error message when invalid tags are detected. Set to an empty string to disable the message"
            },
            {
              "name": "limit",
              "type": "number",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "The maximum amount of tags that can be added. The limit can still be exceeded if manipulated outside of the component"
            },
            {
              "name": "limitTagsText",
              "type": "string",
              "default": "\"Tag limit reached\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "The message when the limit is reached. Set to an empty string to disable the message"
            },
            {
              "name": "noAddOnEnter",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "When set, disables adding the tag on the input's 'keydown.enter' event"
            },
            {
              "name": "noOuterFocus",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "When set, disables the focus styling of the component root element"
            },
            {
              "name": "noTagRemove",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "When set, the tags will not have a remove button"
            },
            {
              "name": "placeholder",
              "type": "string",
              "default": "\"Add tag...\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Sets the 'placeholder' attribute value on the form control"
            },
            {
              "name": "removeOnDelete",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "When set, enables removal of last tag in tags when user presses delete or backspace and the input is empty"
            },
            {
              "name": "separator",
              "type": "any[]|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Separator character(s) that will trigger a tag to be created"
            },
            {
              "name": "tagClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Class (or classes) to apply to the tags"
            },
            {
              "name": "tagPills",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Makes the built in tags have a pill appearance"
            },
            {
              "name": "tagRemoveLabel",
              "type": "string",
              "default": "\"Remove tag\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "The value of the 'aria-label' attribute on the remove button in the tag"
            },
            {
              "name": "tagRemovedLabel",
              "type": "string",
              "default": "\"Tag removed\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Label for the aria-live region that announces removed tag(s) to screen reader users"
            },
            {
              "name": "tagValidator",
              "type": "function",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Optional tag validator method. Passed a single argument of tag being added. Should return 'true' if the tag passes validation, or 'false' if the tag cannot be added"
            },
            {
              "name": "tagVariant",
              "type": "string",
              "default": "\"secondary\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Applies one of the Bootstrap theme color variants to the tags"
            }
          ],
          "vue-model": {
            "prop": "value",
            "event": "input"
          },
          "events": [
            {
              "name": "blur",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Emitted when component loses focus",
              "arguments": [
                {
                  "name": "event",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Native blur event (before any formatting)",
                  "type": "FocusEvent"
                }
              ]
            },
            {
              "name": "focus",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Emitted when component gains focus",
              "arguments": [
                {
                  "name": "event",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Native focus event (before any formatting)",
                  "type": "FocusEvent"
                }
              ]
            },
            {
              "name": "focusin",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Emitted when internal elements of component gain focus.",
              "arguments": [
                {
                  "name": "event",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Native focusin event (before any formatting)",
                  "type": "FocusEvent"
                }
              ]
            },
            {
              "name": "focusout",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Emitted when internal elements of component lose focus.",
              "arguments": [
                {
                  "name": "event",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Native focusout event (before any formatting)",
                  "type": "FocusEvent"
                }
              ]
            },
            {
              "name": "input",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Emitted when the tags changes. Updates the v-model",
              "arguments": [
                {
                  "name": "value",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Array of current tags",
                  "type": "any[]"
                }
              ]
            },
            {
              "name": "tag-state",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Emitted when tags in the user input are parsed",
              "arguments": [
                {
                  "name": "validTags",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Array of new tag(s) added (or that will be added). Will be zero length if no tags added",
                  "type": "any[]"
                },
                {
                  "name": "invalidTags",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Array of tag(s) that cannot be added because they did not pass validation. Will be zero length if no invalid tags",
                  "type": "any[]"
                },
                {
                  "name": "duplicateTags",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Array of tag(s) that cannot be added because they would be a duplicate tag. Will be zero length if no duplicate tags",
                  "type": "any[]"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "add-button-text",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Content to place in the built in  'Add' button. Takes precedence over the 'add-button-text' prop. Not used when the default scoped slot is provided"
            },
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Slot to override the default rendering of the tags component",
              "vue-properties": [
                {
                  "name": "addButtonText",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Value of the 'add-button-text' prop",
                  "type": "string"
                },
                {
                  "name": "addButtonVariant",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Value of the 'add-button-variant' prop",
                  "type": "string"
                },
                {
                  "name": "addTag",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Method to add a new tag. Assumes the tag is the value of the input, but optionally accepts one argument which is the tag value to be added",
                  "type": "function"
                },
                {
                  "name": "disableAddButton",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Will be `true` if the tag(s) in the input cannot be added (all invalid and/or duplicates)",
                  "type": "boolean"
                },
                {
                  "name": "disabled",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "If the component is in the disabled state. Value of the 'disabled' prop",
                  "type": "boolean"
                },
                {
                  "name": "duplicateTagText",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "The value of the 'duplicate-tag-text' prop",
                  "type": "string"
                },
                {
                  "name": "duplicateTags",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Array of duplicate tag(s) that could not be added",
                  "type": "any[]"
                },
                {
                  "name": "form",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Value of the 'form' prop",
                  "type": "string"
                },
                {
                  "name": "inputAttrs",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Object of attributes to apply to native input elements via 'v-bind=\"inputAttrs\"'",
                  "type": "object"
                },
                {
                  "name": "inputClass",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Class (or classes) to apply to the new tag input element. Value of the 'input-class' prop",
                  "type": "string|any[]|object"
                },
                {
                  "name": "inputHandlers",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Object of event handlers to apply to native input elements via 'v-on=\"inputHandlers\"'",
                  "type": "object"
                },
                {
                  "name": "inputId",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "ID to add to the new tag input element. Defaults to prop 'input-id'. If not provided a unique ID is auto-generated. Also available via 'inputAttrs.id'",
                  "type": "string"
                },
                {
                  "name": "inputType",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "The type of input to use: 'type', 'email', 'tel', 'url', or 'number'. Default is 'text'. Normalized value of the 'input-type' prop"
                },
                {
                  "name": "invalidTagText",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "The value of the 'invalid-tag-text' prop",
                  "type": "string"
                },
                {
                  "name": "invalidTags",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Array of invalid tag(s) that could not be added. Requires a validator function via the 'tag-validator' prop",
                  "type": "any[]"
                },
                {
                  "name": "isDuplicate",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Will be `true` if the user has attempted to add duplicate tag(s)",
                  "type": "boolean"
                },
                {
                  "name": "isInvalid",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Will be `true` if the input has invalid tag(s). Requires a validator function via the 'tag-validator' prop",
                  "type": "boolean"
                },
                {
                  "name": "isLimitReached",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Will be `true` if the input has reached the maximum amount of tags defined by the 'limit' prop",
                  "type": "boolean"
                },
                {
                  "name": "limitTagsText",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "The value of the 'limit-tag-text' prop",
                  "type": "string"
                },
                {
                  "name": "noTagRemove",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "The value of the 'no-tag-remove' prop",
                  "type": "boolean"
                },
                {
                  "name": "placeholder",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "The value of the 'placeholder' prop",
                  "type": "string"
                },
                {
                  "name": "remove",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Method to fully reset the tags input",
                  "type": "function"
                },
                {
                  "name": "removeTag",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Method to remove a tag. Accepts one argument which is the tag value to remove",
                  "type": "function"
                },
                {
                  "name": "required",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Value of the 'required' prop",
                  "type": "boolean"
                },
                {
                  "name": "separator",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "The value of the 'separator' prop",
                  "type": "string|any[]"
                },
                {
                  "name": "size",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "The value of the 'size' prop",
                  "type": "string"
                },
                {
                  "name": "state",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "The contextual state of the component. Value of the 'state' prop. Possible values are true, false or null",
                  "type": "boolean"
                },
                {
                  "name": "tagClass",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Class (or classes) to apply to the tag elements. Value of the 'tag-class' prop",
                  "type": "string|any[]|object"
                },
                {
                  "name": "tagPills",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Value of the `tag-pills` prop",
                  "type": "boolean"
                },
                {
                  "name": "tagRemoveLabel",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "ARIA label for the remove button on tags. Value of the 'tag-remove-label' prop",
                  "type": "string"
                },
                {
                  "name": "tagVariant",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Value of the 'tag-variant' prop",
                  "type": "string"
                },
                {
                  "name": "tags",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
                  "description": "Array of tags to render",
                  "type": "any[]"
                }
              ]
            }
          ]
        },
        {
          "name": "BFormTag",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BFormTag"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
          "description": "Lightweight custom tagged input form control, with options for customized interface rendering, duplicate tag detection and optional tag validation.",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "noRemove",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "When set, the tag will not have a remove button"
            },
            {
              "name": "pill",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Makes the tag have a pill appearance"
            },
            {
              "name": "removeLabel",
              "type": "string",
              "default": "\"Remove tag\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "The value of the 'aria-label' attribute on the remove button in the tag"
            },
            {
              "name": "tag",
              "type": "string",
              "default": "\"span\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Specify the HTML tag to render instead of the default tag"
            },
            {
              "name": "title",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Value to place in the 'title' attribute of the tag. Will also be used for the tag content if no default slot provided"
            },
            {
              "name": "variant",
              "type": "string",
              "default": "\"secondary\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Applies one of the Bootstrap theme color variants to the component"
            }
          ],
          "events": [
            {
              "name": "remove",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Emitted when the remove button is clicked"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Content to place in the tag. Overrides the `title` prop"
            }
          ]
        },
        {
          "name": "BTag",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BTag"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
          "description": "Lightweight custom tagged input form control, with options for customized interface rendering, duplicate tag detection and optional tag validation.\n\n*Alias for BFormTag*",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "noRemove",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "When set, the tag will not have a remove button"
            },
            {
              "name": "pill",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Makes the tag have a pill appearance"
            },
            {
              "name": "removeLabel",
              "type": "string",
              "default": "\"Remove tag\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "The value of the 'aria-label' attribute on the remove button in the tag"
            },
            {
              "name": "tag",
              "type": "string",
              "default": "\"span\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Specify the HTML tag to render instead of the default tag"
            },
            {
              "name": "title",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Value to place in the 'title' attribute of the tag. Will also be used for the tag content if no default slot provided"
            },
            {
              "name": "variant",
              "type": "string",
              "default": "\"secondary\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Applies one of the Bootstrap theme color variants to the component"
            }
          ],
          "events": [
            {
              "name": "remove",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Emitted when the remove button is clicked"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "description": "Content to place in the tag. Overrides the `title` prop"
            }
          ]
        },
        {
          "name": "BFormTextarea",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BFormTextarea"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
          "description": "Create multi-line text inputs with support for auto height sizing, minimum and maximum number of rows, and contextual validation states.",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "autofocus",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "When set to `true`, attempts to auto-focus the control when it is mounted, or re-activated when in a keep-alive. Does not set the `autofocus` attribute on the control"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "form",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control"
            },
            {
              "name": "name",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "Sets the value of the `name` attribute on the form control"
            },
            {
              "name": "required",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "Adds the `required` attribute to the form control"
            },
            {
              "name": "size",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'"
            },
            {
              "name": "state",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state"
            },
            {
              "name": "value",
              "type": "number|string",
              "default": "\"\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "The current value of the textarea. Result will always be a string, except when the 'number' prop is used"
            },
            {
              "name": "ariaInvalid",
              "type": "boolean|string",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "Sets the 'aria-invalid' attribute with the specified value"
            },
            {
              "name": "autocomplete",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "Sets the 'autocomplete' attribute value on the form control"
            },
            {
              "name": "debounce",
              "type": "number|string",
              "default": "0",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "When set to a number of milliseconds greater than zero, will debounce the user input. Has no effect if prop 'lazy' is set"
            },
            {
              "name": "formatter",
              "type": "function",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "Reference to a function for formatting the textarea"
            },
            {
              "name": "lazy",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "When set, updates the v-model on 'change'/'blur' events instead of 'input'. Emulates the Vue '.lazy' v-model modifier"
            },
            {
              "name": "lazyFormatter",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "When set, the textarea is formatted on blur instead of each keystroke (if there is a formatter specified)"
            },
            {
              "name": "number",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "When set attempts to convert the input value to a native number. Emulates the Vue '.number' v-model modifier"
            },
            {
              "name": "placeholder",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "Sets the `placeholder` attribute value on the form control"
            },
            {
              "name": "plaintext",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "Set the form control as readonly and renders the control to look like plain text (no borders)"
            },
            {
              "name": "readonly",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "Sets the `readonly` attribute on the form control"
            },
            {
              "name": "trim",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "When set, trims any leading and trailing white space from the input value. Emulates the Vue '.trim' v-model modifier"
            },
            {
              "name": "maxRows",
              "type": "number|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "The maximum number of rows to show. When provided, the textarea will grow (or shrink) to fit the content up to maximum rows"
            },
            {
              "name": "noAutoShrink",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "When set, prevents the auto height textarea from shrinking to fit the content"
            },
            {
              "name": "noResize",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "When set, disabled the browser's resize handle which prevents the user from changing the height of the textarea. Automatically set when in auto height mode"
            },
            {
              "name": "rows",
              "type": "number|string",
              "default": "2",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "The minimum number of rows to display. Must be a value greater than 1"
            },
            {
              "name": "wrap",
              "type": "string",
              "default": "\"soft\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "The value to place on the textarea's 'wrap' attribute. Controls how line break are returned"
            }
          ],
          "vue-model": {
            "prop": "value",
            "event": "update"
          },
          "events": [
            {
              "name": "blur",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "Emitted after the textarea loses focus",
              "arguments": [
                {
                  "name": "event",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
                  "description": "Native blur event (before any optional formatting occurs)",
                  "type": "FocusEvent"
                }
              ]
            },
            {
              "name": "change",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "Change event triggered by user interaction. Emitted after any formatting (not including 'trim' or 'number' props) and after the v-model is updated",
              "arguments": [
                {
                  "name": "value",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
                  "description": "Current value of the textarea",
                  "type": "string"
                }
              ]
            },
            {
              "name": "input",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "Input event triggered by user interaction. Emitted after any formatting (not including 'trim' or 'number' props) and after the v-model is updated",
              "arguments": [
                {
                  "name": "value",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
                  "description": "Current value of textarea",
                  "type": "string"
                }
              ]
            },
            {
              "name": "update",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "Emitted to update the v-model",
              "arguments": [
                {
                  "name": "value",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
                  "description": "Value of textarea, after any formatting. Not emitted if the value does not change",
                  "type": "string"
                }
              ]
            }
          ]
        },
        {
          "name": "BTextarea",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BTextarea"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
          "description": "Create multi-line text inputs with support for auto height sizing, minimum and maximum number of rows, and contextual validation states.\n\n*Alias for BFormTextarea*",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "autofocus",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "When set to `true`, attempts to auto-focus the control when it is mounted, or re-activated when in a keep-alive. Does not set the `autofocus` attribute on the control"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "form",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control"
            },
            {
              "name": "name",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "Sets the value of the `name` attribute on the form control"
            },
            {
              "name": "required",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "Adds the `required` attribute to the form control"
            },
            {
              "name": "size",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'"
            },
            {
              "name": "state",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state"
            },
            {
              "name": "value",
              "type": "number|string",
              "default": "\"\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "The current value of the textarea. Result will always be a string, except when the 'number' prop is used"
            },
            {
              "name": "ariaInvalid",
              "type": "boolean|string",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "Sets the 'aria-invalid' attribute with the specified value"
            },
            {
              "name": "autocomplete",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "Sets the 'autocomplete' attribute value on the form control"
            },
            {
              "name": "debounce",
              "type": "number|string",
              "default": "0",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "When set to a number of milliseconds greater than zero, will debounce the user input. Has no effect if prop 'lazy' is set"
            },
            {
              "name": "formatter",
              "type": "function",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "Reference to a function for formatting the textarea"
            },
            {
              "name": "lazy",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "When set, updates the v-model on 'change'/'blur' events instead of 'input'. Emulates the Vue '.lazy' v-model modifier"
            },
            {
              "name": "lazyFormatter",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "When set, the textarea is formatted on blur instead of each keystroke (if there is a formatter specified)"
            },
            {
              "name": "number",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "When set attempts to convert the input value to a native number. Emulates the Vue '.number' v-model modifier"
            },
            {
              "name": "placeholder",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "Sets the `placeholder` attribute value on the form control"
            },
            {
              "name": "plaintext",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "Set the form control as readonly and renders the control to look like plain text (no borders)"
            },
            {
              "name": "readonly",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "Sets the `readonly` attribute on the form control"
            },
            {
              "name": "trim",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "When set, trims any leading and trailing white space from the input value. Emulates the Vue '.trim' v-model modifier"
            },
            {
              "name": "maxRows",
              "type": "number|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "The maximum number of rows to show. When provided, the textarea will grow (or shrink) to fit the content up to maximum rows"
            },
            {
              "name": "noAutoShrink",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "When set, prevents the auto height textarea from shrinking to fit the content"
            },
            {
              "name": "noResize",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "When set, disabled the browser's resize handle which prevents the user from changing the height of the textarea. Automatically set when in auto height mode"
            },
            {
              "name": "rows",
              "type": "number|string",
              "default": "2",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "The minimum number of rows to display. Must be a value greater than 1"
            },
            {
              "name": "wrap",
              "type": "string",
              "default": "\"soft\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "The value to place on the textarea's 'wrap' attribute. Controls how line break are returned"
            }
          ],
          "vue-model": {
            "prop": "value",
            "event": "update"
          },
          "events": [
            {
              "name": "blur",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "Emitted after the textarea loses focus",
              "arguments": [
                {
                  "name": "event",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
                  "description": "Native blur event (before any optional formatting occurs)",
                  "type": "FocusEvent"
                }
              ]
            },
            {
              "name": "change",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "Change event triggered by user interaction. Emitted after any formatting (not including 'trim' or 'number' props) and after the v-model is updated",
              "arguments": [
                {
                  "name": "value",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
                  "description": "Current value of the textarea",
                  "type": "string"
                }
              ]
            },
            {
              "name": "input",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "Input event triggered by user interaction. Emitted after any formatting (not including 'trim' or 'number' props) and after the v-model is updated",
              "arguments": [
                {
                  "name": "value",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
                  "description": "Current value of textarea",
                  "type": "string"
                }
              ]
            },
            {
              "name": "update",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "description": "Emitted to update the v-model",
              "arguments": [
                {
                  "name": "value",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
                  "description": "Value of textarea, after any formatting. Not emitted if the value does not change",
                  "type": "string"
                }
              ]
            }
          ]
        },
        {
          "name": "BFormTimepicker",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BFormTimepicker"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
          "description": "BootstrapVue custom time picker input form control, which provides full WAI-ARIA accessibility (a11y) and supports internationalization (i18n).",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "value",
              "type": "string",
              "default": "\"\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Initially selected time value. Accepts a `HH:mm:ss` string. Valid value ranges from `00:00:00` to `23:59:59`"
            },
            {
              "name": "ariaLabelledby",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "The ID of the element that provides a label for this component. Used as the value for the `aria-labelledby` attribute"
            },
            {
              "name": "boundary",
              "type": "HTMLElement|string",
              "default": "\"scrollParent\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "The boundary constraint of the menu: `'scrollParent'`, `'window'`, `'viewport'`, or a reference to an `HTMLElement`"
            },
            {
              "name": "buttonOnly",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Renders the datepicker as a dropdown button instead of a form-control"
            },
            {
              "name": "buttonVariant",
              "type": "string",
              "default": "\"secondary\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "The button variant to use when in `button-only` mode. Has no effect if prop `button-only` is not set"
            },
            {
              "name": "closeButtonVariant",
              "type": "string",
              "default": "\"outline-secondary\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Button variant to use for the optional `close` button"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Places the timepicker in a non-interactive disabled state"
            },
            {
              "name": "dropleft",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "When set, positions the menu to the left of the button"
            },
            {
              "name": "dropright",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "When set, positions the menu to the right of the button"
            },
            {
              "name": "dropup",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "When set, positions the menu on the top of the button"
            },
            {
              "name": "footerTag",
              "type": "string",
              "default": "\"footer\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Specify the HTML tag to render instead of the default tag for the footer"
            },
            {
              "name": "form",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control"
            },
            {
              "name": "headerTag",
              "type": "string",
              "default": "\"header\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Specify the HTML tag to render instead of the default tag for the header"
            },
            {
              "name": "hideHeader",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "When set, visually hides the selected time header"
            },
            {
              "name": "hour12",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Tri-state prop. If `true` forces the interface to 12 hour format. If `false` forces the interface into 24 hour format. If `null` the current locale will determine the 12 or 24 hour interface (default)"
            },
            {
              "name": "labelAm",
              "type": "string",
              "default": "\"AM\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Text to display in the AM/PM spinbutton when 'AM' is selected"
            },
            {
              "name": "labelAmpm",
              "type": "string",
              "default": "\"AM/PM\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Value of the `aria-label` attribute on the `AM/PM` spinbutton"
            },
            {
              "name": "labelCloseButton",
              "type": "string",
              "default": "\"Close\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Content for the `Close` button"
            },
            {
              "name": "labelDecrement",
              "type": "string",
              "default": "\"Decrement\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Value of the `aria-label` attribute on the spinbuttons `-` button"
            },
            {
              "name": "labelHours",
              "type": "string",
              "default": "\"Hours\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Value of the `aria-label` attribute on the `Hours` spinbutton"
            },
            {
              "name": "labelIncrement",
              "type": "string",
              "default": "\"Increment\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Value of the `aria-label` attribute on the spinbuttons `+` button"
            },
            {
              "name": "labelMinutes",
              "type": "string",
              "default": "\"Minutes\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Value of the `aria-label` attribute on the `Minutes` spinbutton"
            },
            {
              "name": "labelNoTimeSelected",
              "type": "string",
              "default": "\"No time selected\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "String to show when no time is selected"
            },
            {
              "name": "labelNowButton",
              "type": "string",
              "default": "\"Select now\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Content for the optional `Select now` button"
            },
            {
              "name": "labelPm",
              "type": "string",
              "default": "\"PM\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Text to display in the AM/PM spinbutton when 'PM' is selected"
            },
            {
              "name": "labelResetButton",
              "type": "string",
              "default": "\"Reset\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Content for the optional `Reset` button"
            },
            {
              "name": "labelSeconds",
              "type": "string",
              "default": "\"Seconds\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Value of the `aria-label` attribute on the `Seconds` spinbutton"
            },
            {
              "name": "labelSelected",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Hidden sr-only string when a time is selected"
            },
            {
              "name": "locale",
              "type": "any[]|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Locale (or locales) for the component to use. When passing an array of locales, the order of the locales is from most preferred to least preferred. If not provided, defaults to the clients default locale"
            },
            {
              "name": "menuClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Class (or classes) to apply to to popup menu wrapper"
            },
            {
              "name": "minutesStep",
              "type": "number|string",
              "default": "1",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Step value for the minutes spinbutton. Should be a value evenly divided into 60"
            },
            {
              "name": "name",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Sets the value of the `name` attribute on the form control"
            },
            {
              "name": "noCloseButton",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "When set, disables showing the close button"
            },
            {
              "name": "noFlip",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Prevent the menu from auto flipping positions"
            },
            {
              "name": "nowButton",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "When set, shows the optional `select now` button"
            },
            {
              "name": "nowButtonVariant",
              "type": "string",
              "default": "\"outline-primary\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Button variant to use for the optional `select today` button"
            },
            {
              "name": "offset",
              "type": "number|string",
              "default": "0",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Specify the number of pixels to shift the menu by. Negative values supported"
            },
            {
              "name": "placeholder",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Text so show in the form control when no date is selected. Defaults to the `label-no-date-selected` prop value"
            },
            {
              "name": "popperOpts",
              "type": "object",
              "default": "{}",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Additional configuration to pass to Popper.js"
            },
            {
              "name": "readonly",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Places the timepicker in an interactive readonly state. Disables updating the v-model, while still allowing focusing of spin buttons"
            },
            {
              "name": "required",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "When set, adds the `aria-required=\"true\"` attribute on the component. Required validation needs to be handled by your application"
            },
            {
              "name": "resetButton",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "When set, shows the optional `reset` button"
            },
            {
              "name": "resetButtonVariant",
              "type": "string",
              "default": "\"outline-danger\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Button variant to use for the optional `reset` button"
            },
            {
              "name": "resetValue",
              "type": "Date|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "When the optional `reset` button is clicked, the selected time will be set to this value. Default is to clear the selected value"
            },
            {
              "name": "right",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Align the right edge of the menu with the right of the button"
            },
            {
              "name": "secondsStep",
              "type": "number|string",
              "default": "1",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Step value for the seconds spinbutton. Should be a value evenly divided into 60"
            },
            {
              "name": "showSeconds",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "When true, shows the seconds spinbutton. If `false` the seconds spin button will not be shown and the seconds portion of the time will always be `0`"
            },
            {
              "name": "size",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'"
            },
            {
              "name": "state",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state"
            }
          ],
          "vue-model": {
            "prop": "value",
            "event": "input"
          },
          "events": [
            {
              "name": "context",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "`b-time` context event. Emitted when the user changes any spinbutton value via mouse or cursor control. Also emitted when the component is first instantiated, or the locale is changed",
              "arguments": [
                {
                  "name": "context",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
                  "description": "The `b-time` context object. See the `b-time` documentaion for details",
                  "type": "object"
                }
              ]
            },
            {
              "name": "hidden",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Emitted when the picker popup has hidden"
            },
            {
              "name": "input",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Emitted when updating the v-model",
              "arguments": [
                {
                  "name": "time",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
                  "description": "A string in the format of `HH:mm:ss` (24 hour format)",
                  "type": "string|Date"
                }
              ]
            },
            {
              "name": "shown",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Emitted when the picker popup has shown"
            }
          ],
          "slots": [
            {
              "name": "button-content",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Content to place in the timepicker's icon button",
              "vue-properties": [
                {
                  "name": "hasFocus",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
                  "description": "`true` if the timepicker icon button has focus",
                  "type": "boolean"
                },
                {
                  "name": "isHovered",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
                  "description": "`true` if the component is hovered",
                  "type": "boolean"
                },
                {
                  "name": "open",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
                  "description": "The visibility state of the popup. `true` if the popup is visible and `false` if not",
                  "type": "boolean"
                },
                {
                  "name": "state",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
                  "description": "The value of the `state` prop. `true` (valid), `false` (invalid), or `null`",
                  "type": "boolean"
                }
              ]
            }
          ]
        },
        {
          "name": "BTimepicker",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BTimepicker"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
          "description": "BootstrapVue custom time picker input form control, which provides full WAI-ARIA accessibility (a11y) and supports internationalization (i18n).\n\n*Alias for BFormTimepicker*",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "value",
              "type": "string",
              "default": "\"\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Initially selected time value. Accepts a `HH:mm:ss` string. Valid value ranges from `00:00:00` to `23:59:59`"
            },
            {
              "name": "ariaLabelledby",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "The ID of the element that provides a label for this component. Used as the value for the `aria-labelledby` attribute"
            },
            {
              "name": "boundary",
              "type": "HTMLElement|string",
              "default": "\"scrollParent\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "The boundary constraint of the menu: `'scrollParent'`, `'window'`, `'viewport'`, or a reference to an `HTMLElement`"
            },
            {
              "name": "buttonOnly",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Renders the datepicker as a dropdown button instead of a form-control"
            },
            {
              "name": "buttonVariant",
              "type": "string",
              "default": "\"secondary\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "The button variant to use when in `button-only` mode. Has no effect if prop `button-only` is not set"
            },
            {
              "name": "closeButtonVariant",
              "type": "string",
              "default": "\"outline-secondary\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Button variant to use for the optional `close` button"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Places the timepicker in a non-interactive disabled state"
            },
            {
              "name": "dropleft",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "When set, positions the menu to the left of the button"
            },
            {
              "name": "dropright",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "When set, positions the menu to the right of the button"
            },
            {
              "name": "dropup",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "When set, positions the menu on the top of the button"
            },
            {
              "name": "footerTag",
              "type": "string",
              "default": "\"footer\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Specify the HTML tag to render instead of the default tag for the footer"
            },
            {
              "name": "form",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control"
            },
            {
              "name": "headerTag",
              "type": "string",
              "default": "\"header\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Specify the HTML tag to render instead of the default tag for the header"
            },
            {
              "name": "hideHeader",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "When set, visually hides the selected time header"
            },
            {
              "name": "hour12",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Tri-state prop. If `true` forces the interface to 12 hour format. If `false` forces the interface into 24 hour format. If `null` the current locale will determine the 12 or 24 hour interface (default)"
            },
            {
              "name": "labelAm",
              "type": "string",
              "default": "\"AM\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Text to display in the AM/PM spinbutton when 'AM' is selected"
            },
            {
              "name": "labelAmpm",
              "type": "string",
              "default": "\"AM/PM\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Value of the `aria-label` attribute on the `AM/PM` spinbutton"
            },
            {
              "name": "labelCloseButton",
              "type": "string",
              "default": "\"Close\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Content for the `Close` button"
            },
            {
              "name": "labelDecrement",
              "type": "string",
              "default": "\"Decrement\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Value of the `aria-label` attribute on the spinbuttons `-` button"
            },
            {
              "name": "labelHours",
              "type": "string",
              "default": "\"Hours\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Value of the `aria-label` attribute on the `Hours` spinbutton"
            },
            {
              "name": "labelIncrement",
              "type": "string",
              "default": "\"Increment\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Value of the `aria-label` attribute on the spinbuttons `+` button"
            },
            {
              "name": "labelMinutes",
              "type": "string",
              "default": "\"Minutes\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Value of the `aria-label` attribute on the `Minutes` spinbutton"
            },
            {
              "name": "labelNoTimeSelected",
              "type": "string",
              "default": "\"No time selected\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "String to show when no time is selected"
            },
            {
              "name": "labelNowButton",
              "type": "string",
              "default": "\"Select now\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Content for the optional `Select now` button"
            },
            {
              "name": "labelPm",
              "type": "string",
              "default": "\"PM\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Text to display in the AM/PM spinbutton when 'PM' is selected"
            },
            {
              "name": "labelResetButton",
              "type": "string",
              "default": "\"Reset\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Content for the optional `Reset` button"
            },
            {
              "name": "labelSeconds",
              "type": "string",
              "default": "\"Seconds\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Value of the `aria-label` attribute on the `Seconds` spinbutton"
            },
            {
              "name": "labelSelected",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Hidden sr-only string when a time is selected"
            },
            {
              "name": "locale",
              "type": "any[]|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Locale (or locales) for the component to use. When passing an array of locales, the order of the locales is from most preferred to least preferred. If not provided, defaults to the clients default locale"
            },
            {
              "name": "menuClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Class (or classes) to apply to to popup menu wrapper"
            },
            {
              "name": "minutesStep",
              "type": "number|string",
              "default": "1",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Step value for the minutes spinbutton. Should be a value evenly divided into 60"
            },
            {
              "name": "name",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Sets the value of the `name` attribute on the form control"
            },
            {
              "name": "noCloseButton",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "When set, disables showing the close button"
            },
            {
              "name": "noFlip",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Prevent the menu from auto flipping positions"
            },
            {
              "name": "nowButton",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "When set, shows the optional `select now` button"
            },
            {
              "name": "nowButtonVariant",
              "type": "string",
              "default": "\"outline-primary\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Button variant to use for the optional `select today` button"
            },
            {
              "name": "offset",
              "type": "number|string",
              "default": "0",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Specify the number of pixels to shift the menu by. Negative values supported"
            },
            {
              "name": "placeholder",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Text so show in the form control when no date is selected. Defaults to the `label-no-date-selected` prop value"
            },
            {
              "name": "popperOpts",
              "type": "object",
              "default": "{}",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Additional configuration to pass to Popper.js"
            },
            {
              "name": "readonly",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Places the timepicker in an interactive readonly state. Disables updating the v-model, while still allowing focusing of spin buttons"
            },
            {
              "name": "required",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "When set, adds the `aria-required=\"true\"` attribute on the component. Required validation needs to be handled by your application"
            },
            {
              "name": "resetButton",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "When set, shows the optional `reset` button"
            },
            {
              "name": "resetButtonVariant",
              "type": "string",
              "default": "\"outline-danger\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Button variant to use for the optional `reset` button"
            },
            {
              "name": "resetValue",
              "type": "Date|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "When the optional `reset` button is clicked, the selected time will be set to this value. Default is to clear the selected value"
            },
            {
              "name": "right",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Align the right edge of the menu with the right of the button"
            },
            {
              "name": "secondsStep",
              "type": "number|string",
              "default": "1",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Step value for the seconds spinbutton. Should be a value evenly divided into 60"
            },
            {
              "name": "showSeconds",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "When true, shows the seconds spinbutton. If `false` the seconds spin button will not be shown and the seconds portion of the time will always be `0`"
            },
            {
              "name": "size",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'"
            },
            {
              "name": "state",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state"
            }
          ],
          "vue-model": {
            "prop": "value",
            "event": "input"
          },
          "events": [
            {
              "name": "context",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "`b-time` context event. Emitted when the user changes any spinbutton value via mouse or cursor control. Also emitted when the component is first instantiated, or the locale is changed",
              "arguments": [
                {
                  "name": "context",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
                  "description": "The `b-time` context object. See the `b-time` documentaion for details",
                  "type": "object"
                }
              ]
            },
            {
              "name": "hidden",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Emitted when the picker popup has hidden"
            },
            {
              "name": "input",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Emitted when updating the v-model",
              "arguments": [
                {
                  "name": "time",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
                  "description": "A string in the format of `HH:mm:ss` (24 hour format)",
                  "type": "string|Date"
                }
              ]
            },
            {
              "name": "shown",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Emitted when the picker popup has shown"
            }
          ],
          "slots": [
            {
              "name": "button-content",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Content to place in the timepicker's icon button",
              "vue-properties": [
                {
                  "name": "hasFocus",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
                  "description": "`true` if the timepicker icon button has focus",
                  "type": "boolean"
                },
                {
                  "name": "isHovered",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
                  "description": "`true` if the component is hovered",
                  "type": "boolean"
                },
                {
                  "name": "open",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
                  "description": "The visibility state of the popup. `true` if the popup is visible and `false` if not",
                  "type": "boolean"
                },
                {
                  "name": "state",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
                  "description": "The value of the `state` prop. `true` (valid), `false` (invalid), or `null`",
                  "type": "boolean"
                }
              ]
            }
          ]
        },
        {
          "name": "BImg",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BImg"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
          "description": "Create responsive images, optionally adding lightweight styles to them — all via props. Support for rounded images, thumbnail styling, alignment, and even the ability to create blank images with an optional solid background color, and lazy loaded images.",
          "props": [
            {
              "name": "alt",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "description": "Value to set for the `alt` attribute"
            },
            {
              "name": "blank",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "description": "Creates a blank/transparent image via an SVG data URI"
            },
            {
              "name": "blankColor",
              "type": "string",
              "default": "\"transparent\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "description": "Sets the color of the blank image to the CSS color value specified"
            },
            {
              "name": "block",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "description": "Forces the image to display as a block element rather than the browser default of inline-block element"
            },
            {
              "name": "center",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "description": "Centers the image horizontally"
            },
            {
              "name": "fluid",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "description": "Makes the image responsive. The image will shrink as needed or grow up the the image's native width"
            },
            {
              "name": "fluidGrow",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "description": "Similar to the 'fluid' prop, but allows the image to scale up past its native width"
            },
            {
              "name": "height",
              "type": "number|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "description": "The value to set on the image's 'height' attribute"
            },
            {
              "name": "left",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "description": "Floats the image to the left when set"
            },
            {
              "name": "right",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "description": "Floats the image to the right when set"
            },
            {
              "name": "rounded",
              "type": "boolean|string",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "description": "When set to 'true', makes the image corners slightly rounded. Can also be used to disable rounded corners or make the image a circle/oval. See docs for details"
            },
            {
              "name": "sizes",
              "type": "any[]|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "description": "One or more strings separated by commas (or an array of strings), indicating a set of source sizes. Optionally used in combination with the srcset prop"
            },
            {
              "name": "src",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "description": "URL to set for the `src` attribute"
            },
            {
              "name": "srcset",
              "type": "any[]|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "description": "One or more strings separated by commas (or an array of strings), indicating possible image sources for the user agent to use"
            },
            {
              "name": "thumbnail",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "description": "Adds a thumbnail border around the image"
            },
            {
              "name": "width",
              "type": "number|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "description": "The value to set on the image's 'width' attribute"
            }
          ]
        },
        {
          "name": "BImgLazy",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BImgLazy"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
          "description": "Create responsive images, optionally adding lightweight styles to them — all via props. Support for rounded images, thumbnail styling, alignment, and even the ability to create blank images with an optional solid background color, and lazy loaded images.",
          "props": [
            {
              "name": "alt",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "description": "Value to set for the `alt` attribute"
            },
            {
              "name": "blankColor",
              "type": "string",
              "default": "\"transparent\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "description": "Sets the color of the blank placeholder image to the CSS color value specified"
            },
            {
              "name": "block",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "description": "Forces the image to display as a block element rather than the browser default of inline-block element"
            },
            {
              "name": "center",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "description": "Centers the image horizontally"
            },
            {
              "name": "fluid",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "description": "Makes the image responsive. The image will shrink as needed or grow up the the image's native width"
            },
            {
              "name": "fluidGrow",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "description": "Similar to the 'fluid' prop, but allows the image to scale up past its native width"
            },
            {
              "name": "height",
              "type": "number|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "description": "The value to set on the image's 'height' attribute"
            },
            {
              "name": "left",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "description": "Floats the image to the left when set"
            },
            {
              "name": "right",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "description": "Floats the image to the right when set"
            },
            {
              "name": "rounded",
              "type": "boolean|string",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "description": "When set to 'true', makes the image corners slightly rounded. Can also be used to disable rounded corners or make the image a circle/oval. See docs for details"
            },
            {
              "name": "sizes",
              "type": "any[]|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "description": "One or more strings separated by commas (or an array of strings), indicating a set of source sizes. Optionally used in combination with the srcset prop"
            },
            {
              "name": "src",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "description": "URL to set for the `src` attribute"
            },
            {
              "name": "srcset",
              "type": "any[]|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "description": "One or more strings separated by commas (or an array of strings), indicating possible image sources for the user agent to use"
            },
            {
              "name": "thumbnail",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "description": "Adds a thumbnail border around the image"
            },
            {
              "name": "width",
              "type": "number|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "description": "The value to set on the image's 'width' attribute"
            },
            {
              "name": "blankHeight",
              "type": "number|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "description": "The value to set on the placeholder image's 'height' attribute. Defaults to value of the 'height' prop"
            },
            {
              "name": "blankSrc",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "description": "Placeholder image instead of a blank image"
            },
            {
              "name": "blankWidth",
              "type": "number|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "description": "The value to set on the placeholder image's 'width' attribute. Defaults to value of the 'width' prop"
            },
            {
              "name": "offset",
              "type": "number|string",
              "default": "360",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "description": "Number of pixels away from the viewport edge before the lazy image is loaded"
            },
            {
              "name": "show",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "description": "If set to true, will force show the image specified via the 'src' prop"
            }
          ]
        },
        {
          "name": "BInputGroup",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BInputGroup"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/input-group/",
          "description": "Easily extend form controls by adding text, buttons, or button groups on either side of textual inputs.",
          "props": [
            {
              "name": "append",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/input-group/",
              "description": "Text to append to the input group"
            },
            {
              "name": "appendHtml",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/input-group/",
              "description": "HTML string to append to the input group. Has precedence over 'append' prop"
            },
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/input-group/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "prepend",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/input-group/",
              "description": "Text to prepend to the input group"
            },
            {
              "name": "prependHtml",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/input-group/",
              "description": "HTML string to prepend to the input group. Has precedence over 'prepend' prop"
            },
            {
              "name": "size",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/input-group/",
              "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'"
            },
            {
              "name": "tag",
              "type": "string",
              "default": "\"div\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/input-group/",
              "description": "Specify the HTML tag to render instead of the default tag"
            }
          ],
          "slots": [
            {
              "name": "append",
              "doc-url": "https:/bootstrap-vue.org/docs/components/input-group/",
              "description": "Append attachment"
            },
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/input-group/",
              "description": "Content to place in the input group"
            },
            {
              "name": "prepend",
              "doc-url": "https:/bootstrap-vue.org/docs/components/input-group/",
              "description": "Prepend attachment"
            }
          ]
        },
        {
          "name": "BInputGroupPrepend",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BInputGroupPrepend"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/input-group/",
          "description": "Easily extend form controls by adding text, buttons, or button groups on either side of textual inputs.",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/input-group/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "isText",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/input-group/",
              "description": "When 'true', wraps the content in a b-input-group-text component"
            },
            {
              "name": "tag",
              "type": "string",
              "default": "\"div\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/input-group/",
              "description": "Specify the HTML tag to render instead of the default tag"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/input-group/",
              "description": "Content to place in the input group prepend"
            }
          ]
        },
        {
          "name": "BInputGroupAppend",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BInputGroupAppend"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/input-group/",
          "description": "Easily extend form controls by adding text, buttons, or button groups on either side of textual inputs.",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/input-group/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "isText",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/input-group/",
              "description": "When 'true', wraps the content in a b-input-group-text component"
            },
            {
              "name": "tag",
              "type": "string",
              "default": "\"div\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/input-group/",
              "description": "Specify the HTML tag to render instead of the default tag"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/input-group/",
              "description": "Content to place in the input group append"
            }
          ]
        },
        {
          "name": "BInputGroupText",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BInputGroupText"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/input-group/",
          "description": "Easily extend form controls by adding text, buttons, or button groups on either side of textual inputs.",
          "props": [
            {
              "name": "tag",
              "type": "string",
              "default": "\"div\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/input-group/",
              "description": "Specify the HTML tag to render instead of the default tag"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/input-group/",
              "description": "Content to place in the input group text"
            }
          ]
        },
        {
          "name": "BInputGroupAddon",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BInputGroupAddon"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/input-group/",
          "description": "Easily extend form controls by adding text, buttons, or button groups on either side of textual inputs.",
          "props": [
            {
              "name": "append",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/input-group/",
              "description": "When set to 'true' sets the addon as being appended. defaults to 'false' which is prepended"
            },
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/input-group/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "isText",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/input-group/",
              "description": "When 'true', wraps the content in a b-input-group-text component"
            },
            {
              "name": "tag",
              "type": "string",
              "default": "\"div\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/input-group/",
              "description": "Specify the HTML tag to render instead of the default tag"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/input-group/",
              "description": "Content to place in the input group addon"
            }
          ]
        },
        {
          "name": "BJumbotron",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BJumbotron"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/jumbotron/",
          "description": "A lightweight, flexible component that can optionally extend the entire viewport to showcase key marketing messages on your site.",
          "props": [
            {
              "name": "bgVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/jumbotron/",
              "description": "Applies one of the Bootstrap theme color variants to the background"
            },
            {
              "name": "borderVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/jumbotron/",
              "description": "Applies one of the Bootstrap theme color variants to the border"
            },
            {
              "name": "containerFluid",
              "type": "boolean|string",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/jumbotron/",
              "description": "When prop 'fluid' is set, this prop will make the inner container wrapper also fluid in width. Can also be set to one of the Bootstrap breakpoint names"
            },
            {
              "name": "fluid",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/jumbotron/",
              "description": "Makes the jumbotron full width, and without rounded corners. When set, the inner content will automatically be wrapped into a 'b-container' (fixed width at the various breakpoints)"
            },
            {
              "name": "header",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/jumbotron/",
              "description": "Text content to place in the header"
            },
            {
              "name": "headerHtml",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/jumbotron/",
              "description": "HTML string content to place in the header"
            },
            {
              "name": "headerLevel",
              "type": "number|string",
              "default": "3",
              "doc-url": "https:/bootstrap-vue.org/docs/components/jumbotron/",
              "description": "Scaling factor of the header. Values range from 1 to 5"
            },
            {
              "name": "headerTag",
              "type": "string",
              "default": "\"h1\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/jumbotron/",
              "description": "Specify the HTML tag to render instead of the default tag for the header"
            },
            {
              "name": "lead",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/jumbotron/",
              "description": "Text string to place in the lead paragraph"
            },
            {
              "name": "leadHtml",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/jumbotron/",
              "description": "HTML string to place in the lead paragraph"
            },
            {
              "name": "leadTag",
              "type": "string",
              "default": "\"p\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/jumbotron/",
              "description": "Specify the HTML tag to render instead of the default tag for the lead paragraph"
            },
            {
              "name": "tag",
              "type": "string",
              "default": "\"div\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/jumbotron/",
              "description": "Specify the HTML tag to render instead of the default tag"
            },
            {
              "name": "textVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/jumbotron/",
              "description": "Applies one of the Bootstrap theme color variants to the text"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/jumbotron/",
              "description": "Content to place in the jumbotron"
            },
            {
              "name": "header",
              "doc-url": "https:/bootstrap-vue.org/docs/components/jumbotron/",
              "description": "Slot for custom header content. Placed inside 'header-tag'. Overrides the `header` and `header-html` props"
            },
            {
              "name": "lead",
              "doc-url": "https:/bootstrap-vue.org/docs/components/jumbotron/",
              "description": "For custom rendering of lead text content. Placed inside 'lead-tag'. Overrides the `lead` and `lead-html` props"
            }
          ]
        },
        {
          "name": "BContainer",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BContainer"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/layout/",
          "description": "Use the powerful mobile-first flexbox grid (via the <b-container>, <b-row>, <b-form-row> and <b-col> components) to build layouts of all shapes and sizes thanks to a twelve column system, five default responsive tiers, CSS Sass variables and mixins, and dozens of predefined classes.",
          "props": [
            {
              "name": "fluid",
              "type": "boolean|string",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/layout/",
              "description": "When set to true, makes the row 100% wide all the time, or set to one of the Bootstrap breakpoint names for 100% width up to the breakpoint (requires Bootstrap v4.4+ CSS for breakpoint specific value)"
            },
            {
              "name": "tag",
              "type": "string",
              "default": "\"div\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/layout/",
              "description": "Specify the HTML tag to render instead of the default tag"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/layout/",
              "description": "Content to place in the container"
            }
          ]
        },
        {
          "name": "BRow",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BRow"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/layout/",
          "description": "Use the powerful mobile-first flexbox grid (via the <b-container>, <b-row>, <b-form-row> and <b-col> components) to build layouts of all shapes and sizes thanks to a twelve column system, five default responsive tiers, CSS Sass variables and mixins, and dozens of predefined classes.",
          "props": [
            {
              "name": "alignContent",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/layout/",
              "description": "Align columns items together on the cross axis: 'start', 'center', 'end', 'around', 'between' or 'stretch'. Has no effect on single rows of items"
            },
            {
              "name": "alignH",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/layout/",
              "description": "Horizontal alignment/spacing of all columns: 'start', 'center', 'end', 'around', or 'between'"
            },
            {
              "name": "alignV",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/layout/",
              "description": "Vertical alignment of all columns in a row: 'start', 'center', 'end', 'baseline', or 'stretch'"
            },
            {
              "name": "cols",
              "type": "number|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/layout/",
              "description": "The number row columns to create at the 'xs' breakpoint. Requires Bootstrap v4.4 CSS"
            },
            {
              "name": "colsLg",
              "type": "number|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/layout/",
              "description": "The number row columns to create at the 'lg' breakpoint. Requires Bootstrap v4.4 CSS"
            },
            {
              "name": "colsMd",
              "type": "number|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/layout/",
              "description": "The number row columns to create at the 'md' breakpoint. Requires Bootstrap v4.4 CSS"
            },
            {
              "name": "colsSm",
              "type": "number|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/layout/",
              "description": "The number row columns to create at the 'sm' breakpoint. Requires Bootstrap v4.4 CSS"
            },
            {
              "name": "colsXl",
              "type": "number|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/layout/",
              "description": "The number row columns to create at the 'xl' breakpoint. Requires Bootstrap v4.4 CSS"
            },
            {
              "name": "noGutters",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/layout/",
              "description": "When set, removes the margin from the row and removes the padding from the child columns"
            },
            {
              "name": "tag",
              "type": "string",
              "default": "\"div\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/layout/",
              "description": "Specify the HTML tag to render instead of the default tag"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/layout/",
              "description": "Content to place in the row"
            }
          ]
        },
        {
          "name": "BCol",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BCol"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/layout/",
          "description": "Use the powerful mobile-first flexbox grid (via the <b-container>, <b-row>, <b-form-row> and <b-col> components) to build layouts of all shapes and sizes thanks to a twelve column system, five default responsive tiers, CSS Sass variables and mixins, and dozens of predefined classes.",
          "props": [
            {
              "name": "alignSelf",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/layout/",
              "description": "Vertical alignment of the grid cell with respect to the row: 'start', 'center', 'end', 'baseline', or 'stretch'"
            },
            {
              "name": "col",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/layout/",
              "description": "When true makes an equal width column grid cell spans for xs and up breakpoints"
            },
            {
              "name": "cols",
              "type": "number|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/layout/",
              "description": "Number of columns the grid cell spans for xs and up breakpoints"
            },
            {
              "name": "lg",
              "type": "boolean|number|string",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/layout/",
              "description": "Number of columns the grid cell spans for lg and up breakpoints"
            },
            {
              "name": "md",
              "type": "boolean|number|string",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/layout/",
              "description": "Number of columns the grid cell spans for md and up breakpoints"
            },
            {
              "name": "offset",
              "type": "number|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/layout/",
              "description": "Number of columns the grid cell is offset for xs and up breakpoints"
            },
            {
              "name": "offsetLg",
              "type": "number|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/layout/",
              "description": "Number of columns the grid cell is offset for lg and up breakpoints"
            },
            {
              "name": "offsetMd",
              "type": "number|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/layout/",
              "description": "Number of columns the grid cell is offset for md and up breakpoints"
            },
            {
              "name": "offsetSm",
              "type": "number|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/layout/",
              "description": "Number of columns the grid cell is offset for sm and up breakpoints"
            },
            {
              "name": "offsetXl",
              "type": "number|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/layout/",
              "description": "Number of columns the grid cell is offset for xl and up breakpoints"
            },
            {
              "name": "order",
              "type": "number|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/layout/",
              "description": "Flex order of the grid cell for xs and up breakpoints"
            },
            {
              "name": "orderLg",
              "type": "number|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/layout/",
              "description": "Flex order of the grid cell for lg and up breakpoints"
            },
            {
              "name": "orderMd",
              "type": "number|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/layout/",
              "description": "Flex order of the grid cell for md and up breakpoints"
            },
            {
              "name": "orderSm",
              "type": "number|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/layout/",
              "description": "Flex order of the grid cell for sm and up breakpoints"
            },
            {
              "name": "orderXl",
              "type": "number|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/layout/",
              "description": "Flex order of the grid cell for xl and up breakpoints"
            },
            {
              "name": "sm",
              "type": "boolean|number|string",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/layout/",
              "description": "Number of columns the grid cell spans for sm and up breakpoints"
            },
            {
              "name": "tag",
              "type": "string",
              "default": "\"div\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/layout/",
              "description": "Specify the HTML tag to render instead of the default tag"
            },
            {
              "name": "xl",
              "type": "boolean|number|string",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/layout/",
              "description": "Number of columns the grid cell spans for xl and up breakpoints"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/layout/",
              "description": "Content to place in the col"
            }
          ]
        },
        {
          "name": "BFormRow",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BFormRow"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/layout/",
          "description": "Use the powerful mobile-first flexbox grid (via the <b-container>, <b-row>, <b-form-row> and <b-col> components) to build layouts of all shapes and sizes thanks to a twelve column system, five default responsive tiers, CSS Sass variables and mixins, and dozens of predefined classes.",
          "props": [
            {
              "name": "tag",
              "type": "string",
              "default": "\"div\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/layout/",
              "description": "Specify the HTML tag to render instead of the default tag"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/layout/",
              "description": "Content to place in the form row"
            }
          ]
        },
        {
          "name": "BLink",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BLink"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/link/",
          "description": "Use BootstrapVue's custom <b-link> component for generating a standard <a> link or <router-link>. <b-link> supports the disabled state and click event propagation.",
          "props": [
            {
              "name": "active",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/link/",
              "description": "When set to `true`, places the component in the active state with active styling"
            },
            {
              "name": "activeClass",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/link/",
              "description": "<router-link> prop: Configure the active CSS class applied when the link is active. Typically you will want to set this to class name 'active'"
            },
            {
              "name": "append",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/link/",
              "description": "<router-link> prop: Setting append prop always appends the relative path to the current path"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/link/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "event",
              "type": "any[]|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/link/",
              "description": "<router-link> prop: Specify the event that triggers the link. In most cases you should leave this as the default"
            },
            {
              "name": "exact",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/link/",
              "description": "<router-link> prop: The default active class matching behavior is inclusive match. Setting this prop forces the mode to exactly match the route"
            },
            {
              "name": "exactActiveClass",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/link/",
              "description": "<router-link> prop: Configure the active CSS class applied when the link is active with exact match. Typically you will want to set this to class name 'active'"
            },
            {
              "name": "exactPath",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/link/",
              "description": "<router-link> prop: Allows matching only using the path section of the url, effectively ignoring the query and the hash sections"
            },
            {
              "name": "exactPathActiveClass",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/link/",
              "description": "<router-link> prop: Configure the active CSS class applied when the link is active with exact path match. Typically you will want to set this to class name 'active'"
            },
            {
              "name": "href",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/link/",
              "description": "Denotes the target URL of the link for standard a links"
            },
            {
              "name": "noPrefetch",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/link/",
              "description": "<nuxt-link> prop: To improve the responsiveness of your Nuxt.js applications, when the link will be displayed within the viewport, Nuxt.js will automatically prefetch the code splitted page. Setting `no-prefetch` will disabled this feature for the specific link"
            },
            {
              "name": "prefetch",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/link/",
              "description": "<nuxt-link> prop: To improve the responsiveness of your Nuxt.js applications, when the link will be displayed within the viewport, Nuxt.js will automatically prefetch the code splitted page. Setting `prefetch` to `true` or `false` will overwrite the default value of `router.prefetchLinks`"
            },
            {
              "name": "rel",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/link/",
              "description": "Sets the 'rel' attribute on the rendered link"
            },
            {
              "name": "replace",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/link/",
              "description": "<router-link> prop: Setting the replace prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record"
            },
            {
              "name": "routerComponentName",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/link/",
              "description": "<b-link> prop: BootstrapVue auto detects between `<router-link>` and `<nuxt-link>`. In cases where you want to use a 3rd party link component based on `<router-link>`, set this prop to the component name. e.g. set it to 'g-link' if you are using Gridsome (note only `<router-link>` specific props are passed to the component)"
            },
            {
              "name": "routerTag",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/link/",
              "description": "<router-link> prop: Specify which tag to render, and it will still listen to click events for navigation. `router-tag` translates to the tag prop on the final rendered `<router-link>`. Typically you should use the default value"
            },
            {
              "name": "target",
              "type": "string",
              "default": "\"_self\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/link/",
              "description": "Sets the 'target' attribute on the rendered link"
            },
            {
              "name": "to",
              "type": "object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/link/",
              "description": "<router-link> prop: Denotes the target route of the link. When clicked, the value of the to prop will be passed to `router.push()` internally, so the value can be either a string or a Location descriptor object"
            }
          ],
          "events": [
            {
              "name": "bv::link::clicked",
              "doc-url": "https:/bootstrap-vue.org/docs/components/link/",
              "description": "Emitted on `$root` when link was clicked",
              "arguments": [
                {
                  "name": "mouseEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/link/",
                  "description": "Native click event",
                  "type": "MouseEvent"
                }
              ]
            },
            {
              "name": "click",
              "doc-url": "https:/bootstrap-vue.org/docs/components/link/",
              "description": "Emitted when link was clicked",
              "arguments": [
                {
                  "name": "mouseEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/link/",
                  "description": "Native click event",
                  "type": "MouseEvent"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/link/",
              "description": "Content to place in the link"
            }
          ]
        },
        {
          "name": "BListGroup",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BListGroup"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/list-group/",
          "description": "List Groups are a flexible and powerful component for displaying a series of content. List Group items can be modified to support just about any content within. They can also be used as navigation via various props.",
          "props": [
            {
              "name": "flush",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/list-group/",
              "description": "When set, renders a flush list group with no left and right borders"
            },
            {
              "name": "horizontal",
              "type": "boolean|string",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/list-group/",
              "description": "When set, renders the list-group horizontally rather than the default of vertical"
            },
            {
              "name": "tag",
              "type": "string",
              "default": "\"div\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/list-group/",
              "description": "Specify the HTML tag to render instead of the default tag"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/list-group/",
              "description": "Content (items) to place in the list group"
            }
          ]
        },
        {
          "name": "BListGroupItem",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BListGroupItem"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/list-group/",
          "description": "List Groups are a flexible and powerful component for displaying a series of content. List Group items can be modified to support just about any content within. They can also be used as navigation via various props.",
          "props": [
            {
              "name": "action",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/list-group/",
              "description": "When set, give the item the appearance of having an action. Not needed when props 'to', 'href' or 'button' are used"
            },
            {
              "name": "active",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/list-group/",
              "description": "When set to `true`, places the component in the active state with active styling"
            },
            {
              "name": "activeClass",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/list-group/",
              "description": "<router-link> prop: Configure the active CSS class applied when the link is active. Typically you will want to set this to class name 'active'"
            },
            {
              "name": "append",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/list-group/",
              "description": "<router-link> prop: Setting append prop always appends the relative path to the current path"
            },
            {
              "name": "button",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/list-group/",
              "description": "When true renders the list-group-item as a button element"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/list-group/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "exact",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/list-group/",
              "description": "<router-link> prop: The default active class matching behavior is inclusive match. Setting this prop forces the mode to exactly match the route"
            },
            {
              "name": "exactActiveClass",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/list-group/",
              "description": "<router-link> prop: Configure the active CSS class applied when the link is active with exact match. Typically you will want to set this to class name 'active'"
            },
            {
              "name": "exactPath",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/list-group/",
              "description": "<router-link> prop: Allows matching only using the path section of the url, effectively ignoring the query and the hash sections"
            },
            {
              "name": "exactPathActiveClass",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/list-group/",
              "description": "<router-link> prop: Configure the active CSS class applied when the link is active with exact path match. Typically you will want to set this to class name 'active'"
            },
            {
              "name": "href",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/list-group/",
              "description": "<b-link> prop: Denotes the target URL of the link for standard a links"
            },
            {
              "name": "noPrefetch",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/list-group/",
              "description": "<nuxt-link> prop: To improve the responsiveness of your Nuxt.js applications, when the link will be displayed within the viewport, Nuxt.js will automatically prefetch the code splitted page. Setting `no-prefetch` will disabled this feature for the specific link"
            },
            {
              "name": "prefetch",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/list-group/",
              "description": "<nuxt-link> prop: To improve the responsiveness of your Nuxt.js applications, when the link will be displayed within the viewport, Nuxt.js will automatically prefetch the code splitted page. Setting `prefetch` to `true` or `false` will overwrite the default value of `router.prefetchLinks`"
            },
            {
              "name": "rel",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/list-group/",
              "description": "<b-link> prop: Sets the `rel` attribute on the rendered link"
            },
            {
              "name": "replace",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/list-group/",
              "description": "<router-link> prop: Setting the replace prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record"
            },
            {
              "name": "routerComponentName",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/list-group/",
              "description": "<b-link> prop: BootstrapVue auto detects between `<router-link>` and `<nuxt-link>`. In cases where you want to use a 3rd party link component based on `<router-link>`, set this prop to the component name. e.g. set it to 'g-link' if you are using Gridsome (note only `<router-link>` specific props are passed to the component)"
            },
            {
              "name": "tag",
              "type": "string",
              "default": "\"div\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/list-group/",
              "description": "Specify the HTML tag to render instead of the default tag"
            },
            {
              "name": "target",
              "type": "string",
              "default": "\"_self\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/list-group/",
              "description": "<b-link> prop: Sets the `target` attribute on the rendered link"
            },
            {
              "name": "to",
              "type": "object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/list-group/",
              "description": "<router-link> prop: Denotes the target route of the link. When clicked, the value of the to prop will be passed to `router.push()` internally, so the value can be either a string or a Location descriptor object"
            },
            {
              "name": "variant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/list-group/",
              "description": "Applies one of the Bootstrap theme color variants to the component"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/list-group/",
              "description": "Content to place in the list group item"
            }
          ]
        },
        {
          "name": "BMedia",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BMedia"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/media/",
          "description": "The media object helps build complex and repetitive components where some media is positioned alongside content that doesn't wrap around said media.",
          "props": [
            {
              "name": "noBody",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/media/",
              "description": "When set, does not render a 'b-media-body' wrapper around the default slot content"
            },
            {
              "name": "rightAlign",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/media/",
              "description": "Render the 'aside' slot on the right. Default is on the left"
            },
            {
              "name": "tag",
              "type": "string",
              "default": "\"div\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/media/",
              "description": "Specify the HTML tag to render instead of the default tag"
            },
            {
              "name": "verticalAlign",
              "type": "string",
              "default": "\"top\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/media/",
              "description": "Vertical alignment of the 'aside' slot: 'start' (or 'top'), 'center', or 'end' (or 'bottom')"
            }
          ],
          "slots": [
            {
              "name": "aside",
              "doc-url": "https:/bootstrap-vue.org/docs/components/media/",
              "description": "Media aside"
            },
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/media/",
              "description": "Content to place in the media element"
            }
          ]
        },
        {
          "name": "BMediaAside",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BMediaAside"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/media/",
          "description": "The media object helps build complex and repetitive components where some media is positioned alongside content that doesn't wrap around said media.",
          "props": [
            {
              "name": "right",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/media/",
              "description": "Position the 'aside' on the right. Default is on the left"
            },
            {
              "name": "tag",
              "type": "string",
              "default": "\"div\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/media/",
              "description": "Specify the HTML tag to render instead of the default tag"
            },
            {
              "name": "verticalAlign",
              "type": "string",
              "default": "\"top\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/media/",
              "description": "Vertical alignment of the aside: 'start' (or 'top'), 'center', or 'end' (or 'bottom')"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/media/",
              "description": "Content to place in the media aside"
            }
          ]
        },
        {
          "name": "BMediaBody",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BMediaBody"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/media/",
          "description": "The media object helps build complex and repetitive components where some media is positioned alongside content that doesn't wrap around said media.",
          "props": [
            {
              "name": "tag",
              "type": "string",
              "default": "\"div\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/media/",
              "description": "Specify the HTML tag to render instead of the default tag"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/media/",
              "description": "Content to place in the media body"
            }
          ]
        },
        {
          "name": "BModal",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BModal"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
          "description": "Modals are streamlined, but flexible dialog prompts powered by JavaScript and CSS. They support a number of use cases from user notification to completely custom content and feature a handful of helpful sub-components, sizes, variants, accessibility, and more.",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "visible",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "The current visibility state of the modal"
            },
            {
              "name": "ariaLabel",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Explicitly supply an 'aria-label' attribute for the modal. Should be set when the modal has no title. When not set 'aria-labelledby' will point to the modal's title"
            },
            {
              "name": "autoFocusButton",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Specify which built-in button to focus once the modal opens: 'ok', 'cancel', or 'close'"
            },
            {
              "name": "bodyBgVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Applies one of the Bootstrap theme color variants to the body background"
            },
            {
              "name": "bodyClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "CSS class (or classes) to apply to the '.modal-body' wrapper element"
            },
            {
              "name": "bodyTextVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Applies one of the Bootstrap theme color variants to the body text"
            },
            {
              "name": "busy",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Places the built in default footer OK and Cancel buttons in the disabled state"
            },
            {
              "name": "buttonSize",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Size of the built in footer buttons: 'sm', 'md' (default), or 'lg'"
            },
            {
              "name": "cancelDisabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Places the default footer Cancel button in the disabled state"
            },
            {
              "name": "cancelTitle",
              "type": "string",
              "default": "\"Cancel\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Text string to place in the default footer Cancel button"
            },
            {
              "name": "cancelTitleHtml",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "HTML string to place in the default footer Cancel button"
            },
            {
              "name": "cancelVariant",
              "type": "string",
              "default": "\"secondary\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Button color theme variant to apply to the default footer Cancel button"
            },
            {
              "name": "centered",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Vertically centers the modal in the viewport"
            },
            {
              "name": "contentClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "CSS class (or classes) to apply to the '.modal-content' wrapper element"
            },
            {
              "name": "dialogClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "CSS class (or classes) to apply to the '.modal-dialog' wrapper element"
            },
            {
              "name": "footerBgVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Applies one of the Bootstrap theme color variants to the footer background"
            },
            {
              "name": "footerBorderVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Applies one of the Bootstrap theme color variants to the footer border"
            },
            {
              "name": "footerClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "CSS class (or classes) to apply to the '.modal-footer' wrapper element"
            },
            {
              "name": "footerTag",
              "type": "string",
              "default": "\"footer\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Specify the HTML tag to render instead of the default tag for the footer"
            },
            {
              "name": "footerTextVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Applies one of the Bootstrap theme color variants to the footer text"
            },
            {
              "name": "headerBgVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Applies one of the Bootstrap theme color variants to the header background"
            },
            {
              "name": "headerBorderVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Applies one of the Bootstrap theme color variants to the header border"
            },
            {
              "name": "headerClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "CSS class (or classes) to apply to the '.modal-header' wrapper element"
            },
            {
              "name": "headerCloseContent",
              "type": "string",
              "default": "\"&times;\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Content of the header close button"
            },
            {
              "name": "headerCloseLabel",
              "type": "string",
              "default": "\"Close\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Value of the 'aria-label' on the header close button"
            },
            {
              "name": "headerCloseVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Text theme color variant to apply to the header close button"
            },
            {
              "name": "headerTag",
              "type": "string",
              "default": "\"header\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Specify the HTML tag to render instead of the default tag for the footer"
            },
            {
              "name": "headerTextVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Applies one of the Bootstrap theme color variants to the header text"
            },
            {
              "name": "hideBackdrop",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Disables rendering of the modal backdrop"
            },
            {
              "name": "hideFooter",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Disables rendering of the modal footer"
            },
            {
              "name": "hideHeader",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Disables rendering of the modal header"
            },
            {
              "name": "hideHeaderClose",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Disables rendering of the modal header's close button"
            },
            {
              "name": "ignoreEnforceFocusSelector",
              "type": "any[]|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Ignore certain elements from the enforce focus routine, specified by css selector(s)"
            },
            {
              "name": "lazy",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "When the modal has the `static` prop set, renders the modal content lazily"
            },
            {
              "name": "modalClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "CSS class (or classes) to apply to the '.modal' wrapper element"
            },
            {
              "name": "noCloseOnBackdrop",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Disables the ability to close the modal by clicking the backdrop"
            },
            {
              "name": "noCloseOnEsc",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Disables the ability to close the modal by pressing ESC"
            },
            {
              "name": "noEnforceFocus",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Disables the enforce focus routine which maintains focus inside the modal"
            },
            {
              "name": "noFade",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "When set to `true`, disables the fade animation/transition on the component"
            },
            {
              "name": "noStacking",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Prevents other modals from stacking over this one"
            },
            {
              "name": "okDisabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Places the default footer OK button in the disabled state"
            },
            {
              "name": "okOnly",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Disables rendering of the default footer Cancel button"
            },
            {
              "name": "okTitle",
              "type": "string",
              "default": "\"OK\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Text string to place in the default footer OK button"
            },
            {
              "name": "okTitleHtml",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "HTML string to place in the default footer OK button"
            },
            {
              "name": "okVariant",
              "type": "string",
              "default": "\"primary\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Button color theme variant to apply to the default footer OK button"
            },
            {
              "name": "returnFocus",
              "type": "HTMLElement|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "HTML Element reference, CSS selector, or component reference to return focus to when the modal closes. When not set, will return focus to the element that last had focus before the modal opened"
            },
            {
              "name": "scrollable",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Enables scrolling of the modal body"
            },
            {
              "name": "size",
              "type": "string",
              "default": "\"md\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Set the size of the modal's width. 'sm', 'md' (default), 'lg', or 'xl'"
            },
            {
              "name": "static",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Renders the content of the component in-place in the DOM, rather than portalling it to be appended to the body element"
            },
            {
              "name": "title",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Text content to place in the title"
            },
            {
              "name": "titleClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "CSS class (or classes) to apply to the title"
            },
            {
              "name": "titleHtml",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "HTML string content to place in the title"
            },
            {
              "name": "titleSrOnly",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Wraps the title in an '.sr-only' wrapper"
            },
            {
              "name": "titleTag",
              "type": "string",
              "default": "\"h5\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Specify the HTML tag to render instead of the default tag for the title"
            }
          ],
          "vue-model": {
            "prop": "visible",
            "event": "change"
          },
          "events": [
            {
              "name": "bv::modal::hidden",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Emitted on `$root` when modal is hidden",
              "arguments": [
                {
                  "name": "bvModalEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
                  "description": "BvModalEvent object",
                  "type": "BvModalEvent"
                },
                {
                  "name": "modalId",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
                  "description": "Modal ID",
                  "type": "string"
                }
              ]
            },
            {
              "name": "bv::modal::hide",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Emitted on `$root` when modal is about to be hidden. Cancelable (as long as modal wasn't forcibly hidden)",
              "arguments": [
                {
                  "name": "bvModalEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
                  "description": "BvModalEvent object. Call `bvModalEvent.preventDefault()` to cancel hide",
                  "type": "BvModalEvent"
                },
                {
                  "name": "modalId",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
                  "description": "Modal ID",
                  "type": "string"
                }
              ]
            },
            {
              "name": "bv::modal::show",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Emitted on `$root` when modal is about to be shown. Cancelable",
              "arguments": [
                {
                  "name": "bvModalEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
                  "description": "BvModalEvent object. Call `bvModalEvent.preventDefault()` to cancel show",
                  "type": "BvModalEvent"
                },
                {
                  "name": "modalId",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
                  "description": "Modal ID",
                  "type": "string"
                }
              ]
            },
            {
              "name": "bv::modal::shown",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Emitted on `$root` when modal is shown",
              "arguments": [
                {
                  "name": "bvModalEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
                  "description": "BvModalEvent object",
                  "type": "BvModalEvent"
                },
                {
                  "name": "modalId",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
                  "description": "Modal ID",
                  "type": "string"
                }
              ]
            },
            {
              "name": "cancel",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "When default CANCEL button pressed, just before modal has hidden. Cancelable",
              "arguments": [
                {
                  "name": "bvModalEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
                  "description": "BvModalEvent object. Call `bvModalEvent.preventDefault()` to cancel hide",
                  "type": "BvModalEvent"
                }
              ]
            },
            {
              "name": "change",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "New modal visibility state. Used to update the v-model",
              "arguments": [
                {
                  "name": "isVisible",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
                  "description": "The visibility state of the modal. `true` if the modal is visible and `false` if not visible",
                  "type": "boolean"
                }
              ]
            },
            {
              "name": "close",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "When default header close button pressed, just before modal has hidden. Cancelable",
              "arguments": [
                {
                  "name": "bvModalEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
                  "description": "BvModalEvent object. Call `bvModalEvent.preventDefault()` to cancel hide",
                  "type": "BvModalEvent"
                }
              ]
            },
            {
              "name": "hidden",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Always emits after modal is hidden",
              "arguments": [
                {
                  "name": "bvModalEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
                  "description": "BvModalEvent object",
                  "type": "BvModalEvent"
                }
              ]
            },
            {
              "name": "hide",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Always emits just before modal has hidden. Cancelable (as long as modal wasn't forcibly hidden)",
              "arguments": [
                {
                  "name": "bvModalEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
                  "description": "BvModalEvent object. Inspect `bvModalEvent.trigger` to find out what action triggered the hide. Call `bvModalEvent.preventDefault()` to cancel hide",
                  "type": "BvModalEvent"
                }
              ]
            },
            {
              "name": "ok",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "When default OK button pressed, just before modal has hidden. Cancelable",
              "arguments": [
                {
                  "name": "bvModalEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
                  "description": "BvModalEvent object. Call `bvModalEvent.preventDefault()` to cancel hide",
                  "type": "BvModalEvent"
                }
              ]
            },
            {
              "name": "show",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Always emits just before modal is shown. Cancelable",
              "arguments": [
                {
                  "name": "bvModalEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
                  "description": "BvModalEvent object. Call `bvModalEvent.preventDefault()` to cancel show",
                  "type": "BvModalEvent"
                }
              ]
            },
            {
              "name": "shown",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Always emits when modal is shown",
              "arguments": [
                {
                  "name": "bvModalEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
                  "description": "BvModalEvent object",
                  "type": "BvModalEvent"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Content of modal body. Optionally scoped",
              "vue-properties": [
                {
                  "name": "cancel",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
                  "description": "Closes the modal and fires the 'cancel' and 'hide' events, with `bvModalEvent.trigger = 'cancel'`",
                  "type": "function"
                },
                {
                  "name": "close",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
                  "description": "Closes the modal and fires the close and hide events, with `bvModalEvent.trigger = 'headerclose'`",
                  "type": "function"
                },
                {
                  "name": "hide",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
                  "description": "Accepts one argument `trigger`. Closes the modal and fires the 'hide' event, with the `bvModalEvent.trigger = trigger` (`trigger` is optional)",
                  "type": "function"
                },
                {
                  "name": "ok",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
                  "description": "Closes the modal and fires the 'ok' and 'hide' events, with `bvModalEvent.trigger = 'ok'`",
                  "type": "function"
                },
                {
                  "name": "visible",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
                  "description": "The visibility state of the modal. `true` if the modal is visible and `false` if not visible",
                  "type": "boolean"
                }
              ]
            },
            {
              "name": "modal-backdrop",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Modal Backdrop content"
            },
            {
              "name": "modal-cancel",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Modal CANCEL button content"
            },
            {
              "name": "modal-footer",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Modal footer content. Also removes default OK and Cancel buttons. Optionally scoped",
              "vue-properties": [
                {
                  "name": "cancel",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
                  "description": "Closes the modal and fires the 'cancel' and 'hide' events, with `vModalEvent.trigger = 'cancel'`",
                  "type": "function"
                },
                {
                  "name": "close",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
                  "description": "Closes the modal and fires the close and hide events, with `vModalEvent.trigger = 'headerclose'`",
                  "type": "function"
                },
                {
                  "name": "hide",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
                  "description": "Accepts one argument `trigger`. Closes the modal and fires the 'hide' event, with the `bvModalEvent.trigger = trigger` (`trigger` is optional)",
                  "type": "function"
                },
                {
                  "name": "ok",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
                  "description": "Closes the modal and fires the 'ok' and 'hide' events, with `bvModalEvent.trigger = 'ok'`",
                  "type": "function"
                },
                {
                  "name": "visible",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
                  "description": "The visibility state of the modal. `true` if the modal is visible and `false` if not visible",
                  "type": "boolean"
                }
              ]
            },
            {
              "name": "modal-header",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Entire modal header container contents. Also removes the top right X close button. Optionally scoped",
              "vue-properties": [
                {
                  "name": "cancel",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
                  "description": "Closes the modal and fires the 'cancel' and 'hide' events, with `bvModalEvent.trigger = 'cancel'`",
                  "type": "function"
                },
                {
                  "name": "close",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
                  "description": "Closes the modal and fires the close and hide events, with `bvModalEvent.trigger = 'headerclose'`",
                  "type": "function"
                },
                {
                  "name": "hide",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
                  "description": "Accepts one argument `trigger`. Closes the modal and fires the 'hide' event, with the `bvModalEvent.trigger = trigger` (`trigger` is optional)",
                  "type": "function"
                },
                {
                  "name": "ok",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
                  "description": "Closes the modal and fires the 'ok' and 'hide' events, with `bvModalEvent.trigger = 'ok'`",
                  "type": "function"
                },
                {
                  "name": "visible",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
                  "description": "The visibility state of the modal. `true` if the modal is visible and `false` if not visible",
                  "type": "boolean"
                }
              ]
            },
            {
              "name": "modal-header-close",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Content of Modal header close button. If `modal-header` slot is used, this slot will not be shown"
            },
            {
              "name": "modal-ok",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Modal OK button content"
            },
            {
              "name": "modal-title",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Modal title. If `modal-header` slot is used, this slot will not be shown. Optionally scoped",
              "vue-properties": [
                {
                  "name": "cancel",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
                  "description": "Closes the modal and fires the 'cancel' and 'hide' events, with `vModalEvent.trigger = 'cancel'`",
                  "type": "function"
                },
                {
                  "name": "close",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
                  "description": "Closes the modal and fires the close and hide events, with `vModalEvent.trigger = 'headerclose'`",
                  "type": "function"
                },
                {
                  "name": "hide",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
                  "description": "Accepts one argument `trigger`. Closes the modal and fires the 'hide' event, with the `bvModalEvent.trigger = trigger` (`trigger` is optional)",
                  "type": "function"
                },
                {
                  "name": "ok",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
                  "description": "Closes the modal and fires the 'ok' and 'hide' events, with `bvModalEvent.trigger = 'ok'`",
                  "type": "function"
                },
                {
                  "name": "visible",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
                  "description": "The visibility state of the modal. `true` if the modal is visible and `false` if not visible",
                  "type": "boolean"
                }
              ]
            }
          ]
        },
        {
          "name": "BNav",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BNav"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
          "description": "Navigation components that share general markup and styles, from the base <b-nav> class to the active and disabled states. Swap modifier props to switch between each style.",
          "props": [
            {
              "name": "align",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Align the nav items in the nav: 'start' (or 'left'), 'center', 'end' (or 'right')"
            },
            {
              "name": "cardHeader",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Set this prop when the nav is placed inside a card header"
            },
            {
              "name": "fill",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Proportionately fills all horizontal space with nav items. All horizontal space is occupied, but not every nav item has the same width"
            },
            {
              "name": "justified",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Fills all horizontal space with nav items, but unlike 'fill', every nav item will be the same width"
            },
            {
              "name": "pills",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Renders the nav items with the appearance of pill buttons"
            },
            {
              "name": "small",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Makes the nav smaller"
            },
            {
              "name": "tabs",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Renders the nav items with the appearance of tabs"
            },
            {
              "name": "tag",
              "type": "string",
              "default": "\"ul\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Specify the HTML tag to render instead of the default tag"
            },
            {
              "name": "vertical",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Renders the nav vertically"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Content to place in the nav"
            }
          ]
        },
        {
          "name": "BNavItem",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BNavItem"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
          "description": "Navigation components that share general markup and styles, from the base <b-nav> class to the active and disabled states. Swap modifier props to switch between each style.",
          "props": [
            {
              "name": "active",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "When set to `true`, places the component in the active state with active styling"
            },
            {
              "name": "activeClass",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "<router-link> prop: Configure the active CSS class applied when the link is active. Typically you will want to set this to class name 'active'"
            },
            {
              "name": "append",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "<router-link> prop: Setting append prop always appends the relative path to the current path"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "exact",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "<router-link> prop: The default active class matching behavior is inclusive match. Setting this prop forces the mode to exactly match the route"
            },
            {
              "name": "exactActiveClass",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "<router-link> prop: Configure the active CSS class applied when the link is active with exact match. Typically you will want to set this to class name 'active'"
            },
            {
              "name": "exactPath",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "<router-link> prop: Allows matching only using the path section of the url, effectively ignoring the query and the hash sections"
            },
            {
              "name": "exactPathActiveClass",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "<router-link> prop: Configure the active CSS class applied when the link is active with exact path match. Typically you will want to set this to class name 'active'"
            },
            {
              "name": "href",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "<b-link> prop: Denotes the target URL of the link for standard a links"
            },
            {
              "name": "linkAttrs",
              "type": "object",
              "default": "{}",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Additional attributes to place on the nested link element"
            },
            {
              "name": "linkClasses",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "CSS class (or classes) to place on the nested link element"
            },
            {
              "name": "noPrefetch",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "<nuxt-link> prop: To improve the responsiveness of your Nuxt.js applications, when the link will be displayed within the viewport, Nuxt.js will automatically prefetch the code splitted page. Setting `no-prefetch` will disabled this feature for the specific link"
            },
            {
              "name": "prefetch",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "<nuxt-link> prop: To improve the responsiveness of your Nuxt.js applications, when the link will be displayed within the viewport, Nuxt.js will automatically prefetch the code splitted page. Setting `prefetch` to `true` or `false` will overwrite the default value of `router.prefetchLinks`"
            },
            {
              "name": "rel",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "<b-link> prop: Sets the `rel` attribute on the rendered link"
            },
            {
              "name": "replace",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "<router-link> prop: Setting the replace prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record"
            },
            {
              "name": "routerComponentName",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "<b-link> prop: BootstrapVue auto detects between `<router-link>` and `<nuxt-link>`. In cases where you want to use a 3rd party link component based on `<router-link>`, set this prop to the component name. e.g. set it to 'g-link' if you are using Gridsome (note only `<router-link>` specific props are passed to the component)"
            },
            {
              "name": "target",
              "type": "string",
              "default": "\"_self\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "<b-link> prop: Sets the `target` attribute on the rendered link"
            },
            {
              "name": "to",
              "type": "object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "<router-link> prop: Denotes the target route of the link. When clicked, the value of the to prop will be passed to `router.push()` internally, so the value can be either a string or a Location descriptor object"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Content to place in the nav item"
            }
          ]
        },
        {
          "name": "BNavText",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BNavText"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
          "description": "Navigation components that share general markup and styles, from the base <b-nav> class to the active and disabled states. Swap modifier props to switch between each style.",
          "props": [],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Content to place in the nav text"
            }
          ]
        },
        {
          "name": "BNavForm",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BNavForm"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
          "description": "Navigation components that share general markup and styles, from the base <b-nav> class to the active and disabled states. Swap modifier props to switch between each style.",
          "props": [
            {
              "name": "formClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "CSS class (or classes) to add to the form"
            },
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "novalidate",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "When set, disables browser native HTML5 validation on controls in the form"
            },
            {
              "name": "validated",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "When set, adds the Bootstrap class 'was-validated' on the form, triggering the native browser validation states"
            }
          ],
          "events": [
            {
              "name": "submit",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Emitted when the form is being submitted",
              "arguments": [
                {
                  "name": "event",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
                  "description": "Native submit event",
                  "type": "Event"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Content to place in the nav form"
            }
          ]
        },
        {
          "name": "BNavItemDropdown",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BNavItemDropdown"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
          "description": "Navigation components that share general markup and styles, from the base <b-nav> class to the active and disabled states. Swap modifier props to switch between each style.",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "boundary",
              "type": "HTMLElement|string",
              "default": "\"scrollParent\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "The boundary constraint of the menu: 'scrollParent', 'window', 'viewport', or a reference to an HTMLElement. Has no effect when dropdown is inside a `<b-navbar>`"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "dropleft",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "When set, positions the menu to the left of the button"
            },
            {
              "name": "dropright",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "When set, positions the menu to the right of the button"
            },
            {
              "name": "dropup",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "When set, positions the menu on the top of the button"
            },
            {
              "name": "noFlip",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Prevent the menu from auto flipping positions"
            },
            {
              "name": "offset",
              "type": "number|string",
              "default": "0",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/"
            },
            {
              "name": "popperOpts",
              "type": "object",
              "default": "{}",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Additional configuration to pass to Popper.js"
            },
            {
              "name": "right",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Align the right edge of the menu with the right of the button"
            },
            {
              "name": "html",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "HTML string to place in the toggle element (link)"
            },
            {
              "name": "lazy",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "When set, will only mount the menu content into the DOM when the menu is open"
            },
            {
              "name": "menuClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "CSS class (or classes) to add to the menu container"
            },
            {
              "name": "noCaret",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Hide the caret indicator on the toggle element (link)"
            },
            {
              "name": "role",
              "type": "string",
              "default": "\"menu\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Sets the ARIA attribute `role` to a specific value"
            },
            {
              "name": "text",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Text to place in the toggle element (link)"
            },
            {
              "name": "toggleClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "CSS class (or classes) to add to the toggle element (link)"
            }
          ],
          "events": [
            {
              "name": "hidden",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Emitted when dropdown is hidden"
            },
            {
              "name": "hide",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Emitted just before dropdown is hidden. Cancelable",
              "arguments": [
                {
                  "name": "bvEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
                  "description": "BvEvent object. Call bvEvent.preventDefault() to cancel hide",
                  "type": "BvEvent"
                }
              ]
            },
            {
              "name": "show",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Emitted just before dropdown is shown. Cancelable",
              "arguments": [
                {
                  "name": "bvEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
                  "description": "BvEvent object. Call bvEvent.preventDefault() to cancel show",
                  "type": "BvEvent"
                }
              ]
            },
            {
              "name": "shown",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Emitted when dropdown is shown"
            },
            {
              "name": "toggle",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Emitted when toggle button is clicked"
            }
          ],
          "slots": [
            {
              "name": "button-content",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Can be used to implement custom text with icons and more styling"
            },
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Optionally scoped default slot for dropdown menu content",
              "vue-properties": [
                {
                  "name": "hide",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
                  "description": "Can be used to close the dropdown menu. Accepts an optional boolean argument, which if true returns focus to the toggle button",
                  "type": "function"
                }
              ]
            }
          ]
        },
        {
          "name": "BNavItemDd",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BNavItemDd"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
          "description": "Navigation components that share general markup and styles, from the base <b-nav> class to the active and disabled states. Swap modifier props to switch between each style.\n\n*Alias for BNavItemDropdown*",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "boundary",
              "type": "HTMLElement|string",
              "default": "\"scrollParent\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "The boundary constraint of the menu: 'scrollParent', 'window', 'viewport', or a reference to an HTMLElement. Has no effect when dropdown is inside a `<b-navbar>`"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "dropleft",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "When set, positions the menu to the left of the button"
            },
            {
              "name": "dropright",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "When set, positions the menu to the right of the button"
            },
            {
              "name": "dropup",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "When set, positions the menu on the top of the button"
            },
            {
              "name": "noFlip",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Prevent the menu from auto flipping positions"
            },
            {
              "name": "offset",
              "type": "number|string",
              "default": "0",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/"
            },
            {
              "name": "popperOpts",
              "type": "object",
              "default": "{}",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Additional configuration to pass to Popper.js"
            },
            {
              "name": "right",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Align the right edge of the menu with the right of the button"
            },
            {
              "name": "html",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "HTML string to place in the toggle element (link)"
            },
            {
              "name": "lazy",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "When set, will only mount the menu content into the DOM when the menu is open"
            },
            {
              "name": "menuClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "CSS class (or classes) to add to the menu container"
            },
            {
              "name": "noCaret",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Hide the caret indicator on the toggle element (link)"
            },
            {
              "name": "role",
              "type": "string",
              "default": "\"menu\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Sets the ARIA attribute `role` to a specific value"
            },
            {
              "name": "text",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Text to place in the toggle element (link)"
            },
            {
              "name": "toggleClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "CSS class (or classes) to add to the toggle element (link)"
            }
          ],
          "events": [
            {
              "name": "hidden",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Emitted when dropdown is hidden"
            },
            {
              "name": "hide",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Emitted just before dropdown is hidden. Cancelable",
              "arguments": [
                {
                  "name": "bvEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
                  "description": "BvEvent object. Call bvEvent.preventDefault() to cancel hide",
                  "type": "BvEvent"
                }
              ]
            },
            {
              "name": "show",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Emitted just before dropdown is shown. Cancelable",
              "arguments": [
                {
                  "name": "bvEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
                  "description": "BvEvent object. Call bvEvent.preventDefault() to cancel show",
                  "type": "BvEvent"
                }
              ]
            },
            {
              "name": "shown",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Emitted when dropdown is shown"
            },
            {
              "name": "toggle",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Emitted when toggle button is clicked"
            }
          ],
          "slots": [
            {
              "name": "button-content",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Can be used to implement custom text with icons and more styling"
            },
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Optionally scoped default slot for dropdown menu content",
              "vue-properties": [
                {
                  "name": "hide",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
                  "description": "Can be used to close the dropdown menu. Accepts an optional boolean argument, which if true returns focus to the toggle button",
                  "type": "function"
                }
              ]
            }
          ]
        },
        {
          "name": "BNavDropdown",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BNavDropdown"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
          "description": "Navigation components that share general markup and styles, from the base <b-nav> class to the active and disabled states. Swap modifier props to switch between each style.\n\n*Alias for BNavItemDropdown*",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "boundary",
              "type": "HTMLElement|string",
              "default": "\"scrollParent\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "The boundary constraint of the menu: 'scrollParent', 'window', 'viewport', or a reference to an HTMLElement. Has no effect when dropdown is inside a `<b-navbar>`"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "dropleft",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "When set, positions the menu to the left of the button"
            },
            {
              "name": "dropright",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "When set, positions the menu to the right of the button"
            },
            {
              "name": "dropup",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "When set, positions the menu on the top of the button"
            },
            {
              "name": "noFlip",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Prevent the menu from auto flipping positions"
            },
            {
              "name": "offset",
              "type": "number|string",
              "default": "0",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/"
            },
            {
              "name": "popperOpts",
              "type": "object",
              "default": "{}",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Additional configuration to pass to Popper.js"
            },
            {
              "name": "right",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Align the right edge of the menu with the right of the button"
            },
            {
              "name": "html",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "HTML string to place in the toggle element (link)"
            },
            {
              "name": "lazy",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "When set, will only mount the menu content into the DOM when the menu is open"
            },
            {
              "name": "menuClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "CSS class (or classes) to add to the menu container"
            },
            {
              "name": "noCaret",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Hide the caret indicator on the toggle element (link)"
            },
            {
              "name": "role",
              "type": "string",
              "default": "\"menu\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Sets the ARIA attribute `role` to a specific value"
            },
            {
              "name": "text",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Text to place in the toggle element (link)"
            },
            {
              "name": "toggleClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "CSS class (or classes) to add to the toggle element (link)"
            }
          ],
          "events": [
            {
              "name": "hidden",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Emitted when dropdown is hidden"
            },
            {
              "name": "hide",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Emitted just before dropdown is hidden. Cancelable",
              "arguments": [
                {
                  "name": "bvEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
                  "description": "BvEvent object. Call bvEvent.preventDefault() to cancel hide",
                  "type": "BvEvent"
                }
              ]
            },
            {
              "name": "show",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Emitted just before dropdown is shown. Cancelable",
              "arguments": [
                {
                  "name": "bvEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
                  "description": "BvEvent object. Call bvEvent.preventDefault() to cancel show",
                  "type": "BvEvent"
                }
              ]
            },
            {
              "name": "shown",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Emitted when dropdown is shown"
            },
            {
              "name": "toggle",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Emitted when toggle button is clicked"
            }
          ],
          "slots": [
            {
              "name": "button-content",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Can be used to implement custom text with icons and more styling"
            },
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Optionally scoped default slot for dropdown menu content",
              "vue-properties": [
                {
                  "name": "hide",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
                  "description": "Can be used to close the dropdown menu. Accepts an optional boolean argument, which if true returns focus to the toggle button",
                  "type": "function"
                }
              ]
            }
          ]
        },
        {
          "name": "BNavDd",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BNavDd"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
          "description": "Navigation components that share general markup and styles, from the base <b-nav> class to the active and disabled states. Swap modifier props to switch between each style.\n\n*Alias for BNavItemDropdown*",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "boundary",
              "type": "HTMLElement|string",
              "default": "\"scrollParent\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "The boundary constraint of the menu: 'scrollParent', 'window', 'viewport', or a reference to an HTMLElement. Has no effect when dropdown is inside a `<b-navbar>`"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "dropleft",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "When set, positions the menu to the left of the button"
            },
            {
              "name": "dropright",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "When set, positions the menu to the right of the button"
            },
            {
              "name": "dropup",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "When set, positions the menu on the top of the button"
            },
            {
              "name": "noFlip",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Prevent the menu from auto flipping positions"
            },
            {
              "name": "offset",
              "type": "number|string",
              "default": "0",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/"
            },
            {
              "name": "popperOpts",
              "type": "object",
              "default": "{}",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Additional configuration to pass to Popper.js"
            },
            {
              "name": "right",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Align the right edge of the menu with the right of the button"
            },
            {
              "name": "html",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "HTML string to place in the toggle element (link)"
            },
            {
              "name": "lazy",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "When set, will only mount the menu content into the DOM when the menu is open"
            },
            {
              "name": "menuClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "CSS class (or classes) to add to the menu container"
            },
            {
              "name": "noCaret",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Hide the caret indicator on the toggle element (link)"
            },
            {
              "name": "role",
              "type": "string",
              "default": "\"menu\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Sets the ARIA attribute `role` to a specific value"
            },
            {
              "name": "text",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Text to place in the toggle element (link)"
            },
            {
              "name": "toggleClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "CSS class (or classes) to add to the toggle element (link)"
            }
          ],
          "events": [
            {
              "name": "hidden",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Emitted when dropdown is hidden"
            },
            {
              "name": "hide",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Emitted just before dropdown is hidden. Cancelable",
              "arguments": [
                {
                  "name": "bvEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
                  "description": "BvEvent object. Call bvEvent.preventDefault() to cancel hide",
                  "type": "BvEvent"
                }
              ]
            },
            {
              "name": "show",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Emitted just before dropdown is shown. Cancelable",
              "arguments": [
                {
                  "name": "bvEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
                  "description": "BvEvent object. Call bvEvent.preventDefault() to cancel show",
                  "type": "BvEvent"
                }
              ]
            },
            {
              "name": "shown",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Emitted when dropdown is shown"
            },
            {
              "name": "toggle",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Emitted when toggle button is clicked"
            }
          ],
          "slots": [
            {
              "name": "button-content",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Can be used to implement custom text with icons and more styling"
            },
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Optionally scoped default slot for dropdown menu content",
              "vue-properties": [
                {
                  "name": "hide",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
                  "description": "Can be used to close the dropdown menu. Accepts an optional boolean argument, which if true returns focus to the toggle button",
                  "type": "function"
                }
              ]
            }
          ]
        },
        {
          "name": "BNavbar",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BNavbar"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
          "description": "The component <b-navbar> is a responsive wrapper that positions branding, navigation, and other elements into a concise header. It's easily extensible and thanks to the <b-collapse> component.",
          "props": [
            {
              "name": "fixed",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "description": "Set to 'top' for fixed to the top of the viewport, or 'bottom' for fixed to the bottom of the viewport"
            },
            {
              "name": "print",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "description": "Navbars are hidden by default when printing. When this prop is set it will be printed"
            },
            {
              "name": "sticky",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "description": "Set to true to make the navbar stick to the top of the viewport (or parent container that has 'position: relative' set) when scrolled"
            },
            {
              "name": "tag",
              "type": "string",
              "default": "\"nav\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "description": "Specify the HTML tag to render instead of the default tag"
            },
            {
              "name": "toggleable",
              "type": "boolean|string",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "description": "Set to 'true' for an always collapsed navbar, or to a specific breakpoint at which point the navbar will be expanded: 'sm', 'md', 'lg' or 'xl'"
            },
            {
              "name": "type",
              "type": "string",
              "default": "\"light\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "description": "Control the text color by setting to 'light' for use with light background color variants, or 'dark' for dark background color variants"
            },
            {
              "name": "variant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "description": "Applies one of the Bootstrap theme color variants to the component"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "description": "Content to place in the navbar"
            }
          ]
        },
        {
          "name": "BNavbarNav",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BNavbarNav"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
          "description": "The component <b-navbar> is a responsive wrapper that positions branding, navigation, and other elements into a concise header. It's easily extensible and thanks to the <b-collapse> component.",
          "props": [
            {
              "name": "align",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "description": "Align the nav items in the nav: 'start' (or 'left'), 'center', 'end' (or 'right')"
            },
            {
              "name": "fill",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "description": "Proportionately fills all horizontal space with nav items. All horizontal space is occupied, but not every nav item has the same width"
            },
            {
              "name": "justified",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "description": "Fills all horizontal space with nav items, but unlike 'fill', every nav item will be the same width"
            },
            {
              "name": "small",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "description": "Makes the nav smaller"
            },
            {
              "name": "tag",
              "type": "string",
              "default": "\"ul\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "description": "Specify the HTML tag to render instead of the default tag"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "description": "Content to place in the navbar nav"
            }
          ]
        },
        {
          "name": "BNavbarBrand",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BNavbarBrand"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
          "description": "The component <b-navbar> is a responsive wrapper that positions branding, navigation, and other elements into a concise header. It's easily extensible and thanks to the <b-collapse> component.",
          "props": [
            {
              "name": "active",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "description": "When set to `true`, places the component in the active state with active styling"
            },
            {
              "name": "activeClass",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "description": "<router-link> prop: Configure the active CSS class applied when the link is active. Typically you will want to set this to class name 'active'"
            },
            {
              "name": "append",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "description": "<router-link> prop: Setting append prop always appends the relative path to the current path"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "exact",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "description": "<router-link> prop: The default active class matching behavior is inclusive match. Setting this prop forces the mode to exactly match the route"
            },
            {
              "name": "exactActiveClass",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "description": "<router-link> prop: Configure the active CSS class applied when the link is active with exact match. Typically you will want to set this to class name 'active'"
            },
            {
              "name": "exactPath",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "description": "<router-link> prop: Allows matching only using the path section of the url, effectively ignoring the query and the hash sections"
            },
            {
              "name": "exactPathActiveClass",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "description": "<router-link> prop: Configure the active CSS class applied when the link is active with exact path match. Typically you will want to set this to class name 'active'"
            },
            {
              "name": "href",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "description": "<b-link> prop: Denotes the target URL of the link for standard a links"
            },
            {
              "name": "noPrefetch",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "description": "<nuxt-link> prop: To improve the responsiveness of your Nuxt.js applications, when the link will be displayed within the viewport, Nuxt.js will automatically prefetch the code splitted page. Setting `no-prefetch` will disabled this feature for the specific link"
            },
            {
              "name": "prefetch",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "description": "<nuxt-link> prop: To improve the responsiveness of your Nuxt.js applications, when the link will be displayed within the viewport, Nuxt.js will automatically prefetch the code splitted page. Setting `prefetch` to `true` or `false` will overwrite the default value of `router.prefetchLinks`"
            },
            {
              "name": "rel",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "description": "<b-link> prop: Sets the `rel` attribute on the rendered link"
            },
            {
              "name": "replace",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "description": "<router-link> prop: Setting the replace prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record"
            },
            {
              "name": "routerComponentName",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "description": "<b-link> prop: BootstrapVue auto detects between `<router-link>` and `<nuxt-link>`. In cases where you want to use a 3rd party link component based on `<router-link>`, set this prop to the component name. e.g. set it to 'g-link' if you are using Gridsome (note only `<router-link>` specific props are passed to the component)"
            },
            {
              "name": "tag",
              "type": "string",
              "default": "\"div\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "description": "Specify the HTML tag to render instead of the default tag"
            },
            {
              "name": "target",
              "type": "string",
              "default": "\"_self\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "description": "<b-link> prop: Sets the `target` attribute on the rendered link"
            },
            {
              "name": "to",
              "type": "object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "description": "<router-link> prop: Denotes the target route of the link. When clicked, the value of the to prop will be passed to `router.push()` internally, so the value can be either a string or a Location descriptor object"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "description": "Content to place in the navbar brand"
            }
          ]
        },
        {
          "name": "BNavbarToggle",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BNavbarToggle"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
          "description": "The component <b-navbar> is a responsive wrapper that positions branding, navigation, and other elements into a concise header. It's easily extensible and thanks to the <b-collapse> component.",
          "props": [
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "description": "When `true`, disables the navbar toggle button, and adds class `disabled` to the button"
            },
            {
              "name": "label",
              "type": "string",
              "default": "\"Toggle navigation\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "description": "String to place in the toggle's 'aria-label' attribute"
            },
            {
              "name": "target",
              "type": "any[]|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "required": true,
              "description": "ID (or array of IDs) of the collapse/sidebar components that should be toggled"
            }
          ],
          "events": [
            {
              "name": "click",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "description": "Emitted when the toggle is clicked",
              "arguments": [
                {
                  "name": "mouseEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
                  "description": "Native click event object",
                  "type": "MouseEvent"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "description": "Alternate content to replace the default Bootstrap hamburger",
              "vue-properties": [
                {
                  "name": "expanded",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
                  "description": "`true` if the collapse is expanded, `false` otherwise",
                  "type": "boolean"
                }
              ]
            }
          ]
        },
        {
          "name": "BNavToggle",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BNavToggle"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
          "description": "The component <b-navbar> is a responsive wrapper that positions branding, navigation, and other elements into a concise header. It's easily extensible and thanks to the <b-collapse> component.\n\n*Alias for BNavbarToggle*",
          "props": [
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "description": "When `true`, disables the navbar toggle button, and adds class `disabled` to the button"
            },
            {
              "name": "label",
              "type": "string",
              "default": "\"Toggle navigation\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "description": "String to place in the toggle's 'aria-label' attribute"
            },
            {
              "name": "target",
              "type": "any[]|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "required": true,
              "description": "ID (or array of IDs) of the collapse/sidebar components that should be toggled"
            }
          ],
          "events": [
            {
              "name": "click",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "description": "Emitted when the toggle is clicked",
              "arguments": [
                {
                  "name": "mouseEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
                  "description": "Native click event object",
                  "type": "MouseEvent"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "description": "Alternate content to replace the default Bootstrap hamburger",
              "vue-properties": [
                {
                  "name": "expanded",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
                  "description": "`true` if the collapse is expanded, `false` otherwise",
                  "type": "boolean"
                }
              ]
            }
          ]
        },
        {
          "name": "BOverlay",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BOverlay"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/overlay/",
          "description": "The b-overlay component is used to visually obscure a particular element or component and its content. It signals to the user of a state change within the element or component and can be used for creating loaders, warnings/alerts and more.",
          "props": [
            {
              "name": "bgColor",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/overlay/",
              "description": "CSS color to use as the opaque overlay backdrop color. If set, overrides the `variant` prop"
            },
            {
              "name": "blur",
              "type": "string",
              "default": "\"2px\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/overlay/",
              "description": "Value for the CSS blur backdrop-filter. Be sure to include the CSS units. Not supported in IE 11. Set to null or an empty string to disable blurring"
            },
            {
              "name": "fixed",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/overlay/",
              "description": "When prop `no-wrap` is set, will use fixed positioning instead of absolute positioning. Handy if you want to obscure the entire application page"
            },
            {
              "name": "noCenter",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/overlay/",
              "description": "When set, disables the vertical and horizontal centering of the overlay content"
            },
            {
              "name": "noFade",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/overlay/",
              "description": "Disables the fade transition of the overlay"
            },
            {
              "name": "noWrap",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/overlay/",
              "description": "Disabled generating the wrapper element, and ignored the default slot. Requires that `<b-overlay>` be placed in an element with position relative set"
            },
            {
              "name": "opacity",
              "type": "number|string",
              "default": "0.85",
              "doc-url": "https:/bootstrap-vue.org/docs/components/overlay/",
              "description": "Opacity of the overlay backdrop. Valid range is `0` to `1`"
            },
            {
              "name": "overlayTag",
              "type": "string",
              "default": "\"div\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/overlay/",
              "description": "Element tag to use as for the overlay element"
            },
            {
              "name": "rounded",
              "type": "boolean|string",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/overlay/",
              "description": "Apply rounding to the overlay to match your content routing. Valid values are `true`, `'sm'`, `lg`, `circle`, `pill`, `top`, `right`, `bottom`, or `left`"
            },
            {
              "name": "show",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/overlay/",
              "description": "When set, shows the overlay"
            },
            {
              "name": "spinnerSmall",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/overlay/",
              "description": "When set, renders the default spinner in a smaller size"
            },
            {
              "name": "spinnerType",
              "type": "string",
              "default": "\"border\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/overlay/",
              "description": "Type of the default spinner to show. Current supported types are 'border' and 'grow'"
            },
            {
              "name": "spinnerVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/overlay/",
              "description": "Applies one of the Bootstrap theme color variants to the default spinner. Default is to use the current font color"
            },
            {
              "name": "variant",
              "type": "string",
              "default": "\"light\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/overlay/",
              "description": "Background theme color variant to use for the overlay backdrop"
            },
            {
              "name": "wrapTag",
              "type": "string",
              "default": "\"div\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/overlay/",
              "description": "Element tag to use for the overall wrapper element. Has no effect if prop `no-wrap` is set"
            },
            {
              "name": "zIndex",
              "type": "number|string",
              "default": "10",
              "doc-url": "https:/bootstrap-vue.org/docs/components/overlay/",
              "description": "Z-index value to apply to the overlay. You may need to increase this value to suit your content or placement"
            }
          ],
          "events": [
            {
              "name": "click",
              "doc-url": "https:/bootstrap-vue.org/docs/components/overlay/",
              "description": "Emitted when overlay is clicked",
              "arguments": [
                {
                  "name": "event",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/overlay/",
                  "description": "Native click event object",
                  "type": "MouseEvent"
                }
              ]
            },
            {
              "name": "hidden",
              "doc-url": "https:/bootstrap-vue.org/docs/components/overlay/",
              "description": "Emitted when the overlay has been hidden"
            },
            {
              "name": "shown",
              "doc-url": "https:/bootstrap-vue.org/docs/components/overlay/",
              "description": "Emitted when the overlay has been shown"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/overlay/",
              "description": "The content to be overlayed. The default slot is ignored if the prop `no-wrap` is set"
            },
            {
              "name": "overlay",
              "doc-url": "https:/bootstrap-vue.org/docs/components/overlay/",
              "description": "Custom content to replace the default overlay spinner",
              "vue-properties": [
                {
                  "name": "spinnerSmall",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/overlay/",
                  "type": "boolean"
                },
                {
                  "name": "spinnerType",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/overlay/",
                  "type": "string"
                },
                {
                  "name": "spinnerVariant",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/overlay/",
                  "type": "string"
                }
              ]
            }
          ]
        },
        {
          "name": "BPagination",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BPagination"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
          "description": "Quick first, previous, next, last, and page buttons for pagination control of another component (such as <b-table> or lists).",
          "props": [
            {
              "name": "value",
              "type": "boolean|number|string",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
              "description": "Current page number, starting from 1"
            },
            {
              "name": "align",
              "type": "string",
              "default": "\"left\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
              "description": "Alignment of the page buttons: 'start' (or 'left'), 'center', 'end' (or 'right'), or 'fill'"
            },
            {
              "name": "ariaLabel",
              "type": "string",
              "default": "\"Pagination\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
              "description": "Value to place in the 'aria-label' attribute of the pagination control"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "ellipsisClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
              "description": "Class(es) to apply to the 'ellipsis' placeholders"
            },
            {
              "name": "ellipsisText",
              "type": "string",
              "default": "\"…\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
              "description": "Content to place in the ellipsis placeholder"
            },
            {
              "name": "firstClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
              "description": "Class(es) to apply to the 'Go to first page' button"
            },
            {
              "name": "firstNumber",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
              "description": "Display first page number instead of Goto First button"
            },
            {
              "name": "firstText",
              "type": "string",
              "default": "\"«\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
              "description": "Content to place in the goto first page button"
            },
            {
              "name": "hideEllipsis",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
              "description": "Do not show ellipsis buttons"
            },
            {
              "name": "hideGotoEndButtons",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
              "description": "Hides the goto first and goto last page buttons"
            },
            {
              "name": "labelFirstPage",
              "type": "string",
              "default": "\"Go to first page\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
              "description": "Value to place in the 'aria-label' attribute of the goto first page button"
            },
            {
              "name": "labelLastPage",
              "type": "string",
              "default": "\"Go to last page\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
              "description": "Value to place in the 'aria-label' attribute of the goto last page button"
            },
            {
              "name": "labelNextPage",
              "type": "string",
              "default": "\"Go to next page\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
              "description": "Value to place in the 'aria-label' attribute of the goto next page button"
            },
            {
              "name": "labelPage",
              "type": "function|string",
              "default": "\"Go to page\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
              "description": "Value to place in the 'aria-label' attribute of the goto page button. Page number will be prepended automatically"
            },
            {
              "name": "labelPrevPage",
              "type": "string",
              "default": "\"Go to previous page\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
              "description": "Value to place in the 'aria-label' attribute of the goto previous page button"
            },
            {
              "name": "lastClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
              "description": "Class(es) to apply to the 'Go to last page' button"
            },
            {
              "name": "lastNumber",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
              "description": "Display last page number instead of Goto Last button"
            },
            {
              "name": "lastText",
              "type": "string",
              "default": "\"»\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
              "description": "Content to place in the goto last page button"
            },
            {
              "name": "limit",
              "type": "number|string",
              "default": "5",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
              "description": "Maximum number of buttons to show (including ellipsis if shown, but excluding the bookend buttons)"
            },
            {
              "name": "nextClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
              "description": "Class(es) to apply to the 'Go to next page' button"
            },
            {
              "name": "nextText",
              "type": "string",
              "default": "\"›\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
              "description": "Content to place in the goto next page button"
            },
            {
              "name": "pageClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
              "description": "Class(es) to apply to the 'Go to page #' buttons"
            },
            {
              "name": "pills",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
              "description": "Applies pill styling to the pagination buttons"
            },
            {
              "name": "prevClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
              "description": "Class(es) to apply to the 'Go to previous page' button"
            },
            {
              "name": "prevText",
              "type": "string",
              "default": "\"‹\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
              "description": "Content to place in the goto previous page button"
            },
            {
              "name": "size",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
              "description": "Size of the rendered buttons: 'sm', 'md' (default), or 'lg'"
            },
            {
              "name": "ariaControls",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
              "description": "If this component controls another component or element, set this to the ID of the controlled component or element"
            },
            {
              "name": "perPage",
              "type": "number|string",
              "default": "20",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
              "description": "Number of rows per page"
            },
            {
              "name": "totalRows",
              "type": "number|string",
              "default": "0",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
              "description": "Total number of rows in the dataset"
            }
          ],
          "vue-model": {
            "prop": "value",
            "event": "input"
          },
          "events": [
            {
              "name": "change",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
              "description": "Emitted when page changes via user interaction",
              "arguments": [
                {
                  "name": "page",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
                  "description": "Selected page number (starting with `1`)"
                }
              ]
            },
            {
              "name": "input",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
              "description": "Emitted when page changes via user interaction or programmatically",
              "arguments": [
                {
                  "name": "page",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
                  "description": "Selected page number (starting with `1`), or `null` if no page found"
                }
              ]
            },
            {
              "name": "page-click",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
              "description": "Emitted when a page button was clicked. Cancelable",
              "arguments": [
                {
                  "name": "bvEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
                  "description": "The `BvEvent` object. Call `bvEvent.preventDefault()` to cancel page selection",
                  "type": "BvEvent"
                },
                {
                  "name": "page",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
                  "description": "Page number to select (starting with `1`)"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "ellipsis-text",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
              "description": "The '...' indicator content. Overrides the `ellipsis-text` prop"
            },
            {
              "name": "first-text",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
              "description": "The 'Go to first page' button content",
              "vue-properties": [
                {
                  "name": "disabled",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
                  "description": "Will be `true` if this button is disabled (non-clickable)",
                  "type": "boolean"
                },
                {
                  "name": "index",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
                  "description": "Page number (indexed from `0` to `numberOfPages - 1`)",
                  "type": "number"
                },
                {
                  "name": "page",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
                  "description": "Page number (from `1` to `numberOfPages`)",
                  "type": "number"
                }
              ]
            },
            {
              "name": "last-text",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
              "description": "The 'Go to last page' button content",
              "vue-properties": [
                {
                  "name": "disabled",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
                  "description": "Will be `true` if this button is disabled (non-clickable)",
                  "type": "boolean"
                },
                {
                  "name": "index",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
                  "description": "Page number (indexed from `0` to `numberOfPages - 1`)",
                  "type": "number"
                },
                {
                  "name": "page",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
                  "description": "Page number (from `1` to `numberOfPages`)",
                  "type": "number"
                }
              ]
            },
            {
              "name": "next-text",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
              "description": "The 'Go to next page' button content",
              "vue-properties": [
                {
                  "name": "disabled",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
                  "description": "Will be `true` if this button is disabled (non-clickable)",
                  "type": "boolean"
                },
                {
                  "name": "index",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
                  "description": "Page number (indexed from `0` to `numberOfPages - 1`)",
                  "type": "number"
                },
                {
                  "name": "page",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
                  "description": "Page number (from `1` to `numberOfPages`)",
                  "type": "number"
                }
              ]
            },
            {
              "name": "page",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
              "description": "Page number button content",
              "vue-properties": [
                {
                  "name": "active",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
                  "description": "If the page is the active page",
                  "type": "boolean"
                },
                {
                  "name": "content",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
                  "description": "Default button content",
                  "type": "string"
                },
                {
                  "name": "disabled",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
                  "description": "Will be `true` if this button is disabled (non-clickable)",
                  "type": "boolean"
                },
                {
                  "name": "index",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
                  "description": "Page number (indexed from `0` to `numberOfPages - 1`)",
                  "type": "number"
                },
                {
                  "name": "page",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
                  "description": "Page number (from `1` to `numberOfPages`)",
                  "type": "number"
                }
              ]
            },
            {
              "name": "prev-text",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
              "description": "The 'Go to previous page' button content",
              "vue-properties": [
                {
                  "name": "disabled",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
                  "description": "Will be `true` if this button is disabled (non-clickable)",
                  "type": "boolean"
                },
                {
                  "name": "index",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
                  "description": "Page number (indexed from `0` to `numberOfPages - 1`)",
                  "type": "number"
                },
                {
                  "name": "page",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
                  "description": "Page number (from `1` to `numberOfPages`)",
                  "type": "number"
                }
              ]
            }
          ]
        },
        {
          "name": "BPaginationNav",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BPaginationNav"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
          "description": "Quick first, previous, next, last, and page buttons for navigation based pagination, supporting regular links or router links.",
          "props": [
            {
              "name": "value",
              "type": "boolean|number|string",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "Current page number, starting from 1"
            },
            {
              "name": "align",
              "type": "string",
              "default": "\"left\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "Alignment of the page buttons: 'start' (or 'left'), 'center', 'end' (or 'right'), or 'fill'"
            },
            {
              "name": "ariaLabel",
              "type": "string",
              "default": "\"Pagination\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "Value to place in the 'aria-label' attribute of the pagination control"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "ellipsisClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "Class(es) to apply to the 'ellipsis' placeholders"
            },
            {
              "name": "ellipsisText",
              "type": "string",
              "default": "\"…\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "Content to place in the ellipsis placeholder"
            },
            {
              "name": "firstClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "Class(es) to apply to the 'Go to first page' button"
            },
            {
              "name": "firstNumber",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "Display first page number instead of Goto First button"
            },
            {
              "name": "firstText",
              "type": "string",
              "default": "\"«\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "Content to place in the goto first page button"
            },
            {
              "name": "hideEllipsis",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "Do not show ellipsis buttons"
            },
            {
              "name": "hideGotoEndButtons",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "Hides the goto first and goto last page buttons"
            },
            {
              "name": "labelFirstPage",
              "type": "string",
              "default": "\"Go to first page\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "Value to place in the 'aria-label' attribute of the goto first page button"
            },
            {
              "name": "labelLastPage",
              "type": "string",
              "default": "\"Go to last page\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "Value to place in the 'aria-label' attribute of the goto last page button"
            },
            {
              "name": "labelNextPage",
              "type": "string",
              "default": "\"Go to next page\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "Value to place in the 'aria-label' attribute of the goto next page button"
            },
            {
              "name": "labelPage",
              "type": "function|string",
              "default": "\"Go to page\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "Value to place in the 'aria-label' attribute of the goto page button. Page number will be prepended automatically"
            },
            {
              "name": "labelPrevPage",
              "type": "string",
              "default": "\"Go to previous page\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "Value to place in the 'aria-label' attribute of the goto previous page button"
            },
            {
              "name": "lastClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "Class(es) to apply to the 'Go to last page' button"
            },
            {
              "name": "lastNumber",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "Display last page number instead of Goto Last button"
            },
            {
              "name": "lastText",
              "type": "string",
              "default": "\"»\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "Content to place in the goto last page button"
            },
            {
              "name": "limit",
              "type": "number|string",
              "default": "5",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "Maximum number of buttons to show (including ellipsis if shown, but excluding the bookend buttons)"
            },
            {
              "name": "nextClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "Class(es) to apply to the 'Go to next page' button"
            },
            {
              "name": "nextText",
              "type": "string",
              "default": "\"›\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "Content to place in the goto next page button"
            },
            {
              "name": "pageClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "Class(es) to apply to the 'Go to page #' buttons"
            },
            {
              "name": "pills",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "Applies pill styling to the pagination buttons"
            },
            {
              "name": "prevClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "Class(es) to apply to the 'Go to previous page' button"
            },
            {
              "name": "prevText",
              "type": "string",
              "default": "\"‹\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "Content to place in the goto previous page button"
            },
            {
              "name": "size",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "Size of the rendered buttons: 'sm', 'md' (default), or 'lg'"
            },
            {
              "name": "active",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "When set to `true`, places the component in the active state with active styling"
            },
            {
              "name": "activeClass",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "<router-link> prop: Configure the active CSS class applied when the link is active. Typically you will want to set this to class name 'active'"
            },
            {
              "name": "append",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "<router-link> prop: Setting append prop always appends the relative path to the current path"
            },
            {
              "name": "baseUrl",
              "type": "string",
              "default": "\"/\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "Base URL to use when auto generating page links"
            },
            {
              "name": "exact",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "<router-link> prop: The default active class matching behavior is inclusive match. Setting this prop forces the mode to exactly match the route"
            },
            {
              "name": "exactActiveClass",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "<router-link> prop: Configure the active CSS class applied when the link is active with exact match. Typically you will want to set this to class name 'active'"
            },
            {
              "name": "exactPath",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "<router-link> prop: Allows matching only using the path section of the url, effectively ignoring the query and the hash sections"
            },
            {
              "name": "exactPathActiveClass",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "<router-link> prop: Configure the active CSS class applied when the link is active with exact path match. Typically you will want to set this to class name 'active'"
            },
            {
              "name": "href",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "<b-link> prop: Denotes the target URL of the link for standard a links"
            },
            {
              "name": "linkGen",
              "type": "function",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "Link generator function. See docs for details"
            },
            {
              "name": "noPageDetect",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "Disable of auto detection of current page"
            },
            {
              "name": "noPrefetch",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "<nuxt-link> prop: To improve the responsiveness of your Nuxt.js applications, when the link will be displayed within the viewport, Nuxt.js will automatically prefetch the code splitted page. Setting `no-prefetch` will disabled this feature for the specific link"
            },
            {
              "name": "numberOfPages",
              "type": "number|string",
              "default": "1",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "Total number of pages"
            },
            {
              "name": "pageGen",
              "type": "function",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "Page number generator function. See docs for details"
            },
            {
              "name": "pages",
              "type": "any[]",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "Array of page numbers and links"
            },
            {
              "name": "prefetch",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "<nuxt-link> prop: To improve the responsiveness of your Nuxt.js applications, when the link will be displayed within the viewport, Nuxt.js will automatically prefetch the code splitted page. Setting `prefetch` to `true` or `false` will overwrite the default value of `router.prefetchLinks`"
            },
            {
              "name": "rel",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "<b-link> prop: Sets the `rel` attribute on the rendered link"
            },
            {
              "name": "replace",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "<router-link> prop: Setting the replace prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record"
            },
            {
              "name": "routerComponentName",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "<b-link> prop: BootstrapVue auto detects between `<router-link>` and `<nuxt-link>`. In cases where you want to use a 3rd party link component based on `<router-link>`, set this prop to the component name. e.g. set it to 'g-link' if you are using Gridsome (note only `<router-link>` specific props are passed to the component)"
            },
            {
              "name": "target",
              "type": "string",
              "default": "\"_self\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "<b-link> prop: Sets the `target` attribute on the rendered link"
            },
            {
              "name": "to",
              "type": "object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "<router-link> prop: Denotes the target route of the link. When clicked, the value of the to prop will be passed to `router.push()` internally, so the value can be either a string or a Location descriptor object"
            },
            {
              "name": "useRouter",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "Render router-links instead of links when auto generating the page links"
            }
          ],
          "vue-model": {
            "prop": "value",
            "event": "input"
          },
          "events": [
            {
              "name": "change",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "Emitted when page changes via user interaction",
              "arguments": [
                {
                  "name": "page",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
                  "description": "Selected page number (starting with `1`)"
                }
              ]
            },
            {
              "name": "input",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "Emitted when page changes via user interaction or programmatically",
              "arguments": [
                {
                  "name": "page",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
                  "description": "Selected page number (starting with `1`), or `null` if no page found"
                }
              ]
            },
            {
              "name": "page-click",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "Emitted when a page button was clicked. Cancelable",
              "arguments": [
                {
                  "name": "bvEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
                  "description": "The `BvEvent` object. Call `bvEvent.preventDefault()` to cancel page selection",
                  "type": "BvEvent"
                },
                {
                  "name": "page",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
                  "description": "Page number to select (starting with `1`)"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "ellipsis-text",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "The '...' indicator content. Not scoped"
            },
            {
              "name": "first-text",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "The \"go to first page\" button content. Optionally scoped",
              "vue-properties": [
                {
                  "name": "disabled",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
                  "description": "Will be true if this button is disabled (non-clickable)",
                  "type": "boolean"
                },
                {
                  "name": "index",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
                  "description": "Page number (indexed from 0 to numberOfPages -1)",
                  "type": "number"
                },
                {
                  "name": "page",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
                  "description": "Page number (from 1 to numberOfPages)",
                  "type": "number"
                }
              ]
            },
            {
              "name": "last-text",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "The \"go to last page\" button content. Optionally scoped",
              "vue-properties": [
                {
                  "name": "disabled",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
                  "description": "Will be true if this button is disabled (non-clickable)",
                  "type": "boolean"
                },
                {
                  "name": "index",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
                  "description": "Page number (indexed from 0 to numberOfPages -1)",
                  "type": "number"
                },
                {
                  "name": "page",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
                  "description": "Page number (from 1 to numberOfPages)",
                  "type": "number"
                }
              ]
            },
            {
              "name": "next-text",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "The \"go to next page\" button content. Optionally scoped",
              "vue-properties": [
                {
                  "name": "disabled",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
                  "description": "Will be true if this button is disabled (non-clickable)",
                  "type": "boolean"
                },
                {
                  "name": "index",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
                  "description": "Page number (indexed from 0 to numberOfPages -1)",
                  "type": "number"
                },
                {
                  "name": "page",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
                  "description": "Page number (from 1 to numberOfPages)",
                  "type": "number"
                }
              ]
            },
            {
              "name": "page",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "Page number button content. Always scoped",
              "vue-properties": [
                {
                  "name": "active",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
                  "description": "If the page is the active page",
                  "type": "boolean"
                },
                {
                  "name": "content",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
                  "description": "Default button content, or the result of the page-gen function",
                  "type": "string"
                },
                {
                  "name": "disabled",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
                  "description": "Will be true if this button is disabled (non-clickable)",
                  "type": "boolean"
                },
                {
                  "name": "index",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
                  "description": "Page number (indexed from 0 to numberOfPages -1)",
                  "type": "number"
                },
                {
                  "name": "page",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
                  "description": "Page number (from 1 to numberOfPages)",
                  "type": "number"
                }
              ]
            },
            {
              "name": "prev-text",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "The \"go to previous page\" button content. Optionally scoped",
              "vue-properties": [
                {
                  "name": "disabled",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
                  "description": "Will be true if this button is disabled (non-clickable)",
                  "type": "boolean"
                },
                {
                  "name": "index",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
                  "description": "Page number (indexed from 0 to numberOfPages -1)",
                  "type": "number"
                },
                {
                  "name": "page",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
                  "description": "Page number (from 1 to numberOfPages)",
                  "type": "number"
                }
              ]
            }
          ]
        },
        {
          "name": "BPopover",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BPopover"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/popover/",
          "description": "The Popover feature provides a tooltip-like behavior, can be easily applied to any interactive element via the <b-popover> component or v-b-popover directive.",
          "props": [
            {
              "name": "boundary",
              "type": "HTMLElement|object|string",
              "default": "\"scrollParent\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/popover/",
              "description": "The boundary constraint of the popover: 'scrollParent', 'window', 'viewport', or a reference to an HTMLElement or component"
            },
            {
              "name": "boundaryPadding",
              "type": "number|string",
              "default": "50",
              "doc-url": "https:/bootstrap-vue.org/docs/components/popover/",
              "description": "The popover will try and stay away from the edge of the boundary element by the number of pixels specified"
            },
            {
              "name": "container",
              "type": "HTMLElement|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/popover/",
              "description": "The container element to append the rendered popover when visible. Default's to the body element"
            },
            {
              "name": "customClass",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/popover/",
              "description": "CSS class (or classes) to apply to the popover's root element"
            },
            {
              "name": "delay",
              "type": "number|object|string",
              "default": "50",
              "doc-url": "https:/bootstrap-vue.org/docs/components/popover/",
              "description": "Value for the show and hide delay. Applies to both show and hide when specified as a number or string. Use object form to set show and hide delays individually"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/popover/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "fallbackPlacement",
              "type": "any[]|string",
              "default": "\"flip\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/popover/",
              "description": "Placement to use when the popover would be out of boundaries. Refer to the docs for more details"
            },
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/popover/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "noFade",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/popover/",
              "description": "When set to `true`, disables the fade animation/transition on the component"
            },
            {
              "name": "noninteractive",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/popover/"
            },
            {
              "name": "offset",
              "type": "number|string",
              "default": "0",
              "doc-url": "https:/bootstrap-vue.org/docs/components/popover/",
              "description": "Offset (in pixels) for the arrow center compared to the trigger target element"
            },
            {
              "name": "placement",
              "type": "string",
              "default": "\"right\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/popover/",
              "description": "Placement of the popover: One of 'top', 'bottom', 'right', 'left', 'topleft', 'topright', 'bottomleft', 'bottomright', 'lefttop', 'leftbottom', 'righttop', 'rightbottom'"
            },
            {
              "name": "show",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/popover/",
              "description": "When set will show the popover"
            },
            {
              "name": "target",
              "type": "HTMLElement|SVGElement|function|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/popover/",
              "required": true,
              "description": "Element string ID, or a reference to an element or component, that you want to trigger the popover"
            },
            {
              "name": "title",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/popover/",
              "description": "Text to place in the popovers title"
            },
            {
              "name": "triggers",
              "type": "any[]|string",
              "default": "\"click\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/popover/",
              "description": "Specify which triggers will show the popover. Supported values are 'click', 'hover', 'focus'. Refer to the docs for special triggers 'blur' and 'manual'"
            },
            {
              "name": "variant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/popover/",
              "description": "Applies one of the Bootstrap theme color variants to the component"
            },
            {
              "name": "content",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/popover/",
              "description": "Text to place in the body of the popover"
            }
          ],
          "events": [
            {
              "name": "bv::popover::disabled",
              "doc-url": "https:/bootstrap-vue.org/docs/components/popover/",
              "description": "Emitted on $root when popover becomes disabled",
              "arguments": [
                {
                  "name": "bvEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/popover/",
                  "description": "BvEvent object",
                  "type": "BvEvent"
                }
              ]
            },
            {
              "name": "bv::popover::enabled",
              "doc-url": "https:/bootstrap-vue.org/docs/components/popover/",
              "description": "Emitted on $root when popover becomes enabled",
              "arguments": [
                {
                  "name": "bvEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/popover/",
                  "description": "BvEvent object",
                  "type": "BvEvent"
                }
              ]
            },
            {
              "name": "bv::popover::hidden",
              "doc-url": "https:/bootstrap-vue.org/docs/components/popover/",
              "description": "Emitted on $root when popover is hidden",
              "arguments": [
                {
                  "name": "bvEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/popover/",
                  "description": "BvEvent object",
                  "type": "BvEvent"
                }
              ]
            },
            {
              "name": "bv::popover::hide",
              "doc-url": "https:/bootstrap-vue.org/docs/components/popover/",
              "description": "Emitted on $root when popover is about to be hidden. Cancelable. Call bvEvent.preventDefault() to cancel hide",
              "arguments": [
                {
                  "name": "bvEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/popover/",
                  "description": "BvEvent object",
                  "type": "BvEvent"
                }
              ]
            },
            {
              "name": "bv::popover::show",
              "doc-url": "https:/bootstrap-vue.org/docs/components/popover/",
              "description": "Emitted on $root when popover is about to be shown. Cancelable. Call bvEvent.preventDefault() to cancel show",
              "arguments": [
                {
                  "name": "bvEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/popover/",
                  "description": "BvEvent object",
                  "type": "BvEvent"
                }
              ]
            },
            {
              "name": "bv::popover::shown",
              "doc-url": "https:/bootstrap-vue.org/docs/components/popover/",
              "description": "Emitted on $root when popover is shown",
              "arguments": [
                {
                  "name": "bvEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/popover/",
                  "description": "BvEvent object",
                  "type": "BvEvent"
                }
              ]
            },
            {
              "name": "disabled",
              "doc-url": "https:/bootstrap-vue.org/docs/components/popover/",
              "description": "Emitted when popover becomes disabled",
              "arguments": [
                {
                  "name": "bvEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/popover/",
                  "description": "BvEvent object",
                  "type": "BvEvent"
                }
              ]
            },
            {
              "name": "enabled",
              "doc-url": "https:/bootstrap-vue.org/docs/components/popover/",
              "description": "Emitted when popover becomes enabled",
              "arguments": [
                {
                  "name": "bvEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/popover/",
                  "description": "BvEvent object",
                  "type": "BvEvent"
                }
              ]
            },
            {
              "name": "hidden",
              "doc-url": "https:/bootstrap-vue.org/docs/components/popover/",
              "description": "Emitted when popover is hidden",
              "arguments": [
                {
                  "name": "bvEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/popover/",
                  "description": "BvEvent object",
                  "type": "BvEvent"
                }
              ]
            },
            {
              "name": "hide",
              "doc-url": "https:/bootstrap-vue.org/docs/components/popover/",
              "description": "Emitted when popover is about to be hidden. Cancelable. Call bvEvent.preventDefault() to cancel hide",
              "arguments": [
                {
                  "name": "bvEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/popover/",
                  "description": "BvEvent object",
                  "type": "BvEvent"
                }
              ]
            },
            {
              "name": "show",
              "doc-url": "https:/bootstrap-vue.org/docs/components/popover/",
              "description": "Emitted when popover is about to be shown. Cancelable. Call bvEvent.preventDefault() to cancel show",
              "arguments": [
                {
                  "name": "bvEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/popover/",
                  "description": "BvEvent object",
                  "type": "BvEvent"
                }
              ]
            },
            {
              "name": "shown",
              "doc-url": "https:/bootstrap-vue.org/docs/components/popover/",
              "description": "Emitted when popover is shown",
              "arguments": [
                {
                  "name": "bvEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/popover/",
                  "description": "BvEvent object",
                  "type": "BvEvent"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/popover/",
              "description": "Slot for content (HTML/components supported)"
            },
            {
              "name": "title",
              "doc-url": "https:/bootstrap-vue.org/docs/components/popover/",
              "description": "Optional slot for title (HTML/components supported)"
            }
          ]
        },
        {
          "name": "BProgress",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BProgress"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/progress/",
          "description": "A custom progress component for displaying simple or complex progress bars, featuring support for horizontally stacked bars, animated backgrounds, and text labels.",
          "props": [
            {
              "name": "animated",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/progress/",
              "description": "Enable the animated background. Also automatically sets 'striped'"
            },
            {
              "name": "height",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/progress/",
              "description": "Override the default height by specifying a CSS height value (including units)"
            },
            {
              "name": "max",
              "type": "number|string",
              "default": "100",
              "doc-url": "https:/bootstrap-vue.org/docs/components/progress/",
              "description": "Set the maximum value"
            },
            {
              "name": "precision",
              "type": "number|string",
              "default": "0",
              "doc-url": "https:/bootstrap-vue.org/docs/components/progress/",
              "description": "The number of digits after the decimal to round the value to"
            },
            {
              "name": "showProgress",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/progress/",
              "description": "Displays the current progress value as a percentage"
            },
            {
              "name": "showValue",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/progress/",
              "description": "Displays the current progress value"
            },
            {
              "name": "striped",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/progress/",
              "description": "Enable the striped background"
            },
            {
              "name": "value",
              "type": "number|string",
              "default": "0",
              "doc-url": "https:/bootstrap-vue.org/docs/components/progress/",
              "description": "The current value of the progress bar"
            },
            {
              "name": "variant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/progress/",
              "description": "Applies one of the Bootstrap theme color variants to the component"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/progress/",
              "description": "Content (progress bars) to place in the progress element"
            }
          ]
        },
        {
          "name": "BProgressBar",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BProgressBar"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/progress/",
          "description": "A custom progress component for displaying simple or complex progress bars, featuring support for horizontally stacked bars, animated backgrounds, and text labels.",
          "props": [
            {
              "name": "animated",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/progress/",
              "description": "Enable the animated background. Also automatically sets 'striped'"
            },
            {
              "name": "label",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/progress/",
              "description": "Text string to explicitly set the label as"
            },
            {
              "name": "labelHtml",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/progress/",
              "description": "HTML string to explicitly set the label as"
            },
            {
              "name": "max",
              "type": "number|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/progress/",
              "description": "Set the maximum value"
            },
            {
              "name": "precision",
              "type": "number|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/progress/",
              "description": "The number of digits after the decimal to round the value to"
            },
            {
              "name": "showProgress",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/progress/",
              "description": "Displays the current progress value as a percentage"
            },
            {
              "name": "showValue",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/progress/",
              "description": "Displays the current progress value"
            },
            {
              "name": "striped",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/progress/",
              "description": "Enable the striped background"
            },
            {
              "name": "value",
              "type": "number|string",
              "default": "0",
              "doc-url": "https:/bootstrap-vue.org/docs/components/progress/",
              "description": "The current value of the progress bar"
            },
            {
              "name": "variant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/progress/",
              "description": "Applies one of the Bootstrap theme color variants to the component"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/progress/",
              "description": "Content to place in the progress bar. Overrides the `label`, `label-html`, `show-progress` and `show-value` props"
            }
          ]
        },
        {
          "name": "BSidebar",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BSidebar"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
          "description": "The `<b-sidebar>` component creates a fixed viewport, left or right, sliding popout drawer.",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "visible",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
              "description": "When `true`, opens the sidebar. This is the `v-model`"
            },
            {
              "name": "ariaLabel",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
              "description": "Sets the value of `aria-label` attribute on the rendered element"
            },
            {
              "name": "ariaLabelledby",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
              "description": "The ID of the element that provides a label for this component. Used as the value for the `aria-labelledby` attribute"
            },
            {
              "name": "backdrop",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
              "description": "When `true`, shows a backdrop when the sidebar is open"
            },
            {
              "name": "backdropVariant",
              "type": "string",
              "default": "\"dark\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
              "description": "Theme variant color for the backdrop of the sidebar. Defaults to 'dark'"
            },
            {
              "name": "bgVariant",
              "type": "string",
              "default": "\"light\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
              "description": "Theme variant color for the background of the sidebar"
            },
            {
              "name": "bodyClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
              "description": "Class, or classes, to apply to the body (default slot) of the sidebar"
            },
            {
              "name": "closeLabel",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
              "description": "`aria-label` to apply to the built-in close button. Defaults to 'Close'"
            },
            {
              "name": "footerClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
              "description": "Class, or classes, to apply to the optional `footer` slot"
            },
            {
              "name": "footerTag",
              "type": "string",
              "default": "\"footer\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
              "description": "Specify the HTML tag to render instead of the default tag for the footer"
            },
            {
              "name": "headerClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
              "description": "Class, or classes, to apply to the built in header. Has no effect if prop `no-header` is set"
            },
            {
              "name": "headerTag",
              "type": "string",
              "default": "\"header\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
              "description": "Specify the HTML tag to render instead of the default tag for the footer"
            },
            {
              "name": "lazy",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
              "description": "When set to `true`, the content of the sidebar will only be rendered while the sidebar is open"
            },
            {
              "name": "noCloseOnBackdrop",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
              "description": "When set to `true`, disables closing the sidebar when the user clicks on the backdrop. Requires that the prop `backdrop` be set"
            },
            {
              "name": "noCloseOnEsc",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
              "description": "When set to `true`, disables closing the sidebar when the user presses ESC"
            },
            {
              "name": "noCloseOnRouteChange",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
              "description": "When set to `true`, disables closing of the sidebar on route change"
            },
            {
              "name": "noEnforceFocus",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
              "description": "Disables the enforce focus routine which maintains focus inside the sidebar"
            },
            {
              "name": "noHeader",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
              "description": "When set to `true` disables rendering of the default header (including close button)"
            },
            {
              "name": "noHeaderClose",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
              "description": "When set to `true` disables rendering of the header close button"
            },
            {
              "name": "noSlide",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
              "description": "When set, disables the default sliding animation"
            },
            {
              "name": "right",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
              "description": "When `true`, positions the sidebar on the right of the viewport"
            },
            {
              "name": "shadow",
              "type": "boolean|string",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
              "description": "Set to boolean `true` for medium shadow, 'sm' for small shadow, 'lg' for large shadow, or boolean `false` for no shadow. Default is no shadow"
            },
            {
              "name": "sidebarClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
              "description": "Class, or classes, to apply to the sidebar content wrapper"
            },
            {
              "name": "tag",
              "type": "string",
              "default": "\"div\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
              "description": "Specify the HTML tag to render instead of the default tag"
            },
            {
              "name": "textVariant",
              "type": "string",
              "default": "\"dark\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
              "description": "Theme variant color for the text of the sidebar"
            },
            {
              "name": "title",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
              "description": "Text content to place in the default header. The `title` slot takes precedence"
            },
            {
              "name": "width",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
              "description": "CSS width for the sidebar. Defaults to '320px' as defined by SCSS/CSS"
            },
            {
              "name": "zIndex",
              "type": "number|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
              "description": "Specify an arbitrary z-index value to override the value defined by SCSS/CSS"
            }
          ],
          "vue-model": {
            "prop": "visible",
            "event": "change"
          },
          "events": [
            {
              "name": "change",
              "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
              "description": "Emitted whenever the visibility of the sidebar changes. Used to update the `v-model`",
              "arguments": [
                {
                  "name": "visible",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
                  "description": "`true` if the sidebar is open, `false` if it is closed (or in the process of closing)",
                  "type": "boolean"
                }
              ]
            },
            {
              "name": "hidden",
              "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
              "description": "Emitted when the sidebar has been hidden"
            },
            {
              "name": "shown",
              "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
              "description": "Emitted when the sidebar has opened"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
              "description": "Content to place in the body of the sidebar",
              "vue-properties": [
                {
                  "name": "hide",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
                  "description": "When called, will close the sidebar",
                  "type": "function"
                },
                {
                  "name": "right",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
                  "description": "`true` if the sidebar is on the right",
                  "type": "boolean"
                },
                {
                  "name": "visible",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
                  "description": "`true` if the sidebar is open",
                  "type": "boolean"
                }
              ]
            },
            {
              "name": "footer",
              "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
              "description": "Content to place in the optional footer",
              "vue-properties": [
                {
                  "name": "hide",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
                  "description": "When called, will close the sidebar",
                  "type": "function"
                },
                {
                  "name": "right",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
                  "description": "`true` if the sidebar is on the right",
                  "type": "boolean"
                },
                {
                  "name": "visible",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
                  "description": "`true` if the sidebar is open",
                  "type": "boolean"
                }
              ]
            },
            {
              "name": "header",
              "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
              "description": "Content to place in the header",
              "vue-properties": [
                {
                  "name": "hide",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
                  "description": "When called, will close the sidebar",
                  "type": "function"
                },
                {
                  "name": "right",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
                  "description": "`true` if the sidebar is on the right",
                  "type": "boolean"
                },
                {
                  "name": "visible",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
                  "description": "`true` if the sidebar is open",
                  "type": "boolean"
                }
              ]
            },
            {
              "name": "header-close",
              "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
              "description": "Content of the header close button. Defaults to `<b-icon-x>`"
            },
            {
              "name": "title",
              "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
              "description": "Content to place in the title of the built-in header. Takes precedence over the `title` prop",
              "vue-properties": [
                {
                  "name": "hide",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
                  "description": "When called, will close the sidebar",
                  "type": "function"
                },
                {
                  "name": "right",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
                  "description": "`true` if the sidebar is on the right",
                  "type": "boolean"
                },
                {
                  "name": "visible",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
                  "description": "`true` if the sidebar is open",
                  "type": "boolean"
                }
              ]
            }
          ]
        },
        {
          "name": "BSkeleton",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BSkeleton"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/skeleton/",
          "description": "The <b-skeleton> component can be used to scaffold a loading state, while your data is loading.",
          "props": [
            {
              "name": "animation",
              "type": "string",
              "default": "\"wave\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/skeleton/",
              "description": "Changes the component animation, leave empty or `null` to disable the animation"
            },
            {
              "name": "height",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/skeleton/",
              "description": "Sets the `height` of the component"
            },
            {
              "name": "size",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/skeleton/",
              "description": "Sets the `width` and `height` of the component"
            },
            {
              "name": "type",
              "type": "string",
              "default": "\"text\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/skeleton/",
              "description": "Changes the type, refer to the [types](/#types) section"
            },
            {
              "name": "variant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/skeleton/",
              "description": "Applies one of the Bootstrap theme color variants to the component"
            },
            {
              "name": "width",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/skeleton/",
              "description": "Sets the `width` of the component"
            }
          ]
        },
        {
          "name": "BSkeletonWrapper",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BSkeletonWrapper"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/skeleton/",
          "description": "The <b-skeleton> component can be used to scaffold a loading state, while your data is loading.",
          "props": [
            {
              "name": "loading",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/skeleton/",
              "description": "Determines whether the loading slot should be displayed"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/skeleton/",
              "description": "Content to show when the `loading` prop is `false`"
            },
            {
              "name": "loading",
              "doc-url": "https:/bootstrap-vue.org/docs/components/skeleton/",
              "description": "Content to show when the `loading` prop is `true`"
            }
          ]
        },
        {
          "name": "BSkeletonTable",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BSkeletonTable"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/skeleton/",
          "description": "The <b-skeleton> component can be used to scaffold a loading state, while your data is loading.",
          "props": [
            {
              "name": "animation",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/skeleton/",
              "description": "Animation used for the component in each cell, leave empty or `null` to disable the animation"
            },
            {
              "name": "columns",
              "type": "number",
              "default": "5",
              "doc-url": "https:/bootstrap-vue.org/docs/components/skeleton/",
              "description": "Amount of columns to display"
            },
            {
              "name": "hideHeader",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/skeleton/",
              "description": "Hides the header of the table"
            },
            {
              "name": "rows",
              "type": "number",
              "default": "3",
              "doc-url": "https:/bootstrap-vue.org/docs/components/skeleton/",
              "description": "Amount of rows to display"
            },
            {
              "name": "showFooter",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/skeleton/",
              "description": "Enables the footer of the table"
            },
            {
              "name": "tableProps",
              "type": "object",
              "default": "{}",
              "doc-url": "https:/bootstrap-vue.org/docs/components/skeleton/",
              "description": "Supports the same props as `<b-table-simple>`"
            }
          ]
        },
        {
          "name": "BSkeletonImg",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BSkeletonImg"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/skeleton/",
          "description": "The <b-skeleton> component can be used to scaffold a loading state, while your data is loading.",
          "props": [
            {
              "name": "animation",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/skeleton/",
              "description": "Animation used for the component, leave empty or `null` to disable the animation"
            },
            {
              "name": "aspect",
              "type": "string",
              "default": "\"16:9\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/skeleton/",
              "description": "Control the aspect ratio of the image"
            },
            {
              "name": "cardImg",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/skeleton/",
              "description": "If used as an card image, use this prop to set the position. Accepted values are `top`, `bottom`, `left` and `right`"
            },
            {
              "name": "height",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/skeleton/",
              "description": "Sets the height of the image. Best used with `no-aspect` set to `true`"
            },
            {
              "name": "noAspect",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/skeleton/",
              "description": "Removes the aspect wrapper around the skeleton"
            },
            {
              "name": "variant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/skeleton/",
              "description": "Applies one of the Bootstrap theme color variants to the component"
            },
            {
              "name": "width",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/skeleton/",
              "description": "Sets the width of the image. Best used with `no-aspect` set to `true`"
            }
          ]
        },
        {
          "name": "BSkeletonIcon",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BSkeletonIcon"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/skeleton/",
          "description": "The <b-skeleton> component can be used to scaffold a loading state, while your data is loading.",
          "props": [
            {
              "name": "animation",
              "type": "string",
              "default": "\"wave\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/skeleton/",
              "description": "Animation used for the component, leave empty or `null` to disable the animation"
            },
            {
              "name": "icon",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/skeleton/",
              "description": "Icon to display"
            },
            {
              "name": "iconProps",
              "type": "object",
              "default": "{}",
              "doc-url": "https:/bootstrap-vue.org/docs/components/skeleton/",
              "description": "Properties to pass on to the icon. Refer to `<b-icon>` property references"
            }
          ]
        },
        {
          "name": "BSpinner",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BSpinner"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/spinner/",
          "description": "The <b-spinner> component can be used to show the loading state in your projects. They're rendered only with basic HTML and CSS as a lightweight Vue functional component.",
          "props": [
            {
              "name": "label",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/spinner/",
              "description": "Text content to place in the sr-only label"
            },
            {
              "name": "role",
              "type": "string",
              "default": "\"status\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/spinner/",
              "description": "Sets the ARIA attribute `role` to a specific value"
            },
            {
              "name": "small",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/spinner/",
              "description": "When set, rendered a smaller spinner suitable for placing in buttons"
            },
            {
              "name": "tag",
              "type": "string",
              "default": "\"span\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/spinner/",
              "description": "Specify the HTML tag to render instead of the default tag"
            },
            {
              "name": "type",
              "type": "string",
              "default": "\"border\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/spinner/",
              "description": "Type of spinner to show. Current supported types are 'border' and 'grow'"
            },
            {
              "name": "variant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/spinner/",
              "description": "Applies one of the Bootstrap theme color variants to the component"
            }
          ],
          "slots": [
            {
              "name": "label",
              "doc-url": "https:/bootstrap-vue.org/docs/components/spinner/",
              "description": "Content to place in the sr-only label"
            }
          ]
        },
        {
          "name": "BTable",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BTable"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
          "description": "For displaying tabular data. <b-table> supports pagination, filtering, sorting, custom rendering, events, and asynchronous data. For simple display of tabular data without all the fancy features, BootstrapVue also provides lightweight alternative components <b-table-lite> and <b-table-simple>.",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "value",
              "type": "any[]",
              "default": "[]",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Currently displayed row data. Read-only. Do not set a value on this prop"
            },
            {
              "name": "fields",
              "type": "any[]",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Array of field names or array of field definition objects"
            },
            {
              "name": "items",
              "type": "any[]|function",
              "default": "[]",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Array of items to display, or an items provider function reference. Refer to the docs for details"
            },
            {
              "name": "primaryKey",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Name of a table field that contains a guaranteed unique value per row. Needed for tbody transition support, and also speeds up table rendering"
            },
            {
              "name": "bordered",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Adds borders to all the cells and headers"
            },
            {
              "name": "borderless",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Removes all borders from cells"
            },
            {
              "name": "captionTop",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Visually place the table caption above the table. Default is below"
            },
            {
              "name": "dark",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Places the table in dark mode"
            },
            {
              "name": "fixed",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Makes all columns equal width (fixed layout table). Will speed up rendering for large tables. Column widths can be set via CSS or colgroup"
            },
            {
              "name": "hover",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Enables hover styling on rows"
            },
            {
              "name": "noBorderCollapse",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Disable's the collapsing of table borders. Useful when table has sticky headers or columns"
            },
            {
              "name": "outlined",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Adds an outline border to the table element"
            },
            {
              "name": "responsive",
              "type": "boolean|string",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Makes the table responsive in width, adding a horizontal scrollbar. Set to true for always responsive or set to one of the breakpoints to switch from responsive to normal: 'sm', 'md', 'lg', 'xl'"
            },
            {
              "name": "small",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Renders the table with smaller cell padding"
            },
            {
              "name": "stickyHeader",
              "type": "boolean|string",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Makes the table header sticky. Set to true for a maximum height 300px tall table, or set to any valid CSS hight (including units)"
            },
            {
              "name": "striped",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Applies striping to the tbody rows"
            },
            {
              "name": "tableClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "CSS class (or classes) to apply to the table element"
            },
            {
              "name": "tableVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Apply a Bootstrap theme color variant to the entire table"
            },
            {
              "name": "stacked",
              "type": "boolean|string",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Place the table in stacked mode. Set to true for always stacked, or set to one of the breakpoints to switch from stacked to normal: 'sm', 'md', 'lg', 'xl'"
            },
            {
              "name": "headRowVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Apply a Bootstrap theme color variant to the tr element in the thead"
            },
            {
              "name": "headVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Header variant: 'light' or 'dark', or unset. May take precedence over head-row-variant"
            },
            {
              "name": "theadClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "CSS class (or classes) to apply to the thead element"
            },
            {
              "name": "theadTrClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "CSS class (or classes) to apply to the tr element in the thead"
            },
            {
              "name": "footClone",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Enable the footer of the table, and clone the header content by default"
            },
            {
              "name": "footRowVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Apply a Bootstrap theme color variant to the tr element in the tfoot. Falls back to head-row-variant"
            },
            {
              "name": "footVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Footer variant: 'light' or 'dark', or unset. May take precedence over foot-row-variant"
            },
            {
              "name": "tfootClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "CSS class (or classes) to apply to the tfoot element"
            },
            {
              "name": "tfootTrClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "CSS class (or classes) to apply to the tr element in the tfoot"
            },
            {
              "name": "detailsTdClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "CSS class (or classes) to apply to the row details' `td` element for the row-details slot"
            },
            {
              "name": "tbodyTrAttr",
              "type": "object|function",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Attributes to be added to each tr in the tbody, or a function returning such attributes (see docs for details)"
            },
            {
              "name": "tbodyTrClass",
              "type": "any[]|object|string|function",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "CSS class (or classes) to apply to the tr element in the tbody. Can be a function that returns a class (see docs for details)"
            },
            {
              "name": "tbodyClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "CSS class (or classes) to apply to the tbody element"
            },
            {
              "name": "tbodyTransitionHandlers",
              "type": "object",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Vue 'transition-group' event handlers. When provided will make the tbody a Vue 'transition-group' component"
            },
            {
              "name": "tbodyTransitionProps",
              "type": "object",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Vue 'transition-group' properties. When provided will make the tbody a Vue 'transition-group' component"
            },
            {
              "name": "filter",
              "type": "any[]|object|string|RegExp",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Criteria for filtering. Internal filtering supports only string or RegExpr criteria"
            },
            {
              "name": "filterDebounce",
              "type": "number|string",
              "default": "0",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Time in milliseconds to debounce changes to the filter criteria before filtering the records"
            },
            {
              "name": "filterFunction",
              "type": "function",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Reference to a function to use instead of the internal filtering function. Refer to the docs for details"
            },
            {
              "name": "filterIgnoredFields",
              "type": "any[]",
              "default": "[]",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Array of top level fields to ignore when filtering the item data"
            },
            {
              "name": "filterIncludedFields",
              "type": "any[]",
              "default": "[]",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Array of fields to include when filtering. Overrides filter-ignore-fields"
            },
            {
              "name": "labelSortAsc",
              "type": "string",
              "default": "\"Click to sort ascending\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Hidden string to place in the header cell when clicking the cell will change the sort direction to ascending"
            },
            {
              "name": "labelSortClear",
              "type": "string",
              "default": "\"Click to clear sorting\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Hidden string to place in the header cell when clicking the cell will clear the current sorting direction"
            },
            {
              "name": "labelSortDesc",
              "type": "string",
              "default": "\"Click to sort descending\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Hidden string to place in the header cell when clicking the cell will change the sort direction to descending"
            },
            {
              "name": "noFooterSorting",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "When the build in formatter is used, setting this prop will disable the sorting ability in the footer"
            },
            {
              "name": "noLocalSorting",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Disabled the internal sorting routine, and expects the user to provde the items sorted. Sorting controls will still be available"
            },
            {
              "name": "noSortReset",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "When a table is sortable, clicking on any non-sortable column heading will clear the current sort values. Set this prop to disable this feature"
            },
            {
              "name": "sortBy",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Field name that is currently being sorted. Set to null to clear sorting. Syncable with the .sync prop modifier"
            },
            {
              "name": "sortCompare",
              "type": "function",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "A reference to a function for sort-comparing two rows of data. Defaults to the internal sort compare routine. See docs for details"
            },
            {
              "name": "sortCompareLocale",
              "type": "any[]|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "The locale string (or array of locale string) that specified the language when sorting. See docs for details"
            },
            {
              "name": "sortCompareOptions",
              "type": "object",
              "default": "{\"numeric\":true}",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "An object containing sort configuration for the 'String.prototype.sortLocale' method. See docs for details"
            },
            {
              "name": "sortDesc",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Set to true to sort the column in descending order. Syncable with the .sync prop modifier"
            },
            {
              "name": "sortDirection",
              "type": "string",
              "default": "\"asc\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "The initial sorting direction to sort an unsorted column by: 'asc', 'desc', or 'last' (to use the previous sort direction)"
            },
            {
              "name": "sortIconLeft",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Positions the sort control to the left of the header text. Default is on the right of the header text"
            },
            {
              "name": "sortNullLast",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "When sorting, null and undefined values will be sorted first (or last, depending on 'sort-desc'). Set this prop to sort null values last. Only applicable to internal sorting"
            },
            {
              "name": "currentPage",
              "type": "number|string",
              "default": "1",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "The current page number to display when the table is paginated. Starting from 1 and up"
            },
            {
              "name": "perPage",
              "type": "number|string",
              "default": "0",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Number of rows to show per page. Set to 0 to disable pagination"
            },
            {
              "name": "caption",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Text string to place in the caption element"
            },
            {
              "name": "captionHtml",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "HTML string to place in the caption element"
            },
            {
              "name": "noSelectOnClick",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Disables row selection via click events. Row selection will be only available programmatically"
            },
            {
              "name": "selectMode",
              "type": "string",
              "default": "\"multi\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "The selectable mode for the table when 'selectable' is set. Possible values: 'single', 'multi' or 'range'"
            },
            {
              "name": "selectable",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "When set, places the table body rows in selectable mode"
            },
            {
              "name": "selectedVariant",
              "type": "string",
              "default": "\"active\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Bootstrap color theme variant to set selected rows to. Use any of the standard Bootstrap theme color variants, or the special table row variant 'active' (default). Set to an empty string to not use a variant"
            },
            {
              "name": "emptyFilteredHtml",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "HTML string to show when the table has no items to show due to filtering"
            },
            {
              "name": "emptyFilteredText",
              "type": "string",
              "default": "\"There are no records matching your request\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Text string to show when the table has no items to show due to filtering"
            },
            {
              "name": "emptyHtml",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "HTML string to show when the table has no items to show"
            },
            {
              "name": "emptyText",
              "type": "string",
              "default": "\"There are no records to show\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Text string to show when the table has no items to show"
            },
            {
              "name": "showEmpty",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "When enabled, and there are no item records to show, shows a message that there are no rows to show"
            },
            {
              "name": "busy",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "When set, forces the table into the busy state.Automatically set when an items provider function is being called"
            },
            {
              "name": "apiUrl",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Pass through prop. Passed as part of the context object sent to the items provider function"
            },
            {
              "name": "noProviderFiltering",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "When set, uses internal filtering to pagination the data. Otherwise the provider is expected to perform the filtering"
            },
            {
              "name": "noProviderPaging",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "When set, uses internal paging to pagination the data. Otherwise the items provider is expected to perform the paging"
            },
            {
              "name": "noProviderSorting",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "When set, uses internal sorting to sort the data. Otherwise the items provider is expected to perform the sorting"
            }
          ],
          "vue-model": {
            "prop": "value",
            "event": "input"
          },
          "events": [
            {
              "name": "context-changed",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Emitted whenever the table state context has changed",
              "arguments": [
                {
                  "name": "ctx",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Table state context object. See docs",
                  "type": "object"
                }
              ]
            },
            {
              "name": "filtered",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Emitted when local filtering causes a change in the number of items",
              "arguments": [
                {
                  "name": "filteredItems",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Array of items after filtering (before local pagination occurs)",
                  "type": "any[]"
                }
              ]
            },
            {
              "name": "head-clicked",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Emitted when a header or footer cell is clicked. Not applicable for 'custom-foot' slot",
              "arguments": [
                {
                  "name": "key",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Column key clicked (field name)",
                  "type": "string"
                },
                {
                  "name": "field",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Field definition object",
                  "type": "object"
                },
                {
                  "name": "event",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Native event object",
                  "type": "MouseEvent|KeyboardEvent"
                },
                {
                  "name": "isFooter",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "'True' if this event originated from clicking on the footer cell",
                  "type": "boolean"
                }
              ]
            },
            {
              "name": "refreshed",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Emitted when the items provider function has returned data"
            },
            {
              "name": "row-clicked",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Emitted when a row is clicked",
              "arguments": [
                {
                  "name": "item",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Item data of the row being clicked",
                  "type": "object"
                },
                {
                  "name": "index",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Index of the row being clicked",
                  "type": "number"
                },
                {
                  "name": "event",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Native event object",
                  "type": "MouseEvent|KeyboardEvent"
                }
              ]
            },
            {
              "name": "row-contextmenu",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Emitted when a row is right clicked",
              "arguments": [
                {
                  "name": "item",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Item data of the row being right clicked",
                  "type": "object"
                },
                {
                  "name": "index",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Index of the row being right clicked",
                  "type": "number"
                },
                {
                  "name": "event",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Native event object",
                  "type": "MouseEvent"
                }
              ]
            },
            {
              "name": "row-dblclicked",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Emitted when a row is double clicked",
              "arguments": [
                {
                  "name": "item",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Item data of the row being double clicked",
                  "type": "object"
                },
                {
                  "name": "index",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Index of the row being double clicked",
                  "type": "number"
                },
                {
                  "name": "event",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Native event object",
                  "type": "MouseEvent"
                }
              ]
            },
            {
              "name": "row-hovered",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Emitted when a row is hovered",
              "arguments": [
                {
                  "name": "item",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Item data of the row being hovered",
                  "type": "object"
                },
                {
                  "name": "index",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Index of the row being hovered",
                  "type": "number"
                },
                {
                  "name": "event",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Native event object",
                  "type": "MouseEvent"
                }
              ]
            },
            {
              "name": "row-middle-clicked",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Emitted when a row is middle clicked",
              "arguments": [
                {
                  "name": "item",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Item data of the row being middle clicked",
                  "type": "object"
                },
                {
                  "name": "index",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Index of the row being middle clicked",
                  "type": "number"
                },
                {
                  "name": "event",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Native event object",
                  "type": "MouseEvent"
                }
              ]
            },
            {
              "name": "row-selected",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Emitted when a row or rows have been selected or unselected",
              "arguments": [
                {
                  "name": "rows",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Array of the row items that are selected",
                  "type": "any[]"
                }
              ]
            },
            {
              "name": "row-unhovered",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Emitted when a row is unhovered",
              "arguments": [
                {
                  "name": "item",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Item data of the row being unhovered",
                  "type": "object"
                },
                {
                  "name": "index",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Index of the row being unhovered",
                  "type": "number"
                },
                {
                  "name": "event",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Native event object",
                  "type": "MouseEvent"
                }
              ]
            },
            {
              "name": "sort-changed",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Emitted when the sorting on the table has changed",
              "arguments": [
                {
                  "name": "ctx",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Table state context object. See docs",
                  "type": "object"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "bottom-row",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Fixed bottom row slot for user supplied B-TD cells. Optionally Scoped",
              "vue-properties": [
                {
                  "name": "columns",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The number of columns in the table",
                  "type": "number"
                },
                {
                  "name": "fields",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The normalized fields definition array (in the array of objects format)",
                  "type": "any[]"
                }
              ]
            },
            {
              "name": "cell()",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Default scoped slot for custom data rendering of field data. See docs for scoped data",
              "vue-properties": [
                {
                  "name": "detailsShowing",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Will be true if the row's row-details scoped slot is visible",
                  "type": "boolean"
                },
                {
                  "name": "field",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The field's normalized definition object (from the fields prop)",
                  "type": "object"
                },
                {
                  "name": "index",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The row's index (zero-based) with respect to the displayed rows",
                  "type": "number"
                },
                {
                  "name": "item",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The row's item data object",
                  "type": "object"
                },
                {
                  "name": "rowSelected",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Will be true if the row has been selected. Only applicable when table is in selectable mode",
                  "type": "boolean"
                },
                {
                  "name": "selectRow",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Can be called to select the current row. Only applicable when table is in selectable mode",
                  "type": "function"
                },
                {
                  "name": "toggleDetails",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Can be called to toggle the visibility of the rows row-details scoped slot",
                  "type": "function"
                },
                {
                  "name": "unformatted",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The raw value for this key in the item record (null or undefined if a virtual column), before being passed to the field's formatter function"
                },
                {
                  "name": "unselectRow",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Can be called to unselect the current row. Only applicable when table is in selectable mode",
                  "type": "function"
                },
                {
                  "name": "value",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The value for this key in the record (null or undefined if a virtual column), or the output of the field's formatter function"
                }
              ]
            },
            {
              "name": "cell({key})",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Scoped slot for custom data rendering of field data. '{key}' is the field's key name. See docs for scoped data",
              "pattern": "cell\\([a-zA-Z0-9$_.\\-]+\\)",
              "vue-properties": [
                {
                  "name": "detailsShowing",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Will be true if the row's row-details scoped slot is visible",
                  "type": "boolean"
                },
                {
                  "name": "field",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The field's normalized definition object (from the fields prop)",
                  "type": "object"
                },
                {
                  "name": "index",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The row's index (zero-based) with respect to the displayed rows",
                  "type": "number"
                },
                {
                  "name": "item",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The row's item data object",
                  "type": "object"
                },
                {
                  "name": "rowSelected",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Will be true if the row has been selected. Only applicable when table is in selectable mode",
                  "type": "boolean"
                },
                {
                  "name": "selectRow",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Can be called to select the current row. Only applicable when table is in selectable mode",
                  "type": "function"
                },
                {
                  "name": "toggleDetails",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Can be called to toggle the visibility of the rows row-details scoped slot",
                  "type": "function"
                },
                {
                  "name": "unformatted",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The raw value for this key in the item record (null or undefined if a virtual column), before being passed to the field's formatter function"
                },
                {
                  "name": "unselectRow",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Can be called to unselect the current row. Only applicable when table is in selectable mode",
                  "type": "function"
                },
                {
                  "name": "value",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The value for this key in the record (null or undefined if a virtual column), or the output of the field's formatter function"
                }
              ]
            },
            {
              "name": "custom-foot",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Custom footer content slot for user supplied B-TR, B-TH, B-TD. Optionally Scoped",
              "vue-properties": [
                {
                  "name": "columns",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The number of columns in the table",
                  "type": "number"
                },
                {
                  "name": "fields",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The normalized fields definition array (in the array of objects format)",
                  "type": "any[]"
                },
                {
                  "name": "items",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Array of items that are currently being displayed",
                  "type": "any[]"
                }
              ]
            },
            {
              "name": "empty",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Content to display when no items are present in the `items` array. Optionally scoped",
              "vue-properties": [
                {
                  "name": "emptyFilteredHtml",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The value of the empty-filtered-html prop",
                  "type": "string"
                },
                {
                  "name": "emptyFilteredText",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The value of the empty-filtered-text prop",
                  "type": "string"
                },
                {
                  "name": "emptyHtml",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The value of the empty-html prop",
                  "type": "string"
                },
                {
                  "name": "emptyText",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The value of the empty-text prop",
                  "type": "string"
                },
                {
                  "name": "fields",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The normalized fields definition array (in the array of objects format)",
                  "type": "any[]"
                },
                {
                  "name": "items",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The items array. Exposed here to check null vs []",
                  "type": "any[]"
                }
              ]
            },
            {
              "name": "emptyfiltered",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Content to display when no items are present in the filtered `items` array. Optionally scoped",
              "vue-properties": [
                {
                  "name": "emptyFilteredHtml",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The value of the empty-filtered-html prop",
                  "type": "string"
                },
                {
                  "name": "emptyFilteredText",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The value of the empty-filtered-text prop",
                  "type": "string"
                },
                {
                  "name": "emptyHtml",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The value of the empty-html prop",
                  "type": "string"
                },
                {
                  "name": "emptyText",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The value of the empty-text prop",
                  "type": "string"
                },
                {
                  "name": "fields",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The normalized fields definition array (in the array of objects format)",
                  "type": "any[]"
                },
                {
                  "name": "items",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The items array. Exposed here to check null vs []",
                  "type": "any[]"
                }
              ]
            },
            {
              "name": "foot()",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Default scoped slot for custom rendering of field footer. See docs for scoped footer",
              "vue-properties": [
                {
                  "name": "clearSelected",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Unselect all rows (applicable if the table is in selectable mode)",
                  "type": "function"
                },
                {
                  "name": "column",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The field's key value",
                  "type": "string"
                },
                {
                  "name": "field",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The field's normalized definition object (from the fields prop)",
                  "type": "object"
                },
                {
                  "name": "label",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The field's label value",
                  "type": "string"
                },
                {
                  "name": "selectAllRows",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Select all rows (applicable if the table is in selectable mode)",
                  "type": "function"
                }
              ]
            },
            {
              "name": "foot({key})",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Scoped slot for custom rendering of field footer. '{key}' is the field's key name. See docs for scoped footer",
              "pattern": "foot\\([a-zA-Z0-9$_.\\-]+\\)",
              "vue-properties": [
                {
                  "name": "clearSelected",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Unselect all rows (applicable if the table is in selectable mode)",
                  "type": "function"
                },
                {
                  "name": "column",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The field's key value",
                  "type": "string"
                },
                {
                  "name": "field",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The field's normalized definition object (from the fields prop)",
                  "type": "object"
                },
                {
                  "name": "label",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The field's label value",
                  "type": "string"
                },
                {
                  "name": "selectAllRows",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Select all rows (applicable if the table is in selectable mode)",
                  "type": "function"
                }
              ]
            },
            {
              "name": "head()",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Default scoped slot for custom rendering of field header. See docs for scoped header",
              "vue-properties": [
                {
                  "name": "clearSelected",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Unselect all rows (applicable if the table is in selectable mode)",
                  "type": "function"
                },
                {
                  "name": "column",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The field's key value",
                  "type": "string"
                },
                {
                  "name": "field",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The field's normalized definition object (from the fields prop)",
                  "type": "object"
                },
                {
                  "name": "isFoot",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Will be true if the slot is being rendered in the table footer",
                  "type": "boolean"
                },
                {
                  "name": "label",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The field's label value",
                  "type": "string"
                },
                {
                  "name": "selectAllRows",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Select all rows (applicable if the table is in selectable mode)",
                  "type": "function"
                }
              ]
            },
            {
              "name": "head({key})",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Scoped slot for custom rendering of field header. '{key}' is the field's key name. See docs for scoped header",
              "pattern": "head\\([a-zA-Z0-9$_.\\-]+\\)",
              "vue-properties": [
                {
                  "name": "clearSelected",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Unselect all rows (applicable if the table is in selectable mode)",
                  "type": "function"
                },
                {
                  "name": "column",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The field's key value",
                  "type": "string"
                },
                {
                  "name": "field",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The field's normalized definition object (from the fields prop)",
                  "type": "object"
                },
                {
                  "name": "isFoot",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Will be true if the slot is being rendered in the table footer",
                  "type": "boolean"
                },
                {
                  "name": "label",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The field's label value",
                  "type": "string"
                },
                {
                  "name": "selectAllRows",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Select all rows (applicable if the table is in selectable mode)",
                  "type": "function"
                }
              ]
            },
            {
              "name": "row-details",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Scoped slot for optional rendering additional record details. See docs for Row details support",
              "vue-properties": [
                {
                  "name": "fields",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The normalized fields definition array (in the array of objects format)",
                  "type": "any[]"
                },
                {
                  "name": "index",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The item's row index number (with respect to the displayed item rows)",
                  "type": "number"
                },
                {
                  "name": "item",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The entire row's record data object",
                  "type": "object"
                },
                {
                  "name": "rowSelected",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Will be true if the row has been selected. Only applicable when table is in selectable mode",
                  "type": "boolean"
                },
                {
                  "name": "selectRow",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Can be called to select the current row. Only applicable when table is in selectable mode",
                  "type": "function"
                },
                {
                  "name": "toggleDetails",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Function to toggle visibility of the row's details slot",
                  "type": "function"
                },
                {
                  "name": "unselectRow",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Can be called to unselect the current row. Only applicable when table is in selectable mode",
                  "type": "function"
                }
              ]
            },
            {
              "name": "table-busy",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Optional slot to place loading message when table is in the busy state"
            },
            {
              "name": "table-caption",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Content to display in the table's caption element"
            },
            {
              "name": "table-colgroup",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Slot to place custom colgroup and col elements. Optionally scoped",
              "vue-properties": [
                {
                  "name": "columns",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The number of columns in the table",
                  "type": "number"
                },
                {
                  "name": "fields",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Array of field definition objects",
                  "type": "any[]"
                }
              ]
            },
            {
              "name": "thead-top",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Slot above the column headers in the `thead` element for user-supplied B-TR's with B-TH/B-TD. Optionally scoped",
              "vue-properties": [
                {
                  "name": "clearSelected",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Unselect all rows (applicable if the table is in selectable mode)",
                  "type": "function"
                },
                {
                  "name": "columns",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The number of columns in the table",
                  "type": "number"
                },
                {
                  "name": "fields",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The normalized fields definition array (in the array of objects format)",
                  "type": "any[]"
                },
                {
                  "name": "selectAllRows",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Select all rows (applicable if the table is in selectable mode)",
                  "type": "function"
                }
              ]
            },
            {
              "name": "top-row",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Fixed top row slot for user supplied B-TD cells. Optionally scoped",
              "vue-properties": [
                {
                  "name": "columns",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The number of columns in the table",
                  "type": "number"
                },
                {
                  "name": "fields",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The normalized fields definition array (in the array of objects format)",
                  "type": "any[]"
                }
              ]
            }
          ]
        },
        {
          "name": "BTableLite",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BTableLite"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
          "description": "For displaying tabular data. <b-table> supports pagination, filtering, sorting, custom rendering, events, and asynchronous data. For simple display of tabular data without all the fancy features, BootstrapVue also provides lightweight alternative components <b-table-lite> and <b-table-simple>.",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "value",
              "type": "any[]",
              "default": "[]",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Currently displayed row data. Read-only. Do not set a value on this prop"
            },
            {
              "name": "fields",
              "type": "any[]",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Array of field names or array of field definition objects"
            },
            {
              "name": "items",
              "type": "any[]",
              "default": "[]",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Array of items to display"
            },
            {
              "name": "primaryKey",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Name of a table field that contains a guaranteed unique value per row. Needed for tbody transition support, and also speeds up table rendering"
            },
            {
              "name": "bordered",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Adds borders to all the cells and headers"
            },
            {
              "name": "borderless",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Removes all borders from cells"
            },
            {
              "name": "captionTop",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Visually place the table caption above the table. Default is below"
            },
            {
              "name": "dark",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Places the table in dark mode"
            },
            {
              "name": "fixed",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Makes all columns equal width (fixed layout table). Will speed up rendering for large tables. Column widths can be set via CSS or colgroup"
            },
            {
              "name": "hover",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Enables hover styling on rows"
            },
            {
              "name": "noBorderCollapse",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Disable's the collapsing of table borders. Useful when table has sticky headers or columns"
            },
            {
              "name": "outlined",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Adds an outline border to the table element"
            },
            {
              "name": "responsive",
              "type": "boolean|string",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Makes the table responsive in width, adding a horizontal scrollbar. Set to true for always responsive or set to one of the breakpoints to switch from responsive to normal: 'sm', 'md', 'lg', 'xl'"
            },
            {
              "name": "small",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Renders the table with smaller cell padding"
            },
            {
              "name": "stickyHeader",
              "type": "boolean|string",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Makes the table header sticky. Set to true for a maximum height 300px tall table, or set to any valid CSS hight (including units)"
            },
            {
              "name": "striped",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Applies striping to the tbody rows"
            },
            {
              "name": "tableClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "CSS class (or classes) to apply to the table element"
            },
            {
              "name": "tableVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Apply a Bootstrap theme color variant to the entire table"
            },
            {
              "name": "stacked",
              "type": "boolean|string",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Place the table in stacked mode. Set to true for always stacked, or set to one of the breakpoints to switch from stacked to normal: 'sm', 'md', 'lg', 'xl'"
            },
            {
              "name": "headRowVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Apply a Bootstrap theme color variant to the tr element in the thead"
            },
            {
              "name": "headVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Header variant: 'light' or 'dark', or unset. May take precedence over head-row-variant"
            },
            {
              "name": "theadClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "CSS class (or classes) to apply to the thead element"
            },
            {
              "name": "theadTrClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "CSS class (or classes) to apply to the tr element in the thead"
            },
            {
              "name": "footClone",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Enable to the footer of the table, and clone the header content by default"
            },
            {
              "name": "footRowVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Apply a Bootstrap theme color variant to the tr element in the tfoot. Falls back to head-row-variant"
            },
            {
              "name": "footVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Footer variant: 'light' or 'dark', or unset. May take precedence over foot-row-variant"
            },
            {
              "name": "tfootClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "CSS class (or classes) to apply to the tfoot element"
            },
            {
              "name": "tfootTrClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "CSS class (or classes) to apply to the tr element in the tfoot"
            },
            {
              "name": "detailsTdClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "CSS class (or classes) to apply to the td element in the details row"
            },
            {
              "name": "tbodyTrAttr",
              "type": "object|function",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Attributes to be added to each tr in the tbody, or a function returning such attributes (see docs for details)"
            },
            {
              "name": "tbodyTrClass",
              "type": "any[]|object|string|function",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "CSS class (or classes) to apply to the tr element in the tbody. Can be a function that returns a class (see docs for details)"
            },
            {
              "name": "tbodyClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "CSS class (or classes) to apply to the tbody element"
            },
            {
              "name": "tbodyTransitionHandlers",
              "type": "object",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Vue 'transition-group' event handlers. When provided will make the tbody a Vue 'transition-group' component"
            },
            {
              "name": "tbodyTransitionProps",
              "type": "object",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Vue 'transition-group' properties. When provided will make the tbody a Vue 'transition-group' component"
            },
            {
              "name": "caption",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Text string to place in the caption element"
            },
            {
              "name": "captionHtml",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "HTML string to place in the caption element"
            }
          ],
          "vue-model": {
            "prop": "value",
            "event": "input"
          },
          "events": [
            {
              "name": "head-clicked",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Emitted when a header or footer cell is clicked. Not applicable for 'custom-foot' slot",
              "arguments": [
                {
                  "name": "key",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Column key clicked (field name)",
                  "type": "string"
                },
                {
                  "name": "field",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Field definition object",
                  "type": "object"
                },
                {
                  "name": "event",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Native event object",
                  "type": "MouseEvent|KeyboardEvent"
                },
                {
                  "name": "isFooter",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "'True' if this event originated from clicking on the footer cell",
                  "type": "boolean"
                }
              ]
            },
            {
              "name": "row-clicked",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Emitted when a row is clicked",
              "arguments": [
                {
                  "name": "item",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Item data of the row being clicked",
                  "type": "object"
                },
                {
                  "name": "index",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Index of the row being clicked",
                  "type": "number"
                },
                {
                  "name": "event",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Native event object",
                  "type": "MouseEvent|KeyboardEvent"
                }
              ]
            },
            {
              "name": "row-contextmenu",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Emitted when a row is right clicked",
              "arguments": [
                {
                  "name": "item",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Item data of the row being right clicked",
                  "type": "object"
                },
                {
                  "name": "index",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Index of the row being right clicked",
                  "type": "number"
                },
                {
                  "name": "event",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Native event object",
                  "type": "MouseEvent"
                }
              ]
            },
            {
              "name": "row-dblclicked",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Emitted when a row is double clicked",
              "arguments": [
                {
                  "name": "item",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Item data of the row being double clicked",
                  "type": "object"
                },
                {
                  "name": "index",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Index of the row being double clicked",
                  "type": "number"
                },
                {
                  "name": "event",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Native event object",
                  "type": "MouseEvent"
                }
              ]
            },
            {
              "name": "row-hovered",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Emitted when a row is hovered",
              "arguments": [
                {
                  "name": "item",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Item data of the row being hovered",
                  "type": "object"
                },
                {
                  "name": "index",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Index of the row being hovered",
                  "type": "number"
                },
                {
                  "name": "event",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Native event object",
                  "type": "MouseEvent"
                }
              ]
            },
            {
              "name": "row-middle-clicked",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Emitted when a row is middle clicked",
              "arguments": [
                {
                  "name": "item",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Item data of the row being middle clicked",
                  "type": "object"
                },
                {
                  "name": "index",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Index of the row being middle clicked",
                  "type": "number"
                },
                {
                  "name": "event",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Native event object",
                  "type": "MouseEvent"
                }
              ]
            },
            {
              "name": "row-unhovered",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Emitted when a row is unhovered",
              "arguments": [
                {
                  "name": "item",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Item data of the row being unhovered",
                  "type": "object"
                },
                {
                  "name": "index",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Index of the row being unhovered",
                  "type": "number"
                },
                {
                  "name": "event",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Native event object",
                  "type": "MouseEvent"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "cell()",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Default scoped slot for custom data rendering of field data",
              "vue-properties": [
                {
                  "name": "detailsShowing",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Will be true if the row's row-details scoped slot is visible",
                  "type": "boolean"
                },
                {
                  "name": "field",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The field's normalized definition object (from the fields prop)",
                  "type": "object"
                },
                {
                  "name": "index",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The row's index (zero-based) with respect to the displayed rows",
                  "type": "number"
                },
                {
                  "name": "item",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The row's item data object",
                  "type": "object"
                },
                {
                  "name": "toggleDetails",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Can be called to toggle the visibility of the rows row-details scoped slot",
                  "type": "function"
                },
                {
                  "name": "unformatted",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The raw value for this key in the item record (null or undefined if a virtual column), before being passed to the field's formatter function"
                },
                {
                  "name": "value",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The value for this key in the record (null or undefined if a virtual column), or the output of the field's formatter function"
                }
              ]
            },
            {
              "name": "cell({key})",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Scoped slot for custom data rendering of field data. '{key}' is the field's key name",
              "pattern": "cell\\([a-zA-Z0-9$_.\\-]+\\)",
              "vue-properties": [
                {
                  "name": "detailsShowing",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Will be true if the row's row-details scoped slot is visible",
                  "type": "boolean"
                },
                {
                  "name": "field",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The field's normalized definition object (from the fields prop)",
                  "type": "object"
                },
                {
                  "name": "index",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The row's index (zero-based) with respect to the displayed rows",
                  "type": "number"
                },
                {
                  "name": "item",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The row's item data object",
                  "type": "object"
                },
                {
                  "name": "toggleDetails",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Can be called to toggle the visibility of the rows row-details scoped slot",
                  "type": "function"
                },
                {
                  "name": "unformatted",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The raw value for this key in the item record (null or undefined if a virtual column), before being passed to the field's formatter function"
                },
                {
                  "name": "value",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The value for this key in the record (null or undefined if a virtual column), or the output of the field's formatter function"
                }
              ]
            },
            {
              "name": "custom-foot",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Custom footer content slot for user supplied B-TR's with B-TH/B-TD. Optionally Scoped",
              "vue-properties": [
                {
                  "name": "columns",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The number of columns in the table",
                  "type": "number"
                },
                {
                  "name": "fields",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The normalized fields definition array (in the array of objects format)",
                  "type": "any[]"
                },
                {
                  "name": "items",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Array of items that are currently being displayed",
                  "type": "any[]"
                }
              ]
            },
            {
              "name": "foot()",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Default scoped slot for custom rendering of field footer",
              "vue-properties": [
                {
                  "name": "column",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The field's key value",
                  "type": "string"
                },
                {
                  "name": "field",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The field's normalized definition object (from the fields prop)",
                  "type": "object"
                },
                {
                  "name": "label",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The field's label value",
                  "type": "string"
                }
              ]
            },
            {
              "name": "foot({key})",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Scoped slot for custom rendering of field footer. '{key}' is the field's key name",
              "pattern": "foot\\([a-zA-Z0-9$_.\\-]+\\)",
              "vue-properties": [
                {
                  "name": "column",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The field's key value",
                  "type": "string"
                },
                {
                  "name": "field",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The field's normalized definition object (from the fields prop)",
                  "type": "object"
                },
                {
                  "name": "label",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The field's label value",
                  "type": "string"
                }
              ]
            },
            {
              "name": "head()",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Default scoped slot for custom rendering of field header",
              "vue-properties": [
                {
                  "name": "column",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The field's key value",
                  "type": "string"
                },
                {
                  "name": "field",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The field's normalized definition object (from the fields prop)",
                  "type": "object"
                },
                {
                  "name": "isFoot",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Will be true if the slot is being rendered in the table footer",
                  "type": "boolean"
                },
                {
                  "name": "label",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The field's label value",
                  "type": "string"
                }
              ]
            },
            {
              "name": "head({key})",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Scoped slot for custom rendering of field header. '{key}' is the field's key name",
              "pattern": "head\\([a-zA-Z0-9$_.\\-]+\\)",
              "vue-properties": [
                {
                  "name": "column",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The field's key value",
                  "type": "string"
                },
                {
                  "name": "field",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The field's normalized definition object (from the fields prop)",
                  "type": "object"
                },
                {
                  "name": "isFoot",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Will be true if the slot is being rendered in the table footer",
                  "type": "boolean"
                },
                {
                  "name": "label",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The field's label value",
                  "type": "string"
                }
              ]
            },
            {
              "name": "row-details",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Scoped slot for optional rendering additional record details. See docs for Row details support",
              "vue-properties": [
                {
                  "name": "fields",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The normalized fields definition array (in the array of objects format)",
                  "type": "any[]"
                },
                {
                  "name": "index",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The item's row index number (with respect to the displayed item rows)",
                  "type": "number"
                },
                {
                  "name": "item",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The entire row's record data object",
                  "type": "object"
                },
                {
                  "name": "toggleDetails",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Function to toggle visibility of the row's details slot",
                  "type": "function"
                }
              ]
            },
            {
              "name": "table-caption",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Content to display in the table's caption element"
            },
            {
              "name": "table-colgroup",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Slot to place custom colgroup and col elements. Optionally scoped",
              "vue-properties": [
                {
                  "name": "columns",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The number of columns in the table",
                  "type": "number"
                },
                {
                  "name": "fields",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Array of field definition objects",
                  "type": "any[]"
                }
              ]
            },
            {
              "name": "thead-top",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Slot above the column headers in the `thead` element for user-supplied B-TR with B-TH/B-TD. Optionally scoped",
              "vue-properties": [
                {
                  "name": "clearSelected",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Unselect all rows (applicable if the table is in selectable mode)",
                  "type": "function"
                },
                {
                  "name": "columns",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The number of columns in the table",
                  "type": "number"
                },
                {
                  "name": "fields",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "The normalized fields definition array (in the array of objects format)",
                  "type": "any[]"
                },
                {
                  "name": "selectAllRows",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
                  "description": "Select all rows (applicable if the table is in selectable mode)",
                  "type": "function"
                }
              ]
            }
          ]
        },
        {
          "name": "BTableSimple",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BTableSimple"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
          "description": "For displaying tabular data. <b-table> supports pagination, filtering, sorting, custom rendering, events, and asynchronous data. For simple display of tabular data without all the fancy features, BootstrapVue also provides lightweight alternative components <b-table-lite> and <b-table-simple>.",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "bordered",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Adds borders to all the cells and headers"
            },
            {
              "name": "borderless",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Removes all borders from cells"
            },
            {
              "name": "captionTop",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Visually place the table caption above the table. Default is below"
            },
            {
              "name": "dark",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Places the table in dark mode"
            },
            {
              "name": "fixed",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Makes all columns equal width (fixed layout table). Will speed up rendering for large tables. Column widths can be set via CSS or colgroup"
            },
            {
              "name": "hover",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Enables hover styling on rows"
            },
            {
              "name": "noBorderCollapse",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Disable's the collapsing of table borders. Useful when table has sticky headers or columns"
            },
            {
              "name": "outlined",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Adds an outline border to the table element"
            },
            {
              "name": "responsive",
              "type": "boolean|string",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Makes the table responsive in width, adding a horizontal scrollbar. Set to true for always responsive or set to one of the breakpoints to switch from responsive to normal: 'sm', 'md', 'lg', 'xl'"
            },
            {
              "name": "small",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Renders the table with smaller cell padding"
            },
            {
              "name": "stickyHeader",
              "type": "boolean|string",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Makes the table header sticky. Set to true for a maximum height 300px tall table, or set to any valid CSS hight (including units)"
            },
            {
              "name": "striped",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Applies striping to the tbody rows"
            },
            {
              "name": "tableClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "CSS class (or classes) to apply to the table element"
            },
            {
              "name": "tableVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Apply a Bootstrap theme color variant to the entire table"
            },
            {
              "name": "stacked",
              "type": "boolean|string",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Place the table in stacked mode. Set to true for always stacked, or set to one of the breakpoints to switch from stacked to normal: 'sm', 'md', 'lg', 'xl'"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Content to place in the table"
            }
          ]
        },
        {
          "name": "BTbody",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BTbody"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
          "description": "For displaying tabular data. <b-table> supports pagination, filtering, sorting, custom rendering, events, and asynchronous data. For simple display of tabular data without all the fancy features, BootstrapVue also provides lightweight alternative components <b-table-lite> and <b-table-simple>.",
          "props": [
            {
              "name": "tbodyTransitionHandlers",
              "type": "object",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Vue 'transition-group' event handlers. When provided will make the tbody a Vue 'transition-group' component"
            },
            {
              "name": "tbodyTransitionProps",
              "type": "object",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Vue 'transition-group' properties. When provided will make the tbody a Vue 'transition-group' component"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Content to place in the tbody"
            }
          ]
        },
        {
          "name": "BThead",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BThead"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
          "description": "For displaying tabular data. <b-table> supports pagination, filtering, sorting, custom rendering, events, and asynchronous data. For simple display of tabular data without all the fancy features, BootstrapVue also provides lightweight alternative components <b-table-lite> and <b-table-simple>.",
          "props": [
            {
              "name": "headVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Header variant: 'light' or 'dark', or unset"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Content to place in the thead"
            }
          ]
        },
        {
          "name": "BTfoot",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BTfoot"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
          "description": "For displaying tabular data. <b-table> supports pagination, filtering, sorting, custom rendering, events, and asynchronous data. For simple display of tabular data without all the fancy features, BootstrapVue also provides lightweight alternative components <b-table-lite> and <b-table-simple>.",
          "props": [
            {
              "name": "footVariant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Footer variant: 'light' or 'dark', or unset"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Content to place in the tfoot"
            }
          ]
        },
        {
          "name": "BTr",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BTr"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
          "description": "For displaying tabular data. <b-table> supports pagination, filtering, sorting, custom rendering, events, and asynchronous data. For simple display of tabular data without all the fancy features, BootstrapVue also provides lightweight alternative components <b-table-lite> and <b-table-simple>.",
          "props": [
            {
              "name": "variant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Applies one of the Bootstrap theme color variants to the component"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Content to place in the tr"
            }
          ]
        },
        {
          "name": "BTd",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BTd"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
          "description": "For displaying tabular data. <b-table> supports pagination, filtering, sorting, custom rendering, events, and asynchronous data. For simple display of tabular data without all the fancy features, BootstrapVue also provides lightweight alternative components <b-table-lite> and <b-table-simple>.",
          "props": [
            {
              "name": "colspan",
              "type": "number|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Number of columns this cell spans"
            },
            {
              "name": "rowspan",
              "type": "number|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Number of rows this cell spans"
            },
            {
              "name": "stackedHeading",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Heading for the cell when in stacked mode. Only applicable to cells in the 'tbody' element"
            },
            {
              "name": "stickyColumn",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "If this will be a sticky colum. Must be set on all cells in this column. table must be in sticky-header or responsive mode to work"
            },
            {
              "name": "variant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Applies one of the Bootstrap theme color variants to the component"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Content to place in the td"
            }
          ]
        },
        {
          "name": "BTh",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BTh"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
          "description": "For displaying tabular data. <b-table> supports pagination, filtering, sorting, custom rendering, events, and asynchronous data. For simple display of tabular data without all the fancy features, BootstrapVue also provides lightweight alternative components <b-table-lite> and <b-table-simple>.",
          "props": [
            {
              "name": "colspan",
              "type": "number|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Number of columns this cell spans"
            },
            {
              "name": "rowspan",
              "type": "number|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Number of rows this cell spans"
            },
            {
              "name": "stackedHeading",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Heading for the cell when in stacked mode. Only applicable to cells in the 'tbody' element"
            },
            {
              "name": "stickyColumn",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "If this will be a sticky colum. Must be set on all cells in this column. table must be in sticky-header or responsive mode to work"
            },
            {
              "name": "variant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Applies one of the Bootstrap theme color variants to the component"
            }
          ]
        },
        {
          "name": "BTabs",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BTabs"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
          "description": "Create a widget of tabbable panes of local content. The tabs component is built upon navs and cards internally, and provides full keyboard navigation control of the tabs.",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "value",
              "type": "number",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "description": "Currently visible tab index (zero-based)"
            },
            {
              "name": "activeNavItemClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "description": "CSS class (or classes) to apply to the active nav item tab control"
            },
            {
              "name": "activeTabClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "description": "CSS class (or classes) to apply to the currently active tab"
            },
            {
              "name": "align",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "description": "Align the nav items in the nav: 'start' (or 'left'), 'center', 'end' (or 'right')"
            },
            {
              "name": "card",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "description": "When set to true, renders the tabs the the appropriate styles to be placed into a 'b-card'"
            },
            {
              "name": "contentClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "description": "CSS class (or classes) to apply to the tab-content wrapper"
            },
            {
              "name": "end",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "description": "Place the tab controls at the bottom (horizontal tabs), or right (vertical tabs)"
            },
            {
              "name": "fill",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "description": "Proportionately fills all horizontal space with nav items. All horizontal space is occupied, but not every nav item has the same width"
            },
            {
              "name": "justified",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "description": "Fills all horizontal space with nav items, but unlike 'fill', every nav item will be the same width"
            },
            {
              "name": "lazy",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "description": "Lazily render the b-tab contents when shown"
            },
            {
              "name": "navClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "description": "CSS class (or classes) to apply to the tablist (nav) wrapper"
            },
            {
              "name": "navWrapperClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "description": "CSS class (or classes) to apply to the tab controls wrapper element"
            },
            {
              "name": "noFade",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "description": "When set to `true`, disables the fade animation/transition on the component"
            },
            {
              "name": "noKeyNav",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "description": "Disable keyboard navigation of the tab controls"
            },
            {
              "name": "noNavStyle",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "description": "Do not render the tab controls with tab styling"
            },
            {
              "name": "pills",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "description": "Renders the nav items with the appearance of pill buttons"
            },
            {
              "name": "small",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "description": "Makes the nav smaller"
            },
            {
              "name": "tag",
              "type": "string",
              "default": "\"div\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "description": "Specify the HTML tag to render instead of the default tag"
            },
            {
              "name": "vertical",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "description": "Renders the tab controls vertically"
            }
          ],
          "vue-model": {
            "prop": "value",
            "event": "input"
          },
          "events": [
            {
              "name": "activate-tab",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "description": "Emitted just before a tab is shown/activated. Cancelable",
              "arguments": [
                {
                  "name": "newTabIndex",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
                  "description": "Tab being activated (0-based index)",
                  "type": "number"
                },
                {
                  "name": "prevTabIndex",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
                  "description": "Tab that is currently active (0-based index). Will be -1 if no current active tab",
                  "type": "number"
                },
                {
                  "name": "bvEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
                  "description": "BvEvent object. Call bvEvent.preventDefault() to cancel",
                  "type": "BvEvent"
                }
              ]
            },
            {
              "name": "changed",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "description": "Emitted when a tab is added, removed, or tabs are re-ordered",
              "arguments": [
                {
                  "name": "currentTabs",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
                  "description": "Array of the current b-tab instances, in document order",
                  "type": "any[]"
                },
                {
                  "name": "previousTabs",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
                  "description": "Array of the previous b-tab instances, in document order",
                  "type": "any[]"
                }
              ]
            },
            {
              "name": "input",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "description": "Emitted when a tab is shown. Used to update the v-model",
              "arguments": [
                {
                  "name": "tabIndex",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
                  "description": "Current selected tab index (0-based index)",
                  "type": "number"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "description": "Content (tabs) to place in the tabs element"
            },
            {
              "name": "empty",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "description": "Renders this slot if no tabs are present"
            },
            {
              "name": "tabs-end",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "description": "Additional tab buttons without tab content placed after content tab buttons"
            },
            {
              "name": "tabs-start",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "description": "Additional tab buttons without tab content placed before content tab buttons"
            }
          ]
        },
        {
          "name": "BTab",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BTab"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
          "description": "Create a widget of tabbable panes of local content. The tabs component is built upon navs and cards internally, and provides full keyboard navigation control of the tabs.",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "active",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "description": "When set to `true`, places the component in the active state with active styling"
            },
            {
              "name": "buttonId",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "description": "Use a specific ID for this tab's tab control button. If not provided, one will automatically be generated"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "lazy",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "description": "Lazily render this tab's content when shown"
            },
            {
              "name": "noBody",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "description": "When the parent b-tabs has the 'card' prop set, do not render a card-body wrapper"
            },
            {
              "name": "tag",
              "type": "string",
              "default": "\"div\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "description": "Specify the HTML tag to render instead of the default tag"
            },
            {
              "name": "title",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "description": "Text content to place in the title"
            },
            {
              "name": "titleItemClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "description": "CSS class (or classes) to apply to the tab's control button 'li' element"
            },
            {
              "name": "titleLinkAttributes",
              "type": "object",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "description": "Attributes to apply to the tab's control button inner link element"
            },
            {
              "name": "titleLinkClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "description": "CSS class (or classes) to apply to the tab's control button inner link element"
            }
          ],
          "events": [
            {
              "name": "click",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "description": "Emitted when a tab is clicked, or is activated by keyboard navigation",
              "arguments": [
                {
                  "name": "event",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
                  "description": "Original event object",
                  "type": "MouseEvent"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "title",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "description": "Slot for custom tab title"
            }
          ]
        },
        {
          "name": "BTime",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BTime"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/time/",
          "description": "A custom time input widget that can be used to control other components",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/time/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "value",
              "type": "string",
              "default": "\"\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/time/",
              "description": "Initially selected time value. Accepts a `HH:mm:ss` string. Valid value ranges from `00:00:00` to `23:59:59`"
            },
            {
              "name": "ariaLabelledby",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/time/",
              "description": "The ID of the element that provides a label for this component. Used as the value for the `aria-labelledby` attribute"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/time/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "footerTag",
              "type": "string",
              "default": "\"footer\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/time/",
              "description": "Specify the HTML tag to render instead of the default tag for the footer"
            },
            {
              "name": "headerTag",
              "type": "string",
              "default": "\"header\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/time/",
              "description": "Specify the HTML tag to render instead of the default tag for the footer"
            },
            {
              "name": "hidden",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/time/"
            },
            {
              "name": "hideHeader",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/time/",
              "description": "When set, visually hides the selected time header"
            },
            {
              "name": "hour12",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/time/",
              "description": "Tri-state prop. If `true` forces the interface to 12 hour format. If `false` forces the interface into 24 hour format. If `null` the current locale will determine the 12 or 24 hour interface (default)"
            },
            {
              "name": "labelAm",
              "type": "string",
              "default": "\"AM\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/time/",
              "description": "Text to display in the AM/PM spinbutton when 'AM' is selected"
            },
            {
              "name": "labelAmpm",
              "type": "string",
              "default": "\"AM/PM\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/time/",
              "description": "Value of the `aria-label` attribute on the `AM/PM` spinbutton"
            },
            {
              "name": "labelDecrement",
              "type": "string",
              "default": "\"Decrement\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/time/",
              "description": "Value of the `aria-label` attribute on the spinbuttons `-` button"
            },
            {
              "name": "labelHours",
              "type": "string",
              "default": "\"Hours\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/time/",
              "description": "Value of the `aria-label` attribute on the `Hours` spinbutton"
            },
            {
              "name": "labelIncrement",
              "type": "string",
              "default": "\"Increment\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/time/",
              "description": "Value of the `aria-label` attribute on the spinbuttons `+` button"
            },
            {
              "name": "labelMinutes",
              "type": "string",
              "default": "\"Minutes\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/time/",
              "description": "Value of the `aria-label` attribute on the `Minutes` spinbutton"
            },
            {
              "name": "labelNoTimeSelected",
              "type": "string",
              "default": "\"No time selected\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/time/",
              "description": "String to show when no time is selected"
            },
            {
              "name": "labelPm",
              "type": "string",
              "default": "\"PM\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/time/",
              "description": "Text to display in the AM/PM spinbutton when 'PM' is selected"
            },
            {
              "name": "labelSeconds",
              "type": "string",
              "default": "\"Seconds\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/time/",
              "description": "Value of the `aria-label` attribute on the `Seconds` spinbutton"
            },
            {
              "name": "labelSelected",
              "type": "string",
              "default": "\"Selected time\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/time/",
              "description": "Hidden sr-only string when a time is selected"
            },
            {
              "name": "locale",
              "type": "any[]|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/time/",
              "description": "Locale (or locales) for the component to use. When passing an array of locales, the order of the locales is from most preferred to least preferred. If not provided, defaults to the clients default locale"
            },
            {
              "name": "minutesStep",
              "type": "number|string",
              "default": "1",
              "doc-url": "https:/bootstrap-vue.org/docs/components/time/",
              "description": "Step value for the minutes spinbutton. Should be a value evenly divided into 60"
            },
            {
              "name": "readonly",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/time/",
              "description": "Sets the `readonly` attribute on the form control"
            },
            {
              "name": "secondsStep",
              "type": "number|string",
              "default": "1",
              "doc-url": "https:/bootstrap-vue.org/docs/components/time/",
              "description": "Step value for the seconds spinbutton. Should be a value evenly divided into 60"
            },
            {
              "name": "showSeconds",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/time/",
              "description": "When true, shows the seconds spinbutton. If `false` the seconds spin button will not be shown and the seconds portion of the time will always be `0`"
            }
          ],
          "vue-model": {
            "prop": "value",
            "event": "input"
          },
          "events": [
            {
              "name": "context",
              "doc-url": "https:/bootstrap-vue.org/docs/components/time/",
              "description": "Emitted whenever the internal model state, or locale, updates. Also emitted when the component is initially created",
              "arguments": [
                {
                  "name": "context",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/time/",
                  "description": "The context object. Refer to the docs for details"
                }
              ]
            },
            {
              "name": "input",
              "doc-url": "https:/bootstrap-vue.org/docs/components/time/",
              "description": "Event that updates the v-model",
              "arguments": [
                {
                  "name": "value",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/time/",
                  "description": "The selected time as an `HH:mm:ss` string. Will be an empty string if no time selected"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/time/",
              "description": "Used to place custom controls at the bottom of the time component"
            }
          ]
        },
        {
          "name": "BToast",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BToast"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/toast/",
          "description": "Push notifications to your visitors with a toast, a lightweight and easily customizable alert message.",
          "props": [
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/toast/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "visible",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/toast/",
              "description": "When true, shows the toast"
            },
            {
              "name": "appendToast",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/toast/",
              "description": "When true, the toast will be appended to the bottom on the visible toasts, otherwise it will be prepended"
            },
            {
              "name": "autoHideDelay",
              "type": "number|string",
              "default": "5000",
              "doc-url": "https:/bootstrap-vue.org/docs/components/toast/",
              "description": "The number of milliseconds before the toast auto dismisses itself"
            },
            {
              "name": "bodyClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/toast/",
              "description": "CSS class (or classes) to add to the toast body element"
            },
            {
              "name": "headerClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/toast/",
              "description": "CSS class (or classes) to add to the toast header element"
            },
            {
              "name": "headerTag",
              "type": "string",
              "default": "\"header\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/toast/",
              "description": "Specify the HTML tag to render instead of the default tag for the footer"
            },
            {
              "name": "href",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/toast/",
              "description": "<b-link> prop: Denotes the target URL of the link for standard a links"
            },
            {
              "name": "isStatus",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/toast/",
              "description": "When set to 'true', makes the toast have attributes aria-live=polite and role=status. When 'false' aria-live will be 'assertive' and role will be 'alert'"
            },
            {
              "name": "noAutoHide",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/toast/",
              "description": "When set, disabled the toast from automatically dismissing itself"
            },
            {
              "name": "noCloseButton",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/toast/",
              "description": "When set, hides the close button in the toast header"
            },
            {
              "name": "noFade",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/toast/",
              "description": "When set to `true`, disables the fade animation/transition on the component"
            },
            {
              "name": "noHoverPause",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/toast/",
              "description": "When set, disables the pausing of the auto hide delay when the mouse hovers the toast"
            },
            {
              "name": "solid",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/toast/",
              "description": "When set, renderes the toast with a solid background rather than translucent"
            },
            {
              "name": "static",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/toast/",
              "description": "Renders the content of the component in-place in the DOM, rather than portalling it to be appended to the body element"
            },
            {
              "name": "title",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/toast/",
              "description": "The toast's title text"
            },
            {
              "name": "to",
              "type": "object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/toast/",
              "description": "<router-link> prop: Denotes the target route of the link. When clicked, the value of the to prop will be passed to `router.push()` internally, so the value can be either a string or a Location descriptor object"
            },
            {
              "name": "toastClass",
              "type": "any[]|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/toast/",
              "description": "CSS class (or classes) to add to the toast wrapper element"
            },
            {
              "name": "toaster",
              "type": "string",
              "default": "\"b-toaster-top-right\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/toast/",
              "description": "The name of the toaster target to render the toast in"
            },
            {
              "name": "variant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/toast/",
              "description": "Applies one of the Bootstrap theme color variants to the component"
            }
          ],
          "vue-model": {
            "prop": "visible",
            "event": "change"
          },
          "events": [
            {
              "name": "change",
              "doc-url": "https:/bootstrap-vue.org/docs/components/toast/",
              "description": "Toast visibility state. Used to update the v-model",
              "arguments": [
                {
                  "name": "visible",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/toast/",
                  "description": "`true` if toast is visible, `false` otherwise",
                  "type": "boolean"
                }
              ]
            },
            {
              "name": "hidden",
              "doc-url": "https:/bootstrap-vue.org/docs/components/toast/",
              "description": "Always emits after toast is hidden",
              "arguments": [
                {
                  "name": "bvEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/toast/",
                  "description": "BvEvent object",
                  "type": "BvEvent"
                }
              ]
            },
            {
              "name": "hide",
              "doc-url": "https:/bootstrap-vue.org/docs/components/toast/",
              "description": "Always emits just before toast has hidden",
              "arguments": [
                {
                  "name": "bvEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/toast/",
                  "description": "BvEvent object",
                  "type": "BvEvent"
                }
              ]
            },
            {
              "name": "show",
              "doc-url": "https:/bootstrap-vue.org/docs/components/toast/",
              "description": "Always emits just before toast is shown",
              "arguments": [
                {
                  "name": "bvEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/toast/",
                  "description": "BvEvent object",
                  "type": "BvEvent"
                }
              ]
            },
            {
              "name": "shown",
              "doc-url": "https:/bootstrap-vue.org/docs/components/toast/",
              "description": "Always emits when toast is shown",
              "arguments": [
                {
                  "name": "bvEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/toast/",
                  "description": "BvEvent object",
                  "type": "BvEvent"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/toast/",
              "description": "Toast body content. Optionally scoped",
              "vue-properties": [
                {
                  "name": "hide",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/toast/",
                  "description": "Hides the toast when called. Useful if you are providing your own close button",
                  "type": "function"
                }
              ]
            },
            {
              "name": "toast-title",
              "doc-url": "https:/bootstrap-vue.org/docs/components/toast/",
              "description": "Toast title. Optionally scoped",
              "vue-properties": [
                {
                  "name": "hide",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/toast/",
                  "description": "Hides the toast when called. Useful if you are providing your own close button",
                  "type": "function"
                }
              ]
            }
          ]
        },
        {
          "name": "BToaster",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BToaster"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/toast/",
          "description": "Push notifications to your visitors with a toast, a lightweight and easily customizable alert message.",
          "props": [
            {
              "name": "ariaAtomic",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/toast/",
              "description": "When screen reader's should read out the entire contents (set to string 'true') or just the changes (set to string 'false'). Leave blank for most cases"
            },
            {
              "name": "ariaLive",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/toast/",
              "description": "When the rendered element is an aria-live region (for screen reader users), set to either 'polite' or 'assertive'"
            },
            {
              "name": "name",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/toast/",
              "required": true,
              "description": "The toaster's target name"
            },
            {
              "name": "role",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/toast/",
              "description": "Sets the ARIA attribute 'role' to a specific value"
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/toast/",
              "description": "Content (toasts) to place in the toaster element"
            }
          ]
        },
        {
          "name": "BTooltip",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BTooltip"
          },
          "doc-url": "https:/bootstrap-vue.org/docs/components/tooltip/",
          "description": "Easily add tooltips to elements or components via the <b-tooltip> component or v-b-tooltip directive.",
          "props": [
            {
              "name": "boundary",
              "type": "HTMLElement|object|string",
              "default": "\"scrollParent\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tooltip/",
              "description": "The boundary constraint of the tooltip: 'scrollParent', 'window', 'viewport', or a reference to an HTMLElement or component"
            },
            {
              "name": "boundaryPadding",
              "type": "number|string",
              "default": "50",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tooltip/",
              "description": "The tooltip will try and stay away from the edge of the boundary element by the number of pixels specificed"
            },
            {
              "name": "container",
              "type": "HTMLElement|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tooltip/",
              "description": "The container element to append the rendered tooltip when visible. Default's to the body element"
            },
            {
              "name": "customClass",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tooltip/",
              "description": "CSS class (or classes) to apply to the tooltip's root element"
            },
            {
              "name": "delay",
              "type": "number|object|string",
              "default": "50",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tooltip/",
              "description": "Value for the show and hide delay. Applies to both show and hide when specified as a number or string. Use object form to set show and hide delays individually"
            },
            {
              "name": "disabled",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tooltip/",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "fallbackPlacement",
              "type": "any[]|string",
              "default": "\"flip\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tooltip/",
              "description": "Placement to use when the tooltip would be out of boundaries. Refer to the docs for more details"
            },
            {
              "name": "id",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tooltip/",
              "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed"
            },
            {
              "name": "noFade",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tooltip/",
              "description": "When set to `true`, disables the fade animation/transition on the component"
            },
            {
              "name": "noninteractive",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tooltip/",
              "description": "Wether the tooltip should not be user-interactive"
            },
            {
              "name": "offset",
              "type": "number|string",
              "default": "0",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tooltip/",
              "description": "Offset (in pixels) for the arrow center compared to the trigger target element"
            },
            {
              "name": "placement",
              "type": "string",
              "default": "\"top\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tooltip/",
              "description": "Placement of the tooltip: One of 'top', 'bottom', 'right', 'left', 'topleft', 'topright', 'bottomleft', 'bottomright', 'lefttop', 'leftbottom', 'righttop', 'rightbottom'"
            },
            {
              "name": "show",
              "type": "boolean",
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tooltip/",
              "description": "When set will show the tooltip"
            },
            {
              "name": "target",
              "type": "HTMLElement|SVGElement|function|object|string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tooltip/",
              "required": true,
              "description": "Element string ID, or a reference to an element or component, that you want to trigger the tooltip"
            },
            {
              "name": "title",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tooltip/",
              "description": "Text to place in the tooltip"
            },
            {
              "name": "triggers",
              "type": "any[]|string",
              "default": "\"hover focus\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tooltip/",
              "description": "Specify which triggers will show the tooltip. Supported values are 'click', 'hover', 'focus'. Refer to the docs for special triggers 'blur' and 'manual'"
            },
            {
              "name": "variant",
              "type": "string",
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tooltip/",
              "description": "Applies one of the Bootstrap theme color variants to the component"
            }
          ],
          "events": [
            {
              "name": "bv::tooltip::disabled",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tooltip/",
              "description": "Emitted on $root when tooltip becomes disabled",
              "arguments": [
                {
                  "name": "bvEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/tooltip/",
                  "description": "BvEvent object",
                  "type": "BvEvent"
                }
              ]
            },
            {
              "name": "bv::tooltip::enabled",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tooltip/",
              "description": "Emitted on $root when tooltip becomes enabled",
              "arguments": [
                {
                  "name": "bvEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/tooltip/",
                  "description": "BvEvent object",
                  "type": "BvEvent"
                }
              ]
            },
            {
              "name": "bv::tooltip::hidden",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tooltip/",
              "description": "Emitted on $root when tooltip is hidden",
              "arguments": [
                {
                  "name": "bvEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/tooltip/",
                  "description": "BvEvent object",
                  "type": "BvEvent"
                }
              ]
            },
            {
              "name": "bv::tooltip::hide",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tooltip/",
              "description": "Emitted on $root when tooltip is about to be hidden. Cancelable. Call bvEvent.preventDefault() to cancel hide",
              "arguments": [
                {
                  "name": "bvEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/tooltip/",
                  "description": "BvEvent object. Cancelable",
                  "type": "BvEvent"
                }
              ]
            },
            {
              "name": "bv::tooltip::show",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tooltip/",
              "description": "Emitted on $root when tooltip is about to be shown. Cancelable. Call bvEvent.preventDefault() to cancel show",
              "arguments": [
                {
                  "name": "bvEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/tooltip/",
                  "description": "BvEvent object. Cancelable",
                  "type": "BvEvent"
                }
              ]
            },
            {
              "name": "bv::tooltip::shown",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tooltip/",
              "description": "Emitted on $root when tooltip is shown",
              "arguments": [
                {
                  "name": "bvEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/tooltip/",
                  "description": "BvEvent object",
                  "type": "BvEvent"
                }
              ]
            },
            {
              "name": "disabled",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tooltip/",
              "description": "Emitted when tooltip becomes disabled",
              "arguments": [
                {
                  "name": "bvEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/tooltip/",
                  "description": "BvEvent object",
                  "type": "BvEvent"
                }
              ]
            },
            {
              "name": "enabled",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tooltip/",
              "description": "Emitted when tooltip becomes enabled",
              "arguments": [
                {
                  "name": "bvEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/tooltip/",
                  "description": "BvEvent object",
                  "type": "BvEvent"
                }
              ]
            },
            {
              "name": "hidden",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tooltip/",
              "description": "Emitted when tooltip is hidden",
              "arguments": [
                {
                  "name": "bvEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/tooltip/",
                  "description": "BvEvent object",
                  "type": "BvEvent"
                }
              ]
            },
            {
              "name": "hide",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tooltip/",
              "description": "Emitted when tooltip is about to be hidden. Cancelable. Call bvEvent.preventDefault() to cancel hide",
              "arguments": [
                {
                  "name": "bvEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/tooltip/",
                  "description": "BvEvent object. Cancelable",
                  "type": "BvEvent"
                }
              ]
            },
            {
              "name": "show",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tooltip/",
              "description": "Emitted when tooltip is about to be shown. Cancelable. Call bvEvent.preventDefault() to cancel show",
              "arguments": [
                {
                  "name": "bvEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/tooltip/",
                  "description": "BvEvent object. Cancelable",
                  "type": "BvEvent"
                }
              ]
            },
            {
              "name": "shown",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tooltip/",
              "description": "Emitted when tooltip is shown",
              "arguments": [
                {
                  "name": "bvEvent",
                  "doc-url": "https:/bootstrap-vue.org/docs/components/tooltip/",
                  "description": "BvEvent object",
                  "type": "BvEvent"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tooltip/",
              "description": "Slot for tooltip content (HTML/components supported)"
            }
          ]
        },
        {
          "name": "BIcon",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIcon"
          },
          "doc-url": "https://bootstrap-vue.org/docs/icons/",
          "description": "Bootstrap Icons are designed to work with Bootstrap components, from form controls to navigation. Bootstrap Icons are SVGs, so they scale quickly and easily and can be styled with CSS.",
          "props": [
            {
              "name": "animation",
              "type": "string",
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'"
            },
            {
              "name": "flipH",
              "type": "boolean",
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "type": "boolean",
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "type": "number|string",
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "icon",
              "type": "string",
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Name of icon to render. The corresponding icon component must be installed",
              "attribute-value": {
                "kind": "plain",
                "type": "enum"
              },
              "values": {
                "name": "Bootstrap icon",
                "pattern": {
                  "items": "/html/vue-bootstrap-icons-kebabized"
                }
              }
            },
            {
              "name": "rotate",
              "type": "number|string",
              "default": "0",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise"
            },
            {
              "name": "scale",
              "type": "number|string",
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scales the icon's SVG, without increasing the font size"
            },
            {
              "name": "shiftH",
              "type": "number|string",
              "default": "0",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units"
            },
            {
              "name": "shiftV",
              "type": "number|string",
              "default": "0",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units"
            },
            {
              "name": "stacked",
              "type": "boolean",
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "type": "string",
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "type": "string",
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Contextual color variant. By default the icon inherits the current text color"
            }
          ]
        },
        {
          "name": "BIconstack",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconstack"
          },
          "doc-url": "https://bootstrap-vue.org/docs/icons/",
          "description": "Bootstrap Icons are designed to work with Bootstrap components, from form controls to navigation. Bootstrap Icons are SVGs, so they scale quickly and easily and can be styled with CSS.",
          "props": [
            {
              "name": "animation",
              "type": "string",
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'"
            },
            {
              "name": "flipH",
              "type": "boolean",
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "type": "boolean",
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "type": "number|string",
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "type": "number|string",
              "default": "0",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise"
            },
            {
              "name": "scale",
              "type": "number|string",
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scales the icon's SVG, without increasing the font size"
            },
            {
              "name": "shiftH",
              "type": "number|string",
              "default": "0",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units"
            },
            {
              "name": "shiftV",
              "type": "number|string",
              "default": "0",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units"
            },
            {
              "name": "title",
              "type": "string",
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "type": "string",
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Contextual color variant. By default the icon inherits the current text color"
            }
          ]
        },
        {
          "name": "BIconBlank",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBlank"
          },
          "doc-url": "https://bootstrap-vue.org/docs/icons/",
          "description": "Bootstrap Icons are designed to work with Bootstrap components, from form controls to navigation. Bootstrap Icons are SVGs, so they scale quickly and easily and can be styled with CSS.",
          "props": [
            {
              "name": "animation",
              "type": "string",
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Animate the icon. Supported built-in animations are 'spin', 'pulse' and 'cylon'"
            },
            {
              "name": "flipH",
              "type": "boolean",
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "type": "boolean",
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "type": "number|string",
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "type": "number|string",
              "default": "0",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise"
            },
            {
              "name": "scale",
              "type": "number|string",
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scales the icon's SVG, without increasing the font size"
            },
            {
              "name": "shiftH",
              "type": "number|string",
              "default": "0",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units"
            },
            {
              "name": "shiftV",
              "type": "number|string",
              "default": "0",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units"
            },
            {
              "name": "stacked",
              "type": "boolean",
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "type": "string",
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "type": "string",
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Contextual color variant. By default the icon inherits the current text color"
            }
          ]
        },
        {
          "name": "Bootstrap Icon",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconAlarm"
          },
          "doc-url": "https://bootstrap-vue.org/docs/icons/",
          "description": "Bootstrap Icons are designed to work with Bootstrap components, from form controls to navigation. Bootstrap Icons are SVGs, so they scale quickly and easily and can be styled with CSS.",
          "props": [
            {
              "name": "animation",
              "type": "string",
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'"
            },
            {
              "name": "flipH",
              "type": "boolean",
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "type": "boolean",
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "type": "number|string",
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "type": "number|string",
              "default": "0",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise"
            },
            {
              "name": "scale",
              "type": "number|string",
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scales the icon's SVG, without increasing the font size"
            },
            {
              "name": "shiftH",
              "type": "number|string",
              "default": "0",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units"
            },
            {
              "name": "shiftV",
              "type": "number|string",
              "default": "0",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units"
            },
            {
              "name": "stacked",
              "type": "boolean",
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "type": "string",
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "type": "string",
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Contextual color variant. By default the icon inherits the current text color"
            }
          ],
          "pattern": {
            "or": [
              {
                "items": "/html/vue-bootstrap-icons",
                "template": [
                  "BIcon",
                  "$...",
                  "#item:icon name"
                ]
              },
              {
                "items": "/html/vue-bootstrap-icons-kebabized",
                "template": [
                  "b-icon-",
                  "$...",
                  "#item:icon name"
                ]
              }
            ]
          }
        }
      ],
      "vue-directives": [
        {
          "name": "b-modal",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "VBModal"
          },
          "description": "Modals are streamlined, but flexible dialog prompts powered by JavaScript and CSS. They support a number of use cases from user notification to completely custom content and feature a handful of helpful sub-components, sizes, variants, accessibility, and more.",
          "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
          "argument": {
            "pattern": "[a-zA-Z][a-zA-Z0-9_\\-]*",
            "description": "Modal ID to open",
            "required": false
          },
          "modifiers": [
            {
              "name": "{modalId}",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "pattern": "[a-zA-Z][a-zA-Z0-9_\\-]*",
              "description": "Modal ID to open. Replace `{modalId}` with the modal's ID"
            }
          ],
          "attribute-value": {
            "kind": "expression",
            "type": "string"
          }
        },
        {
          "name": "b-hover",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "VBHover"
          },
          "description": "A lightweight directive that allows you to react when an element either becomes hovered or unhovered",
          "doc-url": "https://bootstrap-vue.org/docs/directives/hover/",
          "attribute-value": {
            "kind": "expression",
            "type": "function"
          }
        },
        {
          "name": "b-popover",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "VBPopover"
          },
          "description": "Add BootstrapVue popovers to any element on your site, using Bootstrap v4 CSS for styling and animations. Popovers are tooltips on steroids.",
          "doc-url": "https://bootstrap-vue.org/docs/directives/popover/",
          "argument": {
            "pattern": "[a-zA-Z][a-zA-Z0-9_\\-]*",
            "description": "ID of element to append the popover markup when visible. Optional, defaults to the body",
            "required": false
          },
          "modifiers": [
            {
              "name": "top",
              "doc-url": "https://bootstrap-vue.org/docs/directives/popover/",
              "description": "Positions the popover on the top of the trigger element (default)"
            },
            {
              "name": "right",
              "doc-url": "https://bootstrap-vue.org/docs/directives/popover/",
              "description": "Positions the popover on the right of the trigger element"
            },
            {
              "name": "bottom",
              "doc-url": "https://bootstrap-vue.org/docs/directives/popover/",
              "description": "Positions the popover on the bottom of the trigger element"
            },
            {
              "name": "auto",
              "doc-url": "https://bootstrap-vue.org/docs/directives/popover/",
              "description": "Positions the popover in the best fit place around the trigger element"
            },
            {
              "name": "topright",
              "doc-url": "https://bootstrap-vue.org/docs/directives/popover/",
              "description": "Positions the popover on the top-right of the trigger element"
            },
            {
              "name": "topleft",
              "doc-url": "https://bootstrap-vue.org/docs/directives/popover/",
              "description": "Positions the popover on the top-left of the trigger element"
            },
            {
              "name": "bottomright",
              "doc-url": "https://bootstrap-vue.org/docs/directives/popover/",
              "description": "Positions the popover on the bottom-right of the trigger element"
            },
            {
              "name": "bottomleft",
              "doc-url": "https://bootstrap-vue.org/docs/directives/popover/",
              "description": "Positions the popover on the bottom-left of the trigger element"
            },
            {
              "name": "lefttop",
              "doc-url": "https://bootstrap-vue.org/docs/directives/popover/",
              "description": "Positions the popover on the left-top of the trigger element"
            },
            {
              "name": "leftbottom",
              "doc-url": "https://bootstrap-vue.org/docs/directives/popover/",
              "description": "Positions the popover on the left-bottom of the trigger element"
            },
            {
              "name": "righttop",
              "doc-url": "https://bootstrap-vue.org/docs/directives/popover/",
              "description": "Positions the popover on the right-top of the trigger element"
            },
            {
              "name": "rightbottom",
              "doc-url": "https://bootstrap-vue.org/docs/directives/popover/",
              "description": "Positions the popover on the right-bottom of the trigger element"
            },
            {
              "name": "nofade",
              "doc-url": "https://bootstrap-vue.org/docs/directives/popover/",
              "description": "Disabled the fade animation of the popover"
            },
            {
              "name": "html",
              "doc-url": "https://bootstrap-vue.org/docs/directives/popover/",
              "description": "Enables basic HTML in the title/content"
            },
            {
              "name": "viewport",
              "doc-url": "https://bootstrap-vue.org/docs/directives/popover/",
              "description": "Sets the boundary constraint to the viewport"
            },
            {
              "name": "window",
              "doc-url": "https://bootstrap-vue.org/docs/directives/popover/",
              "description": "Sets the boundary constrain to the window"
            },
            {
              "name": "v-{variant}",
              "doc-url": "https://bootstrap-vue.org/docs/directives/popover/",
              "pattern": "v-[a-z]+",
              "description": "Sets the popover contextual color variant to `{variant}`"
            },
            {
              "name": "d{###}",
              "doc-url": "https://bootstrap-vue.org/docs/directives/popover/",
              "pattern": "d[0-9]+",
              "description": "The show and hide delay in milliseconds (where `{###}` is the value in milliseconds)"
            },
            {
              "name": "ds{###}",
              "doc-url": "https://bootstrap-vue.org/docs/directives/popover/",
              "pattern": "ds[0-9]+",
              "description": "The show delay in milliseconds (where `{###}` is the value in milliseconds)"
            },
            {
              "name": "dh{###}",
              "doc-url": "https://bootstrap-vue.org/docs/directives/popover/",
              "pattern": "dh[0-9]+",
              "description": "The hide delay in milliseconds (where `{###}` is the value in milliseconds)"
            },
            {
              "name": "o{###}",
              "doc-url": "https://bootstrap-vue.org/docs/directives/popover/",
              "pattern": "o-?[0-9]+",
              "description": "An offset value in pixels (where `{###}` is the number of pixels, defaults to 0. Negative values allowed)"
            }
          ],
          "attribute-value": {
            "kind": "expression",
            "type": "string|function|object"
          }
        },
        {
          "name": "b-scrollspy",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "VBScrollspy"
          },
          "description": "Automatically activate BootstrapVue navigation or list group components based on scroll position to indicate which link is currently active in the viewport.",
          "doc-url": "https://bootstrap-vue.org/docs/directives/scrollspy/",
          "argument": {
            "pattern": "[a-zA-Z][a-zA-Z0-9_\\-]*",
            "description": "ID of element to monitor scrolling on (if not provided defaults to the body element)",
            "required": false
          },
          "modifiers": [
            {
              "name": "###",
              "doc-url": "https://bootstrap-vue.org/docs/directives/scrollspy/",
              "pattern": "[\\d]+",
              "description": "Offset (in pixels) from top of scrolling viewport before triggering active state"
            },
            {
              "name": "offset",
              "doc-url": "https://bootstrap-vue.org/docs/directives/scrollspy/",
              "description": "Position calculation method using `offset` procedure (default process for body)"
            },
            {
              "name": "position",
              "doc-url": "https://bootstrap-vue.org/docs/directives/scrollspy/",
              "description": "Position calculation method using the `position` procedure"
            },
            {
              "name": "auto",
              "doc-url": "https://bootstrap-vue.org/docs/directives/scrollspy/",
              "description": "Position calculation method: `auto` will choose `offset` if scroll element is body, else the method is `position`. This is the default"
            }
          ],
          "attribute-value": {
            "kind": "expression",
            "type": "string|number|object"
          }
        },
        {
          "name": "b-toggle",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "VBToggle"
          },
          "description": "A light-weight directive for toggling visibility state for collapses and sidebars by ID. It automatically handles the accessibility attributes on the trigger element.",
          "doc-url": "https://bootstrap-vue.org/docs/directives/toggle/",
          "argument": {
            "pattern": "[a-zA-Z][a-zA-Z0-9_\\-]*",
            "description": "ID of component to toggle",
            "required": false
          },
          "modifiers": [
            {
              "name": "{componentId}",
              "doc-url": "https://bootstrap-vue.org/docs/directives/toggle/",
              "pattern": "[a-zA-Z][a-zA-Z0-9_\\-]*",
              "description": "ID of component to toggle"
            }
          ],
          "attribute-value": {
            "kind": "expression",
            "type": "string|any[]"
          }
        },
        {
          "name": "b-tooltip",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "VBTooltip"
          },
          "description": "Add custom BootstrapVue tooltips to any element. Tooltips can be triggered by hovering, focusing, or clicking an element.",
          "doc-url": "https://bootstrap-vue.org/docs/directives/tooltip/",
          "argument": {
            "pattern": "[a-zA-Z][a-zA-Z0-9_\\-]*",
            "description": "ID of element to append the tooltip markup when visible. Optional, defaults to the body",
            "required": false
          },
          "modifiers": [
            {
              "name": "top",
              "doc-url": "https://bootstrap-vue.org/docs/directives/tooltip/",
              "description": "Positions the tooltip on the top of the trigger element (default)"
            },
            {
              "name": "right",
              "doc-url": "https://bootstrap-vue.org/docs/directives/tooltip/",
              "description": "Positions the tooltip on the right of the trigger element"
            },
            {
              "name": "left",
              "doc-url": "https://bootstrap-vue.org/docs/directives/tooltip/",
              "description": "Positions the tooltip on the left of the trigger element"
            },
            {
              "name": "bottom",
              "doc-url": "https://bootstrap-vue.org/docs/directives/tooltip/",
              "description": "Positions the tooltip on the bottom of the trigger element"
            },
            {
              "name": "auto",
              "doc-url": "https://bootstrap-vue.org/docs/directives/tooltip/",
              "description": "Positions the tooltip in the best fit place around the trigger element"
            },
            {
              "name": "topright",
              "doc-url": "https://bootstrap-vue.org/docs/directives/tooltip/",
              "description": "Positions the tooltip on the top-right of the trigger element"
            },
            {
              "name": "topleft",
              "doc-url": "https://bootstrap-vue.org/docs/directives/tooltip/",
              "description": "Positions the tooltip on the top-left of the trigger element"
            },
            {
              "name": "bottomright",
              "doc-url": "https://bootstrap-vue.org/docs/directives/tooltip/",
              "description": "Positions the tooltip on the bottom-right of the trigger element"
            },
            {
              "name": "bottomleft",
              "doc-url": "https://bootstrap-vue.org/docs/directives/tooltip/",
              "description": "Positions the tooltip on the bottom-left of the trigger element"
            },
            {
              "name": "lefttop",
              "doc-url": "https://bootstrap-vue.org/docs/directives/tooltip/",
              "description": "Positions the tooltip on the left-top of the trigger element"
            },
            {
              "name": "leftbottom",
              "doc-url": "https://bootstrap-vue.org/docs/directives/tooltip/",
              "description": "Positions the tooltip on the left-bottom of the trigger element"
            },
            {
              "name": "righttop",
              "doc-url": "https://bootstrap-vue.org/docs/directives/tooltip/",
              "description": "Positions the tooltip on the right-top of the trigger element"
            },
            {
              "name": "rightbottom",
              "doc-url": "https://bootstrap-vue.org/docs/directives/tooltip/",
              "description": "Positions the tooltip on the right-bottom of the trigger element"
            },
            {
              "name": "hover",
              "doc-url": "https://bootstrap-vue.org/docs/directives/tooltip/",
              "description": "Trigger the tooltip on hovering"
            },
            {
              "name": "click",
              "doc-url": "https://bootstrap-vue.org/docs/directives/tooltip/",
              "description": "Trigger the tooltip on clicking"
            },
            {
              "name": "focus",
              "doc-url": "https://bootstrap-vue.org/docs/directives/tooltip/",
              "description": "Trigger the tooltip on focusing"
            },
            {
              "name": "nofade",
              "doc-url": "https://bootstrap-vue.org/docs/directives/tooltip/",
              "description": "Disabled the fade animation of the tooltip"
            },
            {
              "name": "html",
              "doc-url": "https://bootstrap-vue.org/docs/directives/tooltip/",
              "description": "Enables basic HTML in the title"
            },
            {
              "name": "interactive",
              "doc-url": "https://bootstrap-vue.org/docs/directives/tooltip/",
              "description": "Wether the tooltip should be user-interactive"
            },
            {
              "name": "viewport",
              "doc-url": "https://bootstrap-vue.org/docs/directives/tooltip/",
              "description": "Sets the boundary constraint to the viewport"
            },
            {
              "name": "window",
              "doc-url": "https://bootstrap-vue.org/docs/directives/tooltip/",
              "description": "Sets the boundary constrain to the window"
            },
            {
              "name": "v-{variant}",
              "doc-url": "https://bootstrap-vue.org/docs/directives/tooltip/",
              "pattern": "v-[a-z]+",
              "description": "Sets the tooltip contextual color variant to `{variant}`"
            },
            {
              "name": "d{###}",
              "doc-url": "https://bootstrap-vue.org/docs/directives/tooltip/",
              "pattern": "d[0-9]+",
              "description": "The show and hide delay in milliseconds (where `{###}` is the value in milliseconds)"
            },
            {
              "name": "ds{###}",
              "doc-url": "https://bootstrap-vue.org/docs/directives/tooltip/",
              "pattern": "ds[0-9]+",
              "description": "The show delay in milliseconds (where `{###}` is the value in milliseconds)"
            },
            {
              "name": "dh{###}",
              "doc-url": "https://bootstrap-vue.org/docs/directives/tooltip/",
              "pattern": "dh[0-9]+",
              "description": "The hide delay in milliseconds (where `{###}` is the value in milliseconds)"
            },
            {
              "name": "o{###}",
              "doc-url": "https://bootstrap-vue.org/docs/directives/tooltip/",
              "pattern": "o-?[0-9]+",
              "description": "An offset value in pixels (where `{###}` is the number of pixels, defaults to 0. Negative values allowed)"
            }
          ],
          "attribute-value": {
            "kind": "expression",
            "type": "string|function|object"
          }
        },
        {
          "name": "b-visible",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "VBVisible"
          },
          "description": "The `v-b-visible` directive allows you to react when an element becomes visible in the viewport.",
          "doc-url": "https://bootstrap-vue.org/docs/directives/visible/",
          "modifiers": [
            {
              "name": "once",
              "doc-url": "https://bootstrap-vue.org/docs/directives/visible/",
              "description": "Only calls the callback once when the element becomes visible in the viewport"
            },
            {
              "name": "{###}",
              "doc-url": "https://bootstrap-vue.org/docs/directives/visible/",
              "pattern": "[0-9]+",
              "description": "An offset value in pixels (where `{###}` is the number of pixels) relative to the viewport, defaults to 0. Negative values allowed"
            }
          ],
          "attribute-value": {
            "kind": "expression",
            "type": "function"
          }
        }
      ],
      "vue-bootstrap-icons": [
        {
          "name": "Alarm",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.5 5.5a.5.5 0 0 0-1 0v3.362l-1.429 2.38a.5.5 0 1 0 .858.515l1.5-2.5A.5.5 0 0 0 8.5 9V5.5z\"/><path d=\"M6.5 0a.5.5 0 0 0 0 1H7v1.07a7.001 7.001 0 0 0-3.273 12.474l-.602.602a.5.5 0 0 0 .707.708l.746-.746A6.97 6.97 0 0 0 8 16a6.97 6.97 0 0 0 3.422-.892l.746.746a.5.5 0 0 0 .707-.708l-.601-.602A7.001 7.001 0 0 0 9 2.07V1h.5a.5.5 0 0 0 0-1h-3zm1.038 3.018a6.093 6.093 0 0 1 .924 0 6 6 0 1 1-.924 0zM0 3.5c0 .753.333 1.429.86 1.887A8.035 8.035 0 0 1 4.387 1.86 2.5 2.5 0 0 0 0 3.5zM13.5 1c-.753 0-1.429.333-1.887.86a8.035 8.035 0 0 1 3.527 3.527A2.5 2.5 0 0 0 13.5 1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "AlarmFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 .5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1H9v1.07a7.001 7.001 0 0 1 3.274 12.474l.601.602a.5.5 0 0 1-.707.708l-.746-.746A6.97 6.97 0 0 1 8 16a6.97 6.97 0 0 1-3.422-.892l-.746.746a.5.5 0 0 1-.707-.708l.602-.602A7.001 7.001 0 0 1 7 2.07V1h-.5A.5.5 0 0 1 6 .5zm2.5 5a.5.5 0 0 0-1 0v3.362l-1.429 2.38a.5.5 0 1 0 .858.515l1.5-2.5A.5.5 0 0 0 8.5 9V5.5zM.86 5.387A2.5 2.5 0 1 1 4.387 1.86 8.035 8.035 0 0 0 .86 5.387zM11.613 1.86a2.5 2.5 0 1 1 3.527 3.527 8.035 8.035 0 0 0-3.527-3.527z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "AlignBottom",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><rect width=\"4\" height=\"12\" x=\"6\" y=\"1\" rx=\"1\"/><path d=\"M1.5 14a.5.5 0 0 0 0 1v-1zm13 1a.5.5 0 0 0 0-1v1zm-13 0h13v-1h-13v1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "AlignCenter",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 1a.5.5 0 0 1 .5.5V6h-1V1.5A.5.5 0 0 1 8 1zm0 14a.5.5 0 0 1-.5-.5V10h1v4.5a.5.5 0 0 1-.5.5zM2 7a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V7z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "AlignEnd",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M14.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 1 0v-13a.5.5 0 0 0-.5-.5z\"/><path d=\"M13 7a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V7z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "AlignMiddle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 13a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v10zM1 8a.5.5 0 0 0 .5.5H6v-1H1.5A.5.5 0 0 0 1 8zm14 0a.5.5 0 0 1-.5.5H10v-1h4.5a.5.5 0 0 1 .5.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "AlignStart",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1.5 1a.5.5 0 0 1 .5.5v13a.5.5 0 0 1-1 0v-13a.5.5 0 0 1 .5-.5z\"/><path d=\"M3 7a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "AlignTop",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><rect width=\"4\" height=\"12\" rx=\"1\" transform=\"matrix(1 0 0 -1 6 15)\"/><path d=\"M1.5 2a.5.5 0 0 1 0-1v1zm13-1a.5.5 0 0 1 0 1V1zm-13 0h13v1h-13V1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Alt",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1 13.5a.5.5 0 0 0 .5.5h3.797a.5.5 0 0 0 .439-.26L11 3h3.5a.5.5 0 0 0 0-1h-3.797a.5.5 0 0 0-.439.26L5 13H1.5a.5.5 0 0 0-.5.5zm10 0a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 0-1h-3a.5.5 0 0 0-.5.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "App",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11 2a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h6zM5 1a4 4 0 0 0-4 4v6a4 4 0 0 0 4 4h6a4 4 0 0 0 4-4V5a4 4 0 0 0-4-4H5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "AppIndicator",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.5 2A3.5 3.5 0 0 0 2 5.5v5A3.5 3.5 0 0 0 5.5 14h5a3.5 3.5 0 0 0 3.5-3.5V8a.5.5 0 0 1 1 0v2.5a4.5 4.5 0 0 1-4.5 4.5h-5A4.5 4.5 0 0 1 1 10.5v-5A4.5 4.5 0 0 1 5.5 1H8a.5.5 0 0 1 0 1H5.5z\"/><path d=\"M16 3a3 3 0 1 1-6 0 3 3 0 0 1 6 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Archive",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 2a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1v7.5a2.5 2.5 0 0 1-2.5 2.5h-9A2.5 2.5 0 0 1 1 12.5V5a1 1 0 0 1-1-1V2zm2 3v7.5A1.5 1.5 0 0 0 3.5 14h9a1.5 1.5 0 0 0 1.5-1.5V5H2zm13-3H1v2h14V2zM5 7.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArchiveFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12.643 15C13.979 15 15 13.845 15 12.5V5H1v7.5C1 13.845 2.021 15 3.357 15h9.286zM5.5 7h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1zM.8 1a.8.8 0 0 0-.8.8V3a.8.8 0 0 0 .8.8h14.4A.8.8 0 0 0 16 3V1.8a.8.8 0 0 0-.8-.8H.8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Arrow90degDown",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M4.854 14.854a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 .708-.708L4 13.293V3.5A2.5 2.5 0 0 1 6.5 1h8a.5.5 0 0 1 0 1h-8A1.5 1.5 0 0 0 5 3.5v9.793l3.146-3.147a.5.5 0 0 1 .708.708l-4 4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Arrow90degLeft",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1.146 4.854a.5.5 0 0 1 0-.708l4-4a.5.5 0 1 1 .708.708L2.707 4H12.5A2.5 2.5 0 0 1 15 6.5v8a.5.5 0 0 1-1 0v-8A1.5 1.5 0 0 0 12.5 5H2.707l3.147 3.146a.5.5 0 1 1-.708.708l-4-4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Arrow90degRight",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M14.854 4.854a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 4H3.5A2.5 2.5 0 0 0 1 6.5v8a.5.5 0 0 0 1 0v-8A1.5 1.5 0 0 1 3.5 5h9.793l-3.147 3.146a.5.5 0 0 0 .708.708l4-4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Arrow90degUp",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M4.854 1.146a.5.5 0 0 0-.708 0l-4 4a.5.5 0 1 0 .708.708L4 2.707V12.5A2.5 2.5 0 0 0 6.5 15h8a.5.5 0 0 0 0-1h-8A1.5 1.5 0 0 1 5 12.5V2.707l3.146 3.147a.5.5 0 1 0 .708-.708l-4-4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowBarDown",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1 3.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5zM8 6a.5.5 0 0 1 .5.5v5.793l2.146-2.147a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 .708-.708L7.5 12.293V6.5A.5.5 0 0 1 8 6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowBarLeft",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5zM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowBarRight",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M6 8a.5.5 0 0 0 .5.5h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L12.293 7.5H6.5A.5.5 0 0 0 6 8zm-2.5 7a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowBarUp",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 10a.5.5 0 0 0 .5-.5V3.707l2.146 2.147a.5.5 0 0 0 .708-.708l-3-3a.5.5 0 0 0-.708 0l-3 3a.5.5 0 1 0 .708.708L7.5 3.707V9.5a.5.5 0 0 0 .5.5zm-7 2.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowClockwise",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 3a5 5 0 1 0 4.546 2.914.5.5 0 0 1 .908-.417A6 6 0 1 1 8 2v1z\"/><path d=\"M8 4.466V.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384L8.41 4.658A.25.25 0 0 1 8 4.466z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowCounterclockwise",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 3a5 5 0 1 1-4.546 2.914.5.5 0 0 0-.908-.417A6 6 0 1 0 8 2v1z\"/><path d=\"M8 4.466V.534a.25.25 0 0 0-.41-.192L5.23 2.308a.25.25 0 0 0 0 .384l2.36 1.966A.25.25 0 0 0 8 4.466z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowDown",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 1a.5.5 0 0 1 .5.5v11.793l3.146-3.147a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 .708-.708L7.5 13.293V1.5A.5.5 0 0 1 8 1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowDownCircle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.5 4.5a.5.5 0 0 0-1 0v5.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V4.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowDownCircleFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.5 4.5a.5.5 0 0 0-1 0v5.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V4.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowDownLeft",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M2 13.5a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 0-1H3.707L13.854 2.854a.5.5 0 0 0-.708-.708L3 12.293V7.5a.5.5 0 0 0-1 0v6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowDownLeftCircle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-5.904-2.854a.5.5 0 1 1 .707.708L6.707 9.95h2.768a.5.5 0 1 1 0 1H5.5a.5.5 0 0 1-.5-.5V6.475a.5.5 0 1 1 1 0v2.768l4.096-4.097z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowDownLeftCircleFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8A8 8 0 1 0 0 8a8 8 0 0 0 16 0zm-5.904-2.803a.5.5 0 1 1 .707.707L6.707 10h2.768a.5.5 0 0 1 0 1H5.5a.5.5 0 0 1-.5-.5V6.525a.5.5 0 0 1 1 0v2.768l4.096-4.096z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowDownLeftSquare",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M15 2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2zM0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm10.096 3.146a.5.5 0 1 1 .707.708L6.707 9.95h2.768a.5.5 0 1 1 0 1H5.5a.5.5 0 0 1-.5-.5V6.475a.5.5 0 1 1 1 0v2.768l4.096-4.097z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowDownLeftSquareFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 16a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2zm8.096-10.803L6 9.293V6.525a.5.5 0 0 0-1 0V10.5a.5.5 0 0 0 .5.5h3.975a.5.5 0 0 0 0-1H6.707l4.096-4.096a.5.5 0 1 0-.707-.707z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowDownRight",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M14 13.5a.5.5 0 0 1-.5.5h-6a.5.5 0 0 1 0-1h4.793L2.146 2.854a.5.5 0 1 1 .708-.708L13 12.293V7.5a.5.5 0 0 1 1 0v6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowDownRightCircle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM5.854 5.146a.5.5 0 1 0-.708.708L9.243 9.95H6.475a.5.5 0 1 0 0 1h3.975a.5.5 0 0 0 .5-.5V6.475a.5.5 0 1 0-1 0v2.768L5.854 5.146z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowDownRightCircleFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm5.904-2.803a.5.5 0 1 0-.707.707L9.293 10H6.525a.5.5 0 0 0 0 1H10.5a.5.5 0 0 0 .5-.5V6.525a.5.5 0 0 0-1 0v2.768L5.904 5.197z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowDownRightSquare",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M15 2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2zM0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm5.854 3.146a.5.5 0 1 0-.708.708L9.243 9.95H6.475a.5.5 0 1 0 0 1h3.975a.5.5 0 0 0 .5-.5V6.475a.5.5 0 1 0-1 0v2.768L5.854 5.146z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowDownRightSquareFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 16a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12zM5.904 5.197 10 9.293V6.525a.5.5 0 0 1 1 0V10.5a.5.5 0 0 1-.5.5H6.525a.5.5 0 0 1 0-1h2.768L5.197 5.904a.5.5 0 0 1 .707-.707z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowDownShort",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 4a.5.5 0 0 1 .5.5v5.793l2.146-2.147a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 1 1 .708-.708L7.5 10.293V4.5A.5.5 0 0 1 8 4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowDownSquare",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M15 2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2zM0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm8.5 2.5a.5.5 0 0 0-1 0v5.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V4.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowDownSquareFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v5.793l2.146-2.147a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 1 1 .708-.708L7.5 10.293V4.5a.5.5 0 0 1 1 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowDownUp",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M11.5 15a.5.5 0 0 0 .5-.5V2.707l3.146 3.147a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 1 0 .708.708L11 2.707V14.5a.5.5 0 0 0 .5.5zm-7-14a.5.5 0 0 1 .5.5v11.793l3.146-3.147a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 .708-.708L4 13.293V1.5a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowLeft",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowLeftCircle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-4.5-.5a.5.5 0 0 1 0 1H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowLeftCircleFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zm3.5 7.5a.5.5 0 0 1 0 1H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowLeftRight",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1 11.5a.5.5 0 0 0 .5.5h11.793l-3.147 3.146a.5.5 0 0 0 .708.708l4-4a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 11H1.5a.5.5 0 0 0-.5.5zm14-7a.5.5 0 0 1-.5.5H2.707l3.147 3.146a.5.5 0 1 1-.708.708l-4-4a.5.5 0 0 1 0-.708l4-4a.5.5 0 1 1 .708.708L2.707 4H14.5a.5.5 0 0 1 .5.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowLeftShort",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M12 8a.5.5 0 0 1-.5.5H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5a.5.5 0 0 1 .5.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowLeftSquare",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M15 2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2zM0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm11.5 5.5a.5.5 0 0 1 0 1H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowLeftSquareFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 14a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12zm-4.5-6.5H5.707l2.147-2.146a.5.5 0 1 0-.708-.708l-3 3a.5.5 0 0 0 0 .708l3 3a.5.5 0 0 0 .708-.708L5.707 8.5H11.5a.5.5 0 0 0 0-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowRepeat",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11.534 7h3.932a.25.25 0 0 1 .192.41l-1.966 2.36a.25.25 0 0 1-.384 0l-1.966-2.36a.25.25 0 0 1 .192-.41zm-11 2h3.932a.25.25 0 0 0 .192-.41L2.692 6.23a.25.25 0 0 0-.384 0L.342 8.59A.25.25 0 0 0 .534 9z\"/><path fill-rule=\"evenodd\" d=\"M8 3c-1.552 0-2.94.707-3.857 1.818a.5.5 0 1 1-.771-.636A6.002 6.002 0 0 1 13.917 7H12.9A5.002 5.002 0 0 0 8 3zM3.1 9a5.002 5.002 0 0 0 8.757 2.182.5.5 0 1 1 .771.636A6.002 6.002 0 0 1 2.083 9H3.1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowReturnLeft",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M14.5 1.5a.5.5 0 0 1 .5.5v4.8a2.5 2.5 0 0 1-2.5 2.5H2.707l3.347 3.346a.5.5 0 0 1-.708.708l-4.2-4.2a.5.5 0 0 1 0-.708l4-4a.5.5 0 1 1 .708.708L2.707 8.3H12.5A1.5 1.5 0 0 0 14 6.8V2a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowReturnRight",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1.5 1.5A.5.5 0 0 0 1 2v4.8a2.5 2.5 0 0 0 2.5 2.5h9.793l-3.347 3.346a.5.5 0 0 0 .708.708l4.2-4.2a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 8.3H3.5A1.5 1.5 0 0 1 2 6.8V2a.5.5 0 0 0-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowRight",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowRightCircle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowRightCircleFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowRightShort",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowRightSquare",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M15 2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2zM0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm4.5 5.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowRightSquareFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v12zm4.5-6.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5a.5.5 0 0 1 0-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowUp",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 15a.5.5 0 0 0 .5-.5V2.707l3.146 3.147a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 1 0 .708.708L7.5 2.707V14.5a.5.5 0 0 0 .5.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowUpCircle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-7.5 3.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707V11.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowUpCircleFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8A8 8 0 1 0 0 8a8 8 0 0 0 16 0zm-7.5 3.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707V11.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowUpLeft",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M2 2.5a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1H3.707l10.147 10.146a.5.5 0 0 1-.708.708L3 3.707V8.5a.5.5 0 0 1-1 0v-6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowUpLeftCircle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-5.904 2.803a.5.5 0 1 0 .707-.707L6.707 6h2.768a.5.5 0 1 0 0-1H5.5a.5.5 0 0 0-.5.5v3.975a.5.5 0 0 0 1 0V6.707l4.096 4.096z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowUpLeftCircleFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-5.904 2.803a.5.5 0 1 0 .707-.707L6.707 6h2.768a.5.5 0 1 0 0-1H5.5a.5.5 0 0 0-.5.5v3.975a.5.5 0 0 0 1 0V6.707l4.096 4.096z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowUpLeftSquare",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M15 2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2zM0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm10.096 8.803a.5.5 0 1 0 .707-.707L6.707 6h2.768a.5.5 0 1 0 0-1H5.5a.5.5 0 0 0-.5.5v3.975a.5.5 0 0 0 1 0V6.707l4.096 4.096z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowUpLeftSquareFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm8.096 10.803L6 6.707v2.768a.5.5 0 0 1-1 0V5.5a.5.5 0 0 1 .5-.5h3.975a.5.5 0 1 1 0 1H6.707l4.096 4.096a.5.5 0 1 1-.707.707z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowUpRight",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M14 2.5a.5.5 0 0 0-.5-.5h-6a.5.5 0 0 0 0 1h4.793L2.146 13.146a.5.5 0 0 0 .708.708L13 3.707V8.5a.5.5 0 0 0 1 0v-6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowUpRightCircle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM5.854 10.803a.5.5 0 1 1-.708-.707L9.243 6H6.475a.5.5 0 1 1 0-1h3.975a.5.5 0 0 1 .5.5v3.975a.5.5 0 1 1-1 0V6.707l-4.096 4.096z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowUpRightCircleFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 8a8 8 0 1 0 16 0A8 8 0 0 0 0 8zm5.904 2.803a.5.5 0 1 1-.707-.707L9.293 6H6.525a.5.5 0 1 1 0-1H10.5a.5.5 0 0 1 .5.5v3.975a.5.5 0 0 1-1 0V6.707l-4.096 4.096z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowUpRightSquare",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M15 2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2zM0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm5.854 8.803a.5.5 0 1 1-.708-.707L9.243 6H6.475a.5.5 0 1 1 0-1h3.975a.5.5 0 0 1 .5.5v3.975a.5.5 0 1 1-1 0V6.707l-4.096 4.096z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowUpRightSquareFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 0a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h12zM5.904 10.803 10 6.707v2.768a.5.5 0 0 0 1 0V5.5a.5.5 0 0 0-.5-.5H6.525a.5.5 0 1 0 0 1h2.768l-4.096 4.096a.5.5 0 0 0 .707.707z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowUpShort",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 12a.5.5 0 0 0 .5-.5V5.707l2.146 2.147a.5.5 0 0 0 .708-.708l-3-3a.5.5 0 0 0-.708 0l-3 3a.5.5 0 1 0 .708.708L7.5 5.707V11.5a.5.5 0 0 0 .5.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowUpSquare",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M15 2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2zM0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm8.5 9.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707V11.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowUpSquareFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 16a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2zm6.5-4.5V5.707l2.146 2.147a.5.5 0 0 0 .708-.708l-3-3a.5.5 0 0 0-.708 0l-3 3a.5.5 0 1 0 .708.708L7.5 5.707V11.5a.5.5 0 0 0 1 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowsAngleContract",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M.172 15.828a.5.5 0 0 0 .707 0l4.096-4.096V14.5a.5.5 0 1 0 1 0v-3.975a.5.5 0 0 0-.5-.5H1.5a.5.5 0 0 0 0 1h2.768L.172 15.121a.5.5 0 0 0 0 .707zM15.828.172a.5.5 0 0 0-.707 0l-4.096 4.096V1.5a.5.5 0 1 0-1 0v3.975a.5.5 0 0 0 .5.5H14.5a.5.5 0 0 0 0-1h-2.768L15.828.879a.5.5 0 0 0 0-.707z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowsAngleExpand",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M5.828 10.172a.5.5 0 0 0-.707 0l-4.096 4.096V11.5a.5.5 0 0 0-1 0v3.975a.5.5 0 0 0 .5.5H4.5a.5.5 0 0 0 0-1H1.732l4.096-4.096a.5.5 0 0 0 0-.707zm4.344-4.344a.5.5 0 0 0 .707 0l4.096-4.096V4.5a.5.5 0 1 0 1 0V.525a.5.5 0 0 0-.5-.5H11.5a.5.5 0 0 0 0 1h2.768l-4.096 4.096a.5.5 0 0 0 0 .707z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowsCollapse",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1 8a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13A.5.5 0 0 1 1 8zm7-8a.5.5 0 0 1 .5.5v3.793l1.146-1.147a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 1 1 .708-.708L7.5 4.293V.5A.5.5 0 0 1 8 0zm-.5 11.707-1.146 1.147a.5.5 0 0 1-.708-.708l2-2a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L8.5 11.707V15.5a.5.5 0 0 1-1 0v-3.793z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowsExpand",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1 8a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13A.5.5 0 0 1 1 8zM7.646.146a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L8.5 1.707V5.5a.5.5 0 0 1-1 0V1.707L6.354 2.854a.5.5 0 1 1-.708-.708l2-2zM8 10a.5.5 0 0 1 .5.5v3.793l1.146-1.147a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 0 1 .708-.708L7.5 14.293V10.5A.5.5 0 0 1 8 10z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowsFullscreen",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M5.828 10.172a.5.5 0 0 0-.707 0l-4.096 4.096V11.5a.5.5 0 0 0-1 0v3.975a.5.5 0 0 0 .5.5H4.5a.5.5 0 0 0 0-1H1.732l4.096-4.096a.5.5 0 0 0 0-.707zm4.344 0a.5.5 0 0 1 .707 0l4.096 4.096V11.5a.5.5 0 1 1 1 0v3.975a.5.5 0 0 1-.5.5H11.5a.5.5 0 0 1 0-1h2.768l-4.096-4.096a.5.5 0 0 1 0-.707zm0-4.344a.5.5 0 0 0 .707 0l4.096-4.096V4.5a.5.5 0 1 0 1 0V.525a.5.5 0 0 0-.5-.5H11.5a.5.5 0 0 0 0 1h2.768l-4.096 4.096a.5.5 0 0 0 0 .707zm-4.344 0a.5.5 0 0 1-.707 0L1.025 1.732V4.5a.5.5 0 0 1-1 0V.525a.5.5 0 0 1 .5-.5H4.5a.5.5 0 0 1 0 1H1.732l4.096 4.096a.5.5 0 0 1 0 .707z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ArrowsMove",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M7.646.146a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L8.5 1.707V5.5a.5.5 0 0 1-1 0V1.707L6.354 2.854a.5.5 0 1 1-.708-.708l2-2zM8 10a.5.5 0 0 1 .5.5v3.793l1.146-1.147a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 0 1 .708-.708L7.5 14.293V10.5A.5.5 0 0 1 8 10zM.146 8.354a.5.5 0 0 1 0-.708l2-2a.5.5 0 1 1 .708.708L1.707 7.5H5.5a.5.5 0 0 1 0 1H1.707l1.147 1.146a.5.5 0 0 1-.708.708l-2-2zM10 8a.5.5 0 0 1 .5-.5h3.793l-1.147-1.146a.5.5 0 0 1 .708-.708l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L14.293 8.5H10.5A.5.5 0 0 1 10 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "AspectRatio",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 3.5A1.5 1.5 0 0 1 1.5 2h13A1.5 1.5 0 0 1 16 3.5v9a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 12.5v-9zM1.5 3a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5h-13z\"/><path d=\"M2 4.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1H3v2.5a.5.5 0 0 1-1 0v-3zm12 7a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1 0-1H13V8.5a.5.5 0 0 1 1 0v3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "AspectRatioFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 12.5v-9A1.5 1.5 0 0 1 1.5 2h13A1.5 1.5 0 0 1 16 3.5v9a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 12.5zM2.5 4a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 1 0V5h2.5a.5.5 0 0 0 0-1h-3zm11 8a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-1 0V11h-2.5a.5.5 0 0 0 0 1h3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Asterisk",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 0a1 1 0 0 1 1 1v5.268l4.562-2.634a1 1 0 1 1 1 1.732L10 8l4.562 2.634a1 1 0 1 1-1 1.732L9 9.732V15a1 1 0 1 1-2 0V9.732l-4.562 2.634a1 1 0 1 1-1-1.732L6 8 1.438 5.366a1 1 0 0 1 1-1.732L7 6.268V1a1 1 0 0 1 1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "At",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13.106 7.222c0-2.967-2.249-5.032-5.482-5.032-3.35 0-5.646 2.318-5.646 5.702 0 3.493 2.235 5.708 5.762 5.708.862 0 1.689-.123 2.304-.335v-.862c-.43.199-1.354.328-2.29.328-2.926 0-4.813-1.88-4.813-4.798 0-2.844 1.921-4.881 4.594-4.881 2.735 0 4.608 1.688 4.608 4.156 0 1.682-.554 2.769-1.416 2.769-.492 0-.772-.28-.772-.76V5.206H8.923v.834h-.11c-.266-.595-.881-.964-1.6-.964-1.4 0-2.378 1.162-2.378 2.823 0 1.737.957 2.906 2.379 2.906.8 0 1.415-.39 1.709-1.087h.11c.081.67.703 1.148 1.503 1.148 1.572 0 2.57-1.415 2.57-3.643zm-7.177.704c0-1.197.54-1.907 1.456-1.907.93 0 1.524.738 1.524 1.907S8.308 9.84 7.371 9.84c-.895 0-1.442-.725-1.442-1.914z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Award",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.669.864 8 0 6.331.864l-1.858.282-.842 1.68-1.337 1.32L2.6 6l-.306 1.854 1.337 1.32.842 1.68 1.858.282L8 12l1.669-.864 1.858-.282.842-1.68 1.337-1.32L13.4 6l.306-1.854-1.337-1.32-.842-1.68L9.669.864zm1.196 1.193.684 1.365 1.086 1.072L12.387 6l.248 1.506-1.086 1.072-.684 1.365-1.51.229L8 10.874l-1.355-.702-1.51-.229-.684-1.365-1.086-1.072L3.614 6l-.25-1.506 1.087-1.072.684-1.365 1.51-.229L8 1.126l1.356.702 1.509.229z\"/><path d=\"M4 11.794V16l4-1 4 1v-4.206l-2.018.306L8 13.126 6.018 12.1 4 11.794z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "AwardFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m8 0 1.669.864 1.858.282.842 1.68 1.337 1.32L13.4 6l.306 1.854-1.337 1.32-.842 1.68-1.858.282L8 12l-1.669-.864-1.858-.282-.842-1.68-1.337-1.32L2.6 6l-.306-1.854 1.337-1.32.842-1.68L6.331.864 8 0z\"/><path d=\"M4 11.794V16l4-1 4 1v-4.206l-2.018.306L8 13.126 6.018 12.1 4 11.794z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Back",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-2H2a2 2 0 0 1-2-2V2zm2-1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Backspace",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.83 5.146a.5.5 0 0 0 0 .708L7.975 8l-2.147 2.146a.5.5 0 0 0 .707.708l2.147-2.147 2.146 2.147a.5.5 0 0 0 .707-.708L9.39 8l2.146-2.146a.5.5 0 0 0-.707-.708L8.683 7.293 6.536 5.146a.5.5 0 0 0-.707 0z\"/><path d=\"M13.683 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-7.08a2 2 0 0 1-1.519-.698L.241 8.65a1 1 0 0 1 0-1.302L5.084 1.7A2 2 0 0 1 6.603 1h7.08zm-7.08 1a1 1 0 0 0-.76.35L1 8l4.844 5.65a1 1 0 0 0 .759.35h7.08a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1h-7.08z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BackspaceFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M15.683 3a2 2 0 0 0-2-2h-7.08a2 2 0 0 0-1.519.698L.241 7.35a1 1 0 0 0 0 1.302l4.843 5.65A2 2 0 0 0 6.603 15h7.08a2 2 0 0 0 2-2V3zM5.829 5.854a.5.5 0 1 1 .707-.708l2.147 2.147 2.146-2.147a.5.5 0 1 1 .707.708L9.39 8l2.146 2.146a.5.5 0 0 1-.707.708L8.683 8.707l-2.147 2.147a.5.5 0 0 1-.707-.708L7.976 8 5.829 5.854z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BackspaceReverse",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.854 5.146a.5.5 0 0 1 0 .708L7.707 8l2.147 2.146a.5.5 0 0 1-.708.708L7 8.707l-2.146 2.147a.5.5 0 0 1-.708-.708L6.293 8 4.146 5.854a.5.5 0 1 1 .708-.708L7 7.293l2.146-2.147a.5.5 0 0 1 .708 0z\"/><path d=\"M2 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h7.08a2 2 0 0 0 1.519-.698l4.843-5.651a1 1 0 0 0 0-1.302L10.6 1.7A2 2 0 0 0 9.08 1H2zm7.08 1a1 1 0 0 1 .76.35L14.682 8l-4.844 5.65a1 1 0 0 1-.759.35H2a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h7.08z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BackspaceReverseFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 3a2 2 0 0 1 2-2h7.08a2 2 0 0 1 1.519.698l4.843 5.651a1 1 0 0 1 0 1.302L10.6 14.3a2 2 0 0 1-1.52.7H2a2 2 0 0 1-2-2V3zm9.854 2.854a.5.5 0 0 0-.708-.708L7 7.293 4.854 5.146a.5.5 0 1 0-.708.708L6.293 8l-2.147 2.146a.5.5 0 0 0 .708.708L7 8.707l2.146 2.147a.5.5 0 0 0 .708-.708L7.707 8l2.147-2.146z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Badge3d",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.52 8.368h.664c.646 0 1.055.378 1.06.9.008.537-.427.919-1.086.919-.598-.004-1.037-.325-1.068-.756H3c.03.914.791 1.688 2.153 1.688 1.24 0 2.285-.66 2.272-1.798-.013-.953-.747-1.38-1.292-1.432v-.062c.44-.07 1.125-.527 1.108-1.375-.013-.906-.8-1.57-2.053-1.565-1.31.005-2.043.734-2.074 1.67h1.103c.022-.391.383-.751.936-.751.532 0 .928.33.928.813.004.479-.383.835-.928.835h-.632v.914zm3.606-3.367V11h2.189C12.125 11 13 9.893 13 7.985c0-1.894-.861-2.984-2.685-2.984H8.126zm1.187.967h.844c1.112 0 1.621.686 1.621 2.04 0 1.353-.505 2.02-1.621 2.02h-.844v-4.06z\"/><path d=\"M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Badge3dFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10.157 5.968h-.844v4.06h.844c1.116 0 1.621-.667 1.621-2.02 0-1.354-.51-2.04-1.621-2.04z\"/><path d=\"M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm5.184 4.368c.646 0 1.055.378 1.06.9.008.537-.427.919-1.086.919-.598-.004-1.037-.325-1.068-.756H3c.03.914.791 1.688 2.153 1.688 1.24 0 2.285-.66 2.272-1.798-.013-.953-.747-1.38-1.292-1.432v-.062c.44-.07 1.125-.527 1.108-1.375-.013-.906-.8-1.57-2.053-1.565-1.31.005-2.043.734-2.074 1.67h1.103c.022-.391.383-.751.936-.751.532 0 .928.33.928.813.004.479-.383.835-.928.835h-.632v.914h.663zM8.126 11h2.189C12.125 11 13 9.893 13 7.985c0-1.894-.861-2.984-2.685-2.984H8.126V11z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Badge4k",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.807 5.001C4.021 6.298 3.203 7.6 2.5 8.917v.971h2.905V11h1.112V9.888h.733V8.93h-.733V5.001h-1.71zm-1.23 3.93v-.032a46.781 46.781 0 0 1 1.766-3.001h.062V8.93H3.577zm9.831-3.93h-1.306L9.835 7.687h-.057V5H8.59v6h1.187V9.075l.615-.699L12.072 11H13.5l-2.232-3.415 2.14-2.584z\"/><path d=\"M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Badge4kFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.577 8.9v.03h1.828V5.898h-.062a46.781 46.781 0 0 0-1.766 3.001z\"/><path d=\"M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2zm2.372 3.715.435-.714h1.71v3.93h.733v.957h-.733V11H5.405V9.888H2.5v-.971c.574-1.077 1.225-2.142 1.872-3.202zm7.73-.714h1.306l-2.14 2.584L13.5 11h-1.428l-1.679-2.624-.615.7V11H8.59V5.001h1.187v2.686h.057L12.102 5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Badge8k",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.837 11.114c1.406 0 2.333-.725 2.333-1.766 0-.945-.712-1.38-1.256-1.49v-.053c.496-.15 1.02-.55 1.02-1.331 0-.914-.831-1.587-2.084-1.587-1.257 0-2.087.673-2.087 1.587 0 .773.51 1.177 1.02 1.331v.053c-.546.11-1.258.54-1.258 1.494 0 1.042.906 1.762 2.312 1.762zm.013-3.643c-.545 0-.95-.356-.95-.866s.405-.852.95-.852c.545 0 .945.343.945.852 0 .51-.4.866-.945.866zm0 2.786c-.65 0-1.142-.395-1.142-.984S4.2 8.28 4.85 8.28c.646 0 1.143.404 1.143.993s-.497.984-1.143.984zM13.408 5h-1.306L9.835 7.685h-.057V5H8.59v5.998h1.187V9.075l.615-.699 1.679 2.623H13.5l-2.232-3.414L13.408 5z\"/><path d=\"M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Badge8kFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.9 6.605c0 .51.405.866.95.866.545 0 .945-.356.945-.866s-.4-.852-.945-.852c-.545 0-.95.343-.95.852zm-.192 2.668c0 .589.492.984 1.142.984.646 0 1.143-.395 1.143-.984S5.496 8.28 4.85 8.28c-.65 0-1.142.404-1.142.993z\"/><path d=\"M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2zm5.17 7.348c0 1.041-.927 1.766-2.333 1.766-1.406 0-2.312-.72-2.312-1.762 0-.954.712-1.384 1.257-1.494v-.053c-.51-.154-1.02-.558-1.02-1.331 0-.914.831-1.587 2.088-1.587 1.253 0 2.083.673 2.083 1.587 0 .782-.523 1.182-1.02 1.331v.053c.545.11 1.257.545 1.257 1.49zM12.102 5h1.306l-2.14 2.584 2.232 3.415h-1.428l-1.679-2.624-.615.699v1.925H8.59V5h1.187v2.685h.057L12.102 5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BadgeAd",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m3.7 11 .47-1.542h2.004L6.644 11h1.261L5.901 5.001H4.513L2.5 11h1.2zm1.503-4.852.734 2.426H4.416l.734-2.426h.053zm4.759.128c-1.059 0-1.753.765-1.753 2.043v.695c0 1.279.685 2.043 1.74 2.043.677 0 1.222-.33 1.367-.804h.057V11h1.138V4.685h-1.16v2.36h-.053c-.18-.475-.68-.77-1.336-.77zm.387.923c.58 0 1.002.44 1.002 1.138v.602c0 .76-.396 1.2-.984 1.2-.598 0-.972-.449-.972-1.248v-.453c0-.795.37-1.24.954-1.24z\"/><path d=\"M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BadgeAdFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11.35 8.337c0-.699-.42-1.138-1.001-1.138-.584 0-.954.444-.954 1.239v.453c0 .8.374 1.248.972 1.248.588 0 .984-.44.984-1.2v-.602zm-5.413.237-.734-2.426H5.15l-.734 2.426h1.52z\"/><path d=\"M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2zm6.209 6.32c0-1.28.694-2.044 1.753-2.044.655 0 1.156.294 1.336.769h.053v-2.36h1.16V11h-1.138v-.747h-.057c-.145.474-.69.804-1.367.804-1.055 0-1.74-.764-1.74-2.043v-.695zm-4.04 1.138L3.7 11H2.5l2.013-5.999H5.9L7.905 11H6.644l-.47-1.542H4.17z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BadgeAr",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m3.794 11 .47-1.542H6.27L6.739 11H8L5.996 5.001H4.607L2.595 11h1.2zm1.503-4.852.734 2.426h-1.52l.734-2.426h.052zm5.598-1.147H8.5V11h1.173V8.763h1.064L11.787 11h1.327L11.91 8.583C12.455 8.373 13 7.779 13 6.9c0-1.147-.773-1.9-2.105-1.9zm-1.222 2.87V5.933h1.05c.63 0 1.05.347 1.05.989 0 .633-.408.95-1.067.95H9.673z\"/><path d=\"M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BadgeArFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m6.031 8.574-.734-2.426h-.052L4.51 8.574h1.52zm3.642-2.641v1.938h1.033c.66 0 1.068-.316 1.068-.95 0-.64-.422-.988-1.05-.988h-1.05z\"/><path d=\"M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm4.265 5.458h2.004L6.739 11H8L5.996 5.001H4.607L2.595 11h1.2l.47-1.542zM8.5 5v6h1.173V8.763h1.064L11.787 11h1.327L11.91 8.583C12.455 8.373 13 7.779 13 6.9c0-1.147-.773-1.9-2.105-1.9H8.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BadgeCc",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.708 7.755c0-1.111.488-1.753 1.319-1.753.681 0 1.138.47 1.186 1.107H7.36V7c-.052-1.186-1.024-2-2.342-2C3.414 5 2.5 6.05 2.5 7.751v.747c0 1.7.905 2.73 2.518 2.73 1.314 0 2.285-.792 2.342-1.939v-.114H6.213c-.048.615-.496 1.05-1.186 1.05-.84 0-1.319-.62-1.319-1.727v-.743zm6.14 0c0-1.111.488-1.753 1.318-1.753.682 0 1.139.47 1.187 1.107H13.5V7c-.053-1.186-1.024-2-2.342-2C9.554 5 8.64 6.05 8.64 7.751v.747c0 1.7.905 2.73 2.518 2.73 1.314 0 2.285-.792 2.342-1.939v-.114h-1.147c-.048.615-.497 1.05-1.187 1.05-.839 0-1.318-.62-1.318-1.727v-.743z\"/><path d=\"M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BadgeCcFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2zm3.027 4.002c-.83 0-1.319.642-1.319 1.753v.743c0 1.107.48 1.727 1.319 1.727.69 0 1.138-.435 1.186-1.05H7.36v.114c-.057 1.147-1.028 1.938-2.342 1.938-1.613 0-2.518-1.028-2.518-2.729v-.747C2.5 6.051 3.414 5 5.018 5c1.318 0 2.29.813 2.342 2v.11H6.213c-.048-.638-.505-1.108-1.186-1.108zm6.14 0c-.831 0-1.319.642-1.319 1.753v.743c0 1.107.48 1.727 1.318 1.727.69 0 1.139-.435 1.187-1.05H13.5v.114c-.057 1.147-1.028 1.938-2.342 1.938-1.613 0-2.518-1.028-2.518-2.729v-.747c0-1.7.914-2.751 2.518-2.751 1.318 0 2.29.813 2.342 2v.11h-1.147c-.048-.638-.505-1.108-1.187-1.108z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BadgeHd",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.396 11V5.001H6.209v2.44H3.687V5H2.5v6h1.187V8.43h2.522V11h1.187zM8.5 5.001V11h2.188c1.811 0 2.685-1.107 2.685-3.015 0-1.894-.86-2.984-2.684-2.984H8.5zm1.187.967h.843c1.112 0 1.622.686 1.622 2.04 0 1.353-.505 2.02-1.622 2.02h-.843v-4.06z\"/><path d=\"M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BadgeHdFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10.53 5.968h-.843v4.06h.843c1.117 0 1.622-.667 1.622-2.02 0-1.354-.51-2.04-1.622-2.04z\"/><path d=\"M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2zm5.396 3.001V11H6.209V8.43H3.687V11H2.5V5.001h1.187v2.44h2.522V5h1.187zM8.5 11V5.001h2.188c1.824 0 2.685 1.09 2.685 2.984C13.373 9.893 12.5 11 10.69 11H8.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BadgeTm",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.295 11V5.995H7V5H2.403v.994h1.701V11h1.19zm3.397 0V7.01h.058l1.428 3.239h.773l1.42-3.24h.057V11H13.5V5.001h-1.2l-1.71 3.894h-.039l-1.71-3.894H7.634V11h1.06z\"/><path d=\"M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BadgeTmFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2zm3.295 3.995V11H4.104V5.995h-1.7V5H7v.994H5.295zM8.692 7.01V11H7.633V5.001h1.209l1.71 3.894h.039l1.71-3.894H13.5V11h-1.072V7.01h-.057l-1.42 3.239h-.773L8.75 7.008h-.058z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BadgeVo",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.508 11h1.429l1.99-5.999H6.61L5.277 9.708H5.22L3.875 5.001H2.5L4.508 11zM13.5 8.39v-.77c0-1.696-.962-2.733-2.566-2.733-1.604 0-2.571 1.029-2.571 2.734v.769c0 1.691.967 2.724 2.57 2.724 1.605 0 2.567-1.033 2.567-2.724zm-1.204-.778v.782c0 1.156-.571 1.732-1.362 1.732-.796 0-1.363-.576-1.363-1.732v-.782c0-1.156.567-1.736 1.363-1.736.79 0 1.362.58 1.362 1.736z\"/><path d=\"M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BadgeVoFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12.296 8.394v-.782c0-1.156-.571-1.736-1.362-1.736-.796 0-1.363.58-1.363 1.736v.782c0 1.156.567 1.732 1.363 1.732.79 0 1.362-.576 1.362-1.732z\"/><path d=\"M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2zm11.5 5.62v.77c0 1.691-.962 2.724-2.566 2.724-1.604 0-2.571-1.033-2.571-2.724v-.77c0-1.704.967-2.733 2.57-2.733 1.605 0 2.567 1.037 2.567 2.734zM5.937 11H4.508L2.5 5.001h1.375L5.22 9.708h.057L6.61 5.001h1.318L5.937 11z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BadgeVr",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z\"/><path d=\"M4.508 11h1.429l1.99-5.999H6.61L5.277 9.708H5.22L3.875 5.001H2.5L4.508 11zm6.387-5.999H8.5V11h1.173V8.763h1.064L11.787 11h1.327L11.91 8.583C12.455 8.373 13 7.779 13 6.9c0-1.147-.773-1.9-2.105-1.9zm-1.222 2.87V5.933h1.05c.63 0 1.05.347 1.05.989 0 .633-.408.95-1.067.95H9.673z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BadgeVrFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.673 5.933v1.938h1.033c.66 0 1.068-.316 1.068-.95 0-.64-.422-.988-1.05-.988h-1.05z\"/><path d=\"M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm5.937 7 1.99-5.999H6.61L5.277 9.708H5.22L3.875 5.001H2.5L4.508 11h1.429zM8.5 5.001V11h1.173V8.763h1.064L11.787 11h1.327L11.91 8.583C12.455 8.373 13 7.779 13 6.9c0-1.147-.773-1.9-2.105-1.9H8.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BadgeWc",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10.348 7.643c0-1.112.488-1.754 1.318-1.754.682 0 1.139.47 1.187 1.108H14v-.11c-.053-1.187-1.024-2-2.342-2-1.604 0-2.518 1.05-2.518 2.751v.747c0 1.7.905 2.73 2.518 2.73 1.314 0 2.285-.792 2.342-1.939v-.114h-1.147c-.048.615-.497 1.05-1.187 1.05-.839 0-1.318-.62-1.318-1.727v-.742zM4.457 11l1.02-4.184h.045L6.542 11h1.006L9 5.001H7.818l-.82 4.355h-.056L5.97 5.001h-.94l-.972 4.355h-.053l-.827-4.355H2L3.452 11h1.005z\"/><path d=\"M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BadgeWcFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm11.666 1.89c.682 0 1.139.47 1.187 1.107H14v-.11c-.053-1.187-1.024-2-2.342-2-1.604 0-2.518 1.05-2.518 2.751v.747c0 1.7.905 2.73 2.518 2.73 1.314 0 2.285-.792 2.342-1.939v-.114h-1.147c-.048.615-.497 1.05-1.187 1.05-.839 0-1.318-.62-1.318-1.727v-.742c0-1.112.488-1.754 1.318-1.754zm-6.188.926h.044L6.542 11h1.006L9 5.001H7.818l-.82 4.355h-.056L5.97 5.001h-.94l-.972 4.355h-.053l-.827-4.355H2L3.452 11h1.005l1.02-4.184z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Bag",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 1a2.5 2.5 0 0 1 2.5 2.5V4h-5v-.5A2.5 2.5 0 0 1 8 1zm3.5 3v-.5a3.5 3.5 0 1 0-7 0V4H1v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4h-3.5zM2 5h12v9a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BagCheck",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M10.854 8.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 0 1 .708-.708L7.5 10.793l2.646-2.647a.5.5 0 0 1 .708 0z\"/><path d=\"M8 1a2.5 2.5 0 0 1 2.5 2.5V4h-5v-.5A2.5 2.5 0 0 1 8 1zm3.5 3v-.5a3.5 3.5 0 1 0-7 0V4H1v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4h-3.5zM2 5h12v9a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BagCheckFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M10.5 3.5a2.5 2.5 0 0 0-5 0V4h5v-.5zm1 0V4H15v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V4h3.5v-.5a3.5 3.5 0 1 1 7 0zm-.646 5.354a.5.5 0 0 0-.708-.708L7.5 10.793 6.354 9.646a.5.5 0 1 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0l3-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BagDash",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M5.5 10a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z\"/><path d=\"M8 1a2.5 2.5 0 0 1 2.5 2.5V4h-5v-.5A2.5 2.5 0 0 1 8 1zm3.5 3v-.5a3.5 3.5 0 1 0-7 0V4H1v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4h-3.5zM2 5h12v9a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BagDashFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M10.5 3.5a2.5 2.5 0 0 0-5 0V4h5v-.5zm1 0V4H15v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V4h3.5v-.5a3.5 3.5 0 1 1 7 0zM6 9.5a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1H6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BagFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 1a2.5 2.5 0 0 1 2.5 2.5V4h-5v-.5A2.5 2.5 0 0 1 8 1zm3.5 3v-.5a3.5 3.5 0 1 0-7 0V4H1v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4h-3.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BagPlus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 7.5a.5.5 0 0 1 .5.5v1.5H10a.5.5 0 0 1 0 1H8.5V12a.5.5 0 0 1-1 0v-1.5H6a.5.5 0 0 1 0-1h1.5V8a.5.5 0 0 1 .5-.5z\"/><path d=\"M8 1a2.5 2.5 0 0 1 2.5 2.5V4h-5v-.5A2.5 2.5 0 0 1 8 1zm3.5 3v-.5a3.5 3.5 0 1 0-7 0V4H1v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4h-3.5zM2 5h12v9a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BagPlusFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M10.5 3.5a2.5 2.5 0 0 0-5 0V4h5v-.5zm1 0V4H15v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V4h3.5v-.5a3.5 3.5 0 1 1 7 0zM8.5 8a.5.5 0 0 0-1 0v1.5H6a.5.5 0 0 0 0 1h1.5V12a.5.5 0 0 0 1 0v-1.5H10a.5.5 0 0 0 0-1H8.5V8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BagX",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M6.146 8.146a.5.5 0 0 1 .708 0L8 9.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 10l1.147 1.146a.5.5 0 0 1-.708.708L8 10.707l-1.146 1.147a.5.5 0 0 1-.708-.708L7.293 10 6.146 8.854a.5.5 0 0 1 0-.708z\"/><path d=\"M8 1a2.5 2.5 0 0 1 2.5 2.5V4h-5v-.5A2.5 2.5 0 0 1 8 1zm3.5 3v-.5a3.5 3.5 0 1 0-7 0V4H1v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4h-3.5zM2 5h12v9a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BagXFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M10.5 3.5a2.5 2.5 0 0 0-5 0V4h5v-.5zm1 0V4H15v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V4h3.5v-.5a3.5 3.5 0 1 1 7 0zM6.854 8.146a.5.5 0 1 0-.708.708L7.293 10l-1.147 1.146a.5.5 0 0 0 .708.708L8 10.707l1.146 1.147a.5.5 0 0 0 .708-.708L8.707 10l1.147-1.146a.5.5 0 0 0-.708-.708L8 9.293 6.854 8.146z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Bank",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 .95 14.61 4h.89a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5H15v7a.5.5 0 0 1 .485.379l.5 2A.5.5 0 0 1 15.5 17H.5a.5.5 0 0 1-.485-.621l.5-2A.5.5 0 0 1 1 14V7H.5a.5.5 0 0 1-.5-.5v-2A.5.5 0 0 1 .5 4h.89L8 .95zM3.776 4h8.447L8 2.05 3.776 4zM2 7v7h1V7H2zm2 0v7h2.5V7H4zm3.5 0v7h1V7h-1zm2 0v7H12V7H9.5zM13 7v7h1V7h-1zm2-1V5H1v1h14zm-.39 9H1.39l-.25 1h13.72l-.25-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Bank2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.277.084a.5.5 0 0 0-.554 0l-7.5 5A.5.5 0 0 0 .5 6h1.875v7H1.5a.5.5 0 0 0 0 1h13a.5.5 0 1 0 0-1h-.875V6H15.5a.5.5 0 0 0 .277-.916l-7.5-5zM12.375 6v7h-1.25V6h1.25zm-2.5 0v7h-1.25V6h1.25zm-2.5 0v7h-1.25V6h1.25zm-2.5 0v7h-1.25V6h1.25zM8 4a1 1 0 1 1 0-2 1 1 0 0 1 0 2zM.5 15a.5.5 0 0 0 0 1h15a.5.5 0 1 0 0-1H.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BarChart",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 11H2v3h2v-3zm5-4H7v7h2V7zm5-5v12h-2V2h2zm-2-1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1h-2zM6 7a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V7zm-5 4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BarChartFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1 11a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-3zm5-4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V7zm5-5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BarChartLine",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11 2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v12h.5a.5.5 0 0 1 0 1H.5a.5.5 0 0 1 0-1H1v-3a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3h1V7a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v7h1V2zm1 12h2V2h-2v12zm-3 0V7H7v7h2zm-5 0v-3H2v3h2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BarChartLineFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11 2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v12h.5a.5.5 0 0 1 0 1H.5a.5.5 0 0 1 0-1H1v-3a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3h1V7a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v7h1V2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BarChartSteps",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M.5 0a.5.5 0 0 1 .5.5v15a.5.5 0 0 1-1 0V.5A.5.5 0 0 1 .5 0zM2 1.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-4a.5.5 0 0 1-.5-.5v-1zm2 4a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-1zm2 4a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-6a.5.5 0 0 1-.5-.5v-1zm2 4a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Basket",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.757 1.071a.5.5 0 0 1 .172.686L3.383 6h9.234L10.07 1.757a.5.5 0 1 1 .858-.514L13.783 6H15a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1v4.5a2.5 2.5 0 0 1-2.5 2.5h-9A2.5 2.5 0 0 1 1 13.5V9a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h1.217L5.07 1.243a.5.5 0 0 1 .686-.172zM2 9v4.5A1.5 1.5 0 0 0 3.5 15h9a1.5 1.5 0 0 0 1.5-1.5V9H2zM1 7v1h14V7H1zm3 3a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3A.5.5 0 0 1 4 10zm2 0a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3A.5.5 0 0 1 6 10zm2 0a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3A.5.5 0 0 1 8 10zm2 0a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 .5-.5zm2 0a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Basket2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 10a1 1 0 0 1 2 0v2a1 1 0 0 1-2 0v-2zm3 0a1 1 0 0 1 2 0v2a1 1 0 0 1-2 0v-2zm3 0a1 1 0 1 1 2 0v2a1 1 0 0 1-2 0v-2z\"/><path d=\"M5.757 1.071a.5.5 0 0 1 .172.686L3.383 6h9.234L10.07 1.757a.5.5 0 1 1 .858-.514L13.783 6H15.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-.623l-1.844 6.456a.75.75 0 0 1-.722.544H3.69a.75.75 0 0 1-.722-.544L1.123 8H.5a.5.5 0 0 1-.5-.5v-1A.5.5 0 0 1 .5 6h1.717L5.07 1.243a.5.5 0 0 1 .686-.172zM2.163 8l1.714 6h8.246l1.714-6H2.163z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Basket2Fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.929 1.757a.5.5 0 1 0-.858-.514L2.217 6H.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h.623l1.844 6.456A.75.75 0 0 0 3.69 15h8.622a.75.75 0 0 0 .722-.544L14.877 8h.623a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1.717L10.93 1.243a.5.5 0 1 0-.858.514L12.617 6H3.383L5.93 1.757zM4 10a1 1 0 0 1 2 0v2a1 1 0 1 1-2 0v-2zm3 0a1 1 0 0 1 2 0v2a1 1 0 1 1-2 0v-2zm4-1a1 1 0 0 1 1 1v2a1 1 0 1 1-2 0v-2a1 1 0 0 1 1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Basket3",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.757 1.071a.5.5 0 0 1 .172.686L3.383 6h9.234L10.07 1.757a.5.5 0 1 1 .858-.514L13.783 6H15.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H.5a.5.5 0 0 1-.5-.5v-1A.5.5 0 0 1 .5 6h1.717L5.07 1.243a.5.5 0 0 1 .686-.172zM3.394 15l-1.48-6h-.97l1.525 6.426a.75.75 0 0 0 .729.574h9.606a.75.75 0 0 0 .73-.574L15.056 9h-.972l-1.479 6h-9.21z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Basket3Fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.757 1.071a.5.5 0 0 1 .172.686L3.383 6h9.234L10.07 1.757a.5.5 0 1 1 .858-.514L13.783 6H15.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H.5a.5.5 0 0 1-.5-.5v-1A.5.5 0 0 1 .5 6h1.717L5.07 1.243a.5.5 0 0 1 .686-.172zM2.468 15.426.943 9h14.114l-1.525 6.426a.75.75 0 0 1-.729.574H3.197a.75.75 0 0 1-.73-.574z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BasketFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.071 1.243a.5.5 0 0 1 .858.514L3.383 6h9.234L10.07 1.757a.5.5 0 1 1 .858-.514L13.783 6H15.5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5H15v5a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V9H.5a.5.5 0 0 1-.5-.5v-2A.5.5 0 0 1 .5 6h1.717L5.07 1.243zM3.5 10.5a.5.5 0 1 0-1 0v3a.5.5 0 0 0 1 0v-3zm2.5 0a.5.5 0 1 0-1 0v3a.5.5 0 0 0 1 0v-3zm2.5 0a.5.5 0 1 0-1 0v3a.5.5 0 0 0 1 0v-3zm2.5 0a.5.5 0 1 0-1 0v3a.5.5 0 0 0 1 0v-3zm2.5 0a.5.5 0 1 0-1 0v3a.5.5 0 0 0 1 0v-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Battery",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 6a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V6zm2-1a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1H2zm14 3a1.5 1.5 0 0 1-1.5 1.5v-3A1.5 1.5 0 0 1 16 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BatteryCharging",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.585 2.568a.5.5 0 0 1 .226.58L8.677 6.832h1.99a.5.5 0 0 1 .364.843l-5.334 5.667a.5.5 0 0 1-.842-.49L5.99 9.167H4a.5.5 0 0 1-.364-.843l5.333-5.667a.5.5 0 0 1 .616-.09z\"/><path d=\"M2 4h4.332l-.94 1H2a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h2.38l-.308 1H2a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2z\"/><path d=\"M2 6h2.45L2.908 7.639A1.5 1.5 0 0 0 3.313 10H2V6zm8.595-2-.308 1H12a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H9.276l-.942 1H12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-1.405z\"/><path d=\"M12 10h-1.783l1.542-1.639c.097-.103.178-.218.241-.34V10zm0-3.354V6h-.646a1.5 1.5 0 0 1 .646.646zM16 8a1.5 1.5 0 0 1-1.5 1.5v-3A1.5 1.5 0 0 1 16 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BatteryFull",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 6h10v4H2V6z\"/><path d=\"M2 4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H2zm10 1a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h10zm4 3a1.5 1.5 0 0 1-1.5 1.5v-3A1.5 1.5 0 0 1 16 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BatteryHalf",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 6h5v4H2V6z\"/><path d=\"M2 4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H2zm10 1a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h10zm4 3a1.5 1.5 0 0 1-1.5 1.5v-3A1.5 1.5 0 0 1 16 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Bell",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 16a2 2 0 0 0 2-2H6a2 2 0 0 0 2 2zM8 1.918l-.797.161A4.002 4.002 0 0 0 4 6c0 .628-.134 2.197-.459 3.742-.16.767-.376 1.566-.663 2.258h10.244c-.287-.692-.502-1.49-.663-2.258C12.134 8.197 12 6.628 12 6a4.002 4.002 0 0 0-3.203-3.92L8 1.917zM14.22 12c.223.447.481.801.78 1H1c.299-.199.557-.553.78-1C2.68 10.2 3 6.88 3 6c0-2.42 1.72-4.44 4.005-4.901a1 1 0 1 1 1.99 0A5.002 5.002 0 0 1 13 6c0 .88.32 4.2 1.22 6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BellFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 16a2 2 0 0 0 2-2H6a2 2 0 0 0 2 2zm.995-14.901a1 1 0 1 0-1.99 0A5.002 5.002 0 0 0 3 6c0 1.098-.5 6-2 7h14c-1.5-1-2-5.902-2-7 0-2.42-1.72-4.44-4.005-4.901z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BellSlash",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.164 14H15c-.299-.199-.557-.553-.78-1-.9-1.8-1.22-5.12-1.22-6 0-.264-.02-.523-.06-.776l-.938.938c.02.708.157 2.154.457 3.58.161.767.377 1.566.663 2.258H6.164l-1 1zm5.581-9.91a3.986 3.986 0 0 0-1.948-1.01L8 2.917l-.797.161A4.002 4.002 0 0 0 4 7c0 .628-.134 2.197-.459 3.742-.05.238-.105.479-.166.718l-1.653 1.653c.02-.037.04-.074.059-.113C2.679 11.2 3 7.88 3 7c0-2.42 1.72-4.44 4.005-4.901a1 1 0 1 1 1.99 0c.942.19 1.788.645 2.457 1.284l-.707.707zM10 15a2 2 0 1 1-4 0h4zm-9.375.625a.53.53 0 0 0 .75.75l14.75-14.75a.53.53 0 0 0-.75-.75L.625 15.625z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BellSlashFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.164 14H15c-1.5-1-2-5.902-2-7 0-.264-.02-.523-.06-.776L5.164 14zm6.288-10.617A4.988 4.988 0 0 0 8.995 2.1a1 1 0 1 0-1.99 0A5.002 5.002 0 0 0 3 7c0 .898-.335 4.342-1.278 6.113l9.73-9.73zM10 15a2 2 0 1 1-4 0h4zm-9.375.625a.53.53 0 0 0 .75.75l14.75-14.75a.53.53 0 0 0-.75-.75L.625 15.625z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Bezier",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M0 10.5A1.5 1.5 0 0 1 1.5 9h1A1.5 1.5 0 0 1 4 10.5v1A1.5 1.5 0 0 1 2.5 13h-1A1.5 1.5 0 0 1 0 11.5v-1zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zm10.5.5A1.5 1.5 0 0 1 13.5 9h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1a1.5 1.5 0 0 1-1.5-1.5v-1zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zM6 4.5A1.5 1.5 0 0 1 7.5 3h1A1.5 1.5 0 0 1 10 4.5v1A1.5 1.5 0 0 1 8.5 7h-1A1.5 1.5 0 0 1 6 5.5v-1zM7.5 4a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1z\"/><path d=\"M6 4.5H1.866a1 1 0 1 0 0 1h2.668A6.517 6.517 0 0 0 1.814 9H2.5c.123 0 .244.015.358.043a5.517 5.517 0 0 1 3.185-3.185A1.503 1.503 0 0 1 6 5.5v-1zm3.957 1.358A1.5 1.5 0 0 0 10 5.5v-1h4.134a1 1 0 1 1 0 1h-2.668a6.517 6.517 0 0 1 2.72 3.5H13.5c-.123 0-.243.015-.358.043a5.517 5.517 0 0 0-3.185-3.185z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Bezier2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1 2.5A1.5 1.5 0 0 1 2.5 1h1A1.5 1.5 0 0 1 5 2.5h4.134a1 1 0 1 1 0 1h-2.01c.18.18.34.381.484.605.638.992.892 2.354.892 3.895 0 1.993.257 3.092.713 3.7.356.476.895.721 1.787.784A1.5 1.5 0 0 1 12.5 11h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1a1.5 1.5 0 0 1-1.5-1.5H6.866a1 1 0 1 1 0-1h1.711a2.839 2.839 0 0 1-.165-.2C7.743 11.407 7.5 10.007 7.5 8c0-1.46-.246-2.597-.733-3.355-.39-.605-.952-1-1.767-1.112A1.5 1.5 0 0 1 3.5 5h-1A1.5 1.5 0 0 1 1 3.5v-1zM2.5 2a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zm10 10a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Bicycle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 4.5a.5.5 0 0 1 .5-.5H6a.5.5 0 0 1 0 1v.5h4.14l.386-1.158A.5.5 0 0 1 11 4h1a.5.5 0 0 1 0 1h-.64l-.311.935.807 1.29a3 3 0 1 1-.848.53l-.508-.812-2.076 3.322A.5.5 0 0 1 8 10.5H5.959a3 3 0 1 1-1.815-3.274L5 5.856V5h-.5a.5.5 0 0 1-.5-.5zm1.5 2.443-.508.814c.5.444.85 1.054.967 1.743h1.139L5.5 6.943zM8 9.057 9.598 6.5H6.402L8 9.057zM4.937 9.5a1.997 1.997 0 0 0-.487-.877l-.548.877h1.035zM3.603 8.092A2 2 0 1 0 4.937 10.5H3a.5.5 0 0 1-.424-.765l1.027-1.643zm7.947.53a2 2 0 1 0 .848-.53l1.026 1.643a.5.5 0 1 1-.848.53L11.55 8.623z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Binoculars",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 2.5A1.5 1.5 0 0 1 4.5 1h1A1.5 1.5 0 0 1 7 2.5V5h2V2.5A1.5 1.5 0 0 1 10.5 1h1A1.5 1.5 0 0 1 13 2.5v2.382a.5.5 0 0 0 .276.447l.895.447A1.5 1.5 0 0 1 15 7.118V14.5a1.5 1.5 0 0 1-1.5 1.5h-3A1.5 1.5 0 0 1 9 14.5v-3a.5.5 0 0 1 .146-.354l.854-.853V9.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5v.793l.854.853A.5.5 0 0 1 7 11.5v3A1.5 1.5 0 0 1 5.5 16h-3A1.5 1.5 0 0 1 1 14.5V7.118a1.5 1.5 0 0 1 .83-1.342l.894-.447A.5.5 0 0 0 3 4.882V2.5zM4.5 2a.5.5 0 0 0-.5.5V3h2v-.5a.5.5 0 0 0-.5-.5h-1zM6 4H4v.882a1.5 1.5 0 0 1-.83 1.342l-.894.447A.5.5 0 0 0 2 7.118V13h4v-1.293l-.854-.853A.5.5 0 0 1 5 10.5v-1A1.5 1.5 0 0 1 6.5 8h3A1.5 1.5 0 0 1 11 9.5v1a.5.5 0 0 1-.146.354l-.854.853V13h4V7.118a.5.5 0 0 0-.276-.447l-.895-.447A1.5 1.5 0 0 1 12 4.882V4h-2v1.5a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5V4zm4-1h2v-.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5V3zm4 11h-4v.5a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5V14zm-8 0H2v.5a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5V14z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BinocularsFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.5 1A1.5 1.5 0 0 0 3 2.5V3h4v-.5A1.5 1.5 0 0 0 5.5 1h-1zM7 4v1h2V4h4v.882a.5.5 0 0 0 .276.447l.895.447A1.5 1.5 0 0 1 15 7.118V13H9v-1.5a.5.5 0 0 1 .146-.354l.854-.853V9.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5v.793l.854.853A.5.5 0 0 1 7 11.5V13H1V7.118a1.5 1.5 0 0 1 .83-1.342l.894-.447A.5.5 0 0 0 3 4.882V4h4zM1 14v.5A1.5 1.5 0 0 0 2.5 16h3A1.5 1.5 0 0 0 7 14.5V14H1zm8 0v.5a1.5 1.5 0 0 0 1.5 1.5h3a1.5 1.5 0 0 0 1.5-1.5V14H9zm4-11H9v-.5A1.5 1.5 0 0 1 10.5 1h1A1.5 1.5 0 0 1 13 2.5V3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BlockquoteLeft",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.5 3a.5.5 0 0 0 0 1h11a.5.5 0 0 0 0-1h-11zm5 3a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1h-6zm0 3a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1h-6zm-5 3a.5.5 0 0 0 0 1h11a.5.5 0 0 0 0-1h-11zm.79-5.373c.112-.078.26-.17.444-.275L3.524 6c-.122.074-.272.17-.452.287-.18.117-.35.26-.51.428a2.425 2.425 0 0 0-.398.562c-.11.207-.164.438-.164.692 0 .36.072.65.217.873.144.219.385.328.72.328.215 0 .383-.07.504-.211a.697.697 0 0 0 .188-.463c0-.23-.07-.404-.211-.521-.137-.121-.326-.182-.568-.182h-.282c.024-.203.065-.37.123-.498a1.38 1.38 0 0 1 .252-.37 1.94 1.94 0 0 1 .346-.298zm2.167 0c.113-.078.262-.17.445-.275L5.692 6c-.122.074-.272.17-.452.287-.18.117-.35.26-.51.428a2.425 2.425 0 0 0-.398.562c-.11.207-.164.438-.164.692 0 .36.072.65.217.873.144.219.385.328.72.328.215 0 .383-.07.504-.211a.697.697 0 0 0 .188-.463c0-.23-.07-.404-.211-.521-.137-.121-.326-.182-.568-.182h-.282a1.75 1.75 0 0 1 .118-.492c.058-.13.144-.254.257-.375a1.94 1.94 0 0 1 .346-.3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BlockquoteRight",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.5 3a.5.5 0 0 0 0 1h11a.5.5 0 0 0 0-1h-11zm0 3a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1h-6zm0 3a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1h-6zm0 3a.5.5 0 0 0 0 1h11a.5.5 0 0 0 0-1h-11zm10.113-5.373a6.59 6.59 0 0 0-.445-.275l.21-.352c.122.074.272.17.452.287.18.117.35.26.51.428.156.164.289.351.398.562.11.207.164.438.164.692 0 .36-.072.65-.216.873-.145.219-.385.328-.721.328-.215 0-.383-.07-.504-.211a.697.697 0 0 1-.188-.463c0-.23.07-.404.211-.521.137-.121.326-.182.569-.182h.281a1.686 1.686 0 0 0-.123-.498 1.379 1.379 0 0 0-.252-.37 1.94 1.94 0 0 0-.346-.298zm-2.168 0A6.59 6.59 0 0 0 10 6.352L10.21 6c.122.074.272.17.452.287.18.117.35.26.51.428.156.164.289.351.398.562.11.207.164.438.164.692 0 .36-.072.65-.216.873-.145.219-.385.328-.721.328-.215 0-.383-.07-.504-.211a.697.697 0 0 1-.188-.463c0-.23.07-.404.211-.521.137-.121.327-.182.569-.182h.281a1.749 1.749 0 0 0-.117-.492 1.402 1.402 0 0 0-.258-.375 1.94 1.94 0 0 0-.346-.3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Book",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1 2.828c.885-.37 2.154-.769 3.388-.893 1.33-.134 2.458.063 3.112.752v9.746c-.935-.53-2.12-.603-3.213-.493-1.18.12-2.37.461-3.287.811V2.828zm7.5-.141c.654-.689 1.782-.886 3.112-.752 1.234.124 2.503.523 3.388.893v9.923c-.918-.35-2.107-.692-3.287-.81-1.094-.111-2.278-.039-3.213.492V2.687zM8 1.783C7.015.936 5.587.81 4.287.94c-1.514.153-3.042.672-3.994 1.105A.5.5 0 0 0 0 2.5v11a.5.5 0 0 0 .707.455c.882-.4 2.303-.881 3.68-1.02 1.409-.142 2.59.087 3.223.877a.5.5 0 0 0 .78 0c.633-.79 1.814-1.019 3.222-.877 1.378.139 2.8.62 3.681 1.02A.5.5 0 0 0 16 13.5v-11a.5.5 0 0 0-.293-.455c-.952-.433-2.48-.952-3.994-1.105C10.413.809 8.985.936 8 1.783z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BookFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 1.783C7.015.936 5.587.81 4.287.94c-1.514.153-3.042.672-3.994 1.105A.5.5 0 0 0 0 2.5v11a.5.5 0 0 0 .707.455c.882-.4 2.303-.881 3.68-1.02 1.409-.142 2.59.087 3.223.877a.5.5 0 0 0 .78 0c.633-.79 1.814-1.019 3.222-.877 1.378.139 2.8.62 3.681 1.02A.5.5 0 0 0 16 13.5v-11a.5.5 0 0 0-.293-.455c-.952-.433-2.48-.952-3.994-1.105C10.413.809 8.985.936 8 1.783z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BookHalf",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.5 2.687c.654-.689 1.782-.886 3.112-.752 1.234.124 2.503.523 3.388.893v9.923c-.918-.35-2.107-.692-3.287-.81-1.094-.111-2.278-.039-3.213.492V2.687zM8 1.783C7.015.936 5.587.81 4.287.94c-1.514.153-3.042.672-3.994 1.105A.5.5 0 0 0 0 2.5v11a.5.5 0 0 0 .707.455c.882-.4 2.303-.881 3.68-1.02 1.409-.142 2.59.087 3.223.877a.5.5 0 0 0 .78 0c.633-.79 1.814-1.019 3.222-.877 1.378.139 2.8.62 3.681 1.02A.5.5 0 0 0 16 13.5v-11a.5.5 0 0 0-.293-.455c-.952-.433-2.48-.952-3.994-1.105C10.413.809 8.985.936 8 1.783z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Bookmark",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.777.416L8 13.101l-5.223 2.815A.5.5 0 0 1 2 15.5V2zm2-1a1 1 0 0 0-1 1v12.566l4.723-2.482a.5.5 0 0 1 .554 0L13 14.566V2a1 1 0 0 0-1-1H4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BookmarkCheck",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M10.854 5.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 7.793l2.646-2.647a.5.5 0 0 1 .708 0z\"/><path d=\"M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.777.416L8 13.101l-5.223 2.815A.5.5 0 0 1 2 15.5V2zm2-1a1 1 0 0 0-1 1v12.566l4.723-2.482a.5.5 0 0 1 .554 0L13 14.566V2a1 1 0 0 0-1-1H4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BookmarkCheckFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M2 15.5V2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.74.439L8 13.069l-5.26 2.87A.5.5 0 0 1 2 15.5zm8.854-9.646a.5.5 0 0 0-.708-.708L7.5 7.793 6.354 6.646a.5.5 0 1 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0l3-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BookmarkDash",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M5.5 6.5A.5.5 0 0 1 6 6h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z\"/><path d=\"M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.777.416L8 13.101l-5.223 2.815A.5.5 0 0 1 2 15.5V2zm2-1a1 1 0 0 0-1 1v12.566l4.723-2.482a.5.5 0 0 1 .554 0L13 14.566V2a1 1 0 0 0-1-1H4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BookmarkDashFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M2 15.5V2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.74.439L8 13.069l-5.26 2.87A.5.5 0 0 1 2 15.5zM6 6a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1H6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BookmarkFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 2v13.5a.5.5 0 0 0 .74.439L8 13.069l5.26 2.87A.5.5 0 0 0 14 15.5V2a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BookmarkHeart",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 4.41c1.387-1.425 4.854 1.07 0 4.277C3.146 5.48 6.613 2.986 8 4.412z\"/><path d=\"M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.777.416L8 13.101l-5.223 2.815A.5.5 0 0 1 2 15.5V2zm2-1a1 1 0 0 0-1 1v12.566l4.723-2.482a.5.5 0 0 1 .554 0L13 14.566V2a1 1 0 0 0-1-1H4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BookmarkHeartFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 15.5a.5.5 0 0 0 .74.439L8 13.069l5.26 2.87A.5.5 0 0 0 14 15.5V2a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v13.5zM8 4.41c1.387-1.425 4.854 1.07 0 4.277C3.146 5.48 6.613 2.986 8 4.412z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BookmarkPlus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.777.416L8 13.101l-5.223 2.815A.5.5 0 0 1 2 15.5V2zm2-1a1 1 0 0 0-1 1v12.566l4.723-2.482a.5.5 0 0 1 .554 0L13 14.566V2a1 1 0 0 0-1-1H4z\"/><path d=\"M8 4a.5.5 0 0 1 .5.5V6H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V7H6a.5.5 0 0 1 0-1h1.5V4.5A.5.5 0 0 1 8 4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BookmarkPlusFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M2 15.5V2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.74.439L8 13.069l-5.26 2.87A.5.5 0 0 1 2 15.5zm6.5-11a.5.5 0 0 0-1 0V6H6a.5.5 0 0 0 0 1h1.5v1.5a.5.5 0 0 0 1 0V7H10a.5.5 0 0 0 0-1H8.5V4.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BookmarkStar",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.84 4.1a.178.178 0 0 1 .32 0l.634 1.285a.178.178 0 0 0 .134.098l1.42.206c.145.021.204.2.098.303L9.42 6.993a.178.178 0 0 0-.051.158l.242 1.414a.178.178 0 0 1-.258.187l-1.27-.668a.178.178 0 0 0-.165 0l-1.27.668a.178.178 0 0 1-.257-.187l.242-1.414a.178.178 0 0 0-.05-.158l-1.03-1.001a.178.178 0 0 1 .098-.303l1.42-.206a.178.178 0 0 0 .134-.098L7.84 4.1z\"/><path d=\"M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.777.416L8 13.101l-5.223 2.815A.5.5 0 0 1 2 15.5V2zm2-1a1 1 0 0 0-1 1v12.566l4.723-2.482a.5.5 0 0 1 .554 0L13 14.566V2a1 1 0 0 0-1-1H4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BookmarkStarFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M2 15.5V2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.74.439L8 13.069l-5.26 2.87A.5.5 0 0 1 2 15.5zM8.16 4.1a.178.178 0 0 0-.32 0l-.634 1.285a.178.178 0 0 1-.134.098l-1.42.206a.178.178 0 0 0-.098.303L6.58 6.993c.042.041.061.1.051.158L6.39 8.565a.178.178 0 0 0 .258.187l1.27-.668a.178.178 0 0 1 .165 0l1.27.668a.178.178 0 0 0 .257-.187L9.368 7.15a.178.178 0 0 1 .05-.158l1.028-1.001a.178.178 0 0 0-.098-.303l-1.42-.206a.178.178 0 0 1-.134-.098L8.16 4.1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BookmarkX",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M6.146 5.146a.5.5 0 0 1 .708 0L8 6.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 7l1.147 1.146a.5.5 0 0 1-.708.708L8 7.707 6.854 8.854a.5.5 0 1 1-.708-.708L7.293 7 6.146 5.854a.5.5 0 0 1 0-.708z\"/><path d=\"M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.777.416L8 13.101l-5.223 2.815A.5.5 0 0 1 2 15.5V2zm2-1a1 1 0 0 0-1 1v12.566l4.723-2.482a.5.5 0 0 1 .554 0L13 14.566V2a1 1 0 0 0-1-1H4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BookmarkXFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M2 15.5V2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.74.439L8 13.069l-5.26 2.87A.5.5 0 0 1 2 15.5zM6.854 5.146a.5.5 0 1 0-.708.708L7.293 7 6.146 8.146a.5.5 0 1 0 .708.708L8 7.707l1.146 1.147a.5.5 0 1 0 .708-.708L8.707 7l1.147-1.146a.5.5 0 0 0-.708-.708L8 6.293 6.854 5.146z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Bookmarks",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 4a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v11.5a.5.5 0 0 1-.777.416L7 13.101l-4.223 2.815A.5.5 0 0 1 2 15.5V4zm2-1a1 1 0 0 0-1 1v10.566l3.723-2.482a.5.5 0 0 1 .554 0L11 14.566V4a1 1 0 0 0-1-1H4z\"/><path d=\"M4.268 1H12a1 1 0 0 1 1 1v11.768l.223.148A.5.5 0 0 0 14 13.5V2a2 2 0 0 0-2-2H6a2 2 0 0 0-1.732 1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BookmarksFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 4a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v11.5a.5.5 0 0 1-.777.416L7 13.101l-4.223 2.815A.5.5 0 0 1 2 15.5V4z\"/><path d=\"M4.268 1A2 2 0 0 1 6 0h6a2 2 0 0 1 2 2v11.5a.5.5 0 0 1-.777.416L13 13.768V2a1 1 0 0 0-1-1H4.268z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Bookshelf",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.5 0a.5.5 0 0 1 .5.5V2h10V.5a.5.5 0 0 1 1 0v15a.5.5 0 0 1-1 0V15H3v.5a.5.5 0 0 1-1 0V.5a.5.5 0 0 1 .5-.5zM3 14h10v-3H3v3zm0-4h10V7H3v3zm0-4h10V3H3v3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Bootstrap",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.062 12h3.475c1.804 0 2.888-.908 2.888-2.396 0-1.102-.761-1.916-1.904-2.034v-.1c.832-.14 1.482-.93 1.482-1.816 0-1.3-.955-2.11-2.542-2.11H5.062V12zm1.313-4.875V4.658h1.78c.973 0 1.542.457 1.542 1.237 0 .802-.604 1.23-1.764 1.23H6.375zm0 3.762V8.162h1.822c1.236 0 1.887.463 1.887 1.348 0 .896-.627 1.377-1.811 1.377H6.375z\"/><path d=\"M0 4a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v8a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4zm4-3a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3V4a3 3 0 0 0-3-3H4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BootstrapFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.375 7.125V4.658h1.78c.973 0 1.542.457 1.542 1.237 0 .802-.604 1.23-1.764 1.23H6.375zm0 3.762h1.898c1.184 0 1.81-.48 1.81-1.377 0-.885-.65-1.348-1.886-1.348H6.375v2.725z\"/><path d=\"M4.002 0a4 4 0 0 0-4 4v8a4 4 0 0 0 4 4h8a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4h-8zm1.06 12V3.545h3.399c1.587 0 2.543.809 2.543 2.11 0 .884-.65 1.675-1.483 1.816v.1c1.143.117 1.904.931 1.904 2.033 0 1.488-1.084 2.396-2.888 2.396H5.062z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BootstrapReboot",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1.161 8a6.84 6.84 0 1 0 6.842-6.84.58.58 0 1 1 0-1.16 8 8 0 1 1-6.556 3.412l-.663-.577a.58.58 0 0 1 .227-.997l2.52-.69a.58.58 0 0 1 .728.633l-.332 2.592a.58.58 0 0 1-.956.364l-.643-.56A6.812 6.812 0 0 0 1.16 8z\"/><path d=\"M6.641 11.671V8.843h1.57l1.498 2.828h1.314L9.377 8.665c.897-.3 1.427-1.106 1.427-2.1 0-1.37-.943-2.246-2.456-2.246H5.5v7.352h1.141zm0-3.75V5.277h1.57c.881 0 1.416.499 1.416 1.32 0 .84-.504 1.324-1.386 1.324h-1.6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Border",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 0h.969v.5H1v.469H.969V1H.5V.969H0V0zm2.844 1h-.938V0h.938v1zm1.875 0H3.78V0h.938v1zm1.875 0h-.938V0h.938v1zm.937 0V.969H7.5V.5h.031V0h.938v.5H8.5v.469h-.031V1H7.53zm2.813 0h-.938V0h.938v1zm1.875 0h-.938V0h.938v1zm1.875 0h-.938V0h.938v1zM15.5 1h-.469V.969H15V.5h.031V0H16v.969h-.5V1zM1 1.906v.938H0v-.938h1zm6.5.938v-.938h1v.938h-1zm7.5 0v-.938h1v.938h-1zM1 3.78v.938H0V3.78h1zm6.5.938V3.78h1v.938h-1zm7.5 0V3.78h1v.938h-1zM1 5.656v.938H0v-.938h1zm6.5.938v-.938h1v.938h-1zm7.5 0v-.938h1v.938h-1zM.969 8.5H.5v-.031H0V7.53h.5V7.5h.469v.031H1v.938H.969V8.5zm1.875 0h-.938v-1h.938v1zm1.875 0H3.78v-1h.938v1zm1.875 0h-.938v-1h.938v1zm1.875-.031V8.5H7.53v-.031H7.5V7.53h.031V7.5h.938v.031H8.5v.938h-.031zm1.875.031h-.938v-1h.938v1zm1.875 0h-.938v-1h.938v1zm1.875 0h-.938v-1h.938v1zm1.406 0h-.469v-.031H15V7.53h.031V7.5h.469v.031h.5v.938h-.5V8.5zM0 10.344v-.938h1v.938H0zm7.5 0v-.938h1v.938h-1zm8.5-.938v.938h-1v-.938h1zM0 12.22v-.938h1v.938H0zm7.5 0v-.938h1v.938h-1zm8.5-.938v.938h-1v-.938h1zM0 14.094v-.938h1v.938H0zm7.5 0v-.938h1v.938h-1zm8.5-.938v.938h-1v-.938h1zM.969 16H0v-.969h.5V15h.469v.031H1v.469H.969v.5zm1.875 0h-.938v-1h.938v1zm1.875 0H3.78v-1h.938v1zm1.875 0h-.938v-1h.938v1zm.937 0v-.5H7.5v-.469h.031V15h.938v.031H8.5v.469h-.031v.5H7.53zm2.813 0h-.938v-1h.938v1zm1.875 0h-.938v-1h.938v1zm1.875 0h-.938v-1h.938v1zm.937 0v-.5H15v-.469h.031V15h.469v.031h.5V16h-.969z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BorderAll",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 0h16v16H0V0zm1 1v6.5h6.5V1H1zm7.5 0v6.5H15V1H8.5zM15 8.5H8.5V15H15V8.5zM7.5 15V8.5H1V15h6.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BorderBottom",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M.969 0H0v.969h.5V1h.469V.969H1V.5H.969V0zm.937 1h.938V0h-.938v1zm1.875 0h.938V0H3.78v1zm1.875 0h.938V0h-.938v1zM7.531.969V1h.938V.969H8.5V.5h-.031V0H7.53v.5H7.5v.469h.031zM9.406 1h.938V0h-.938v1zm1.875 0h.938V0h-.938v1zm1.875 0h.938V0h-.938v1zm1.875 0h.469V.969h.5V0h-.969v.5H15v.469h.031V1zM1 2.844v-.938H0v.938h1zm6.5-.938v.938h1v-.938h-1zm7.5 0v.938h1v-.938h-1zM1 4.719V3.78H0v.938h1zm6.5-.938v.938h1V3.78h-1zm7.5 0v.938h1V3.78h-1zM1 6.594v-.938H0v.938h1zm6.5-.938v.938h1v-.938h-1zm7.5 0v.938h1v-.938h-1zM.5 8.5h.469v-.031H1V7.53H.969V7.5H.5v.031H0v.938h.5V8.5zm1.406 0h.938v-1h-.938v1zm1.875 0h.938v-1H3.78v1zm1.875 0h.938v-1h-.938v1zm2.813 0v-.031H8.5V7.53h-.031V7.5H7.53v.031H7.5v.938h.031V8.5h.938zm.937 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875 0h.469v-.031h.5V7.53h-.5V7.5h-.469v.031H15v.938h.031V8.5zM0 9.406v.938h1v-.938H0zm7.5 0v.938h1v-.938h-1zm8.5.938v-.938h-1v.938h1zm-16 .937v.938h1v-.938H0zm7.5 0v.938h1v-.938h-1zm8.5.938v-.938h-1v.938h1zm-16 .937v.938h1v-.938H0zm7.5 0v.938h1v-.938h-1zm8.5.938v-.938h-1v.938h1zM0 15h16v1H0v-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BorderCenter",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M.969 0H0v.969h.5V1h.469V.969H1V.5H.969V0zm.937 1h.938V0h-.938v1zm1.875 0h.938V0H3.78v1zm1.875 0h.938V0h-.938v1zM7.531.969V1h.938V.969H8.5V.5h-.031V0H7.53v.5H7.5v.469h.031zM9.406 1h.938V0h-.938v1zm1.875 0h.938V0h-.938v1zm1.875 0h.938V0h-.938v1zm1.875 0h.469V.969h.5V0h-.969v.5H15v.469h.031V1zM1 2.844v-.938H0v.938h1zm6.5-.938v.938h1v-.938h-1zm7.5 0v.938h1v-.938h-1zM1 4.719V3.78H0v.938h1zm6.5-.938v.938h1V3.78h-1zm7.5 0v.938h1V3.78h-1zM1 6.594v-.938H0v.938h1zm6.5-.938v.938h1v-.938h-1zm7.5 0v.938h1v-.938h-1zM0 8.5v-1h16v1H0zm0 .906v.938h1v-.938H0zm7.5 0v.938h1v-.938h-1zm8.5.938v-.938h-1v.938h1zm-16 .937v.938h1v-.938H0zm7.5 0v.938h1v-.938h-1zm8.5.938v-.938h-1v.938h1zm-16 .937v.938h1v-.938H0zm7.5 0v.938h1v-.938h-1zm8.5.938v-.938h-1v.938h1zM0 16h.969v-.5H1v-.469H.969V15H.5v.031H0V16zm1.906 0h.938v-1h-.938v1zm1.875 0h.938v-1H3.78v1zm1.875 0h.938v-1h-.938v1zm1.875-.5v.5h.938v-.5H8.5v-.469h-.031V15H7.53v.031H7.5v.469h.031zm1.875.5h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875-.5v.5H16v-.969h-.5V15h-.469v.031H15v.469h.031z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BorderInner",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M.969 0H0v.969h.5V1h.469V.969H1V.5H.969V0zm.937 1h.938V0h-.938v1zm1.875 0h.938V0H3.78v1zm1.875 0h.938V0h-.938v1z\"/><path d=\"M8.5 7.5H16v1H8.5V16h-1V8.5H0v-1h7.5V0h1v7.5z\"/><path d=\"M9.406 1h.938V0h-.938v1zm1.875 0h.938V0h-.938v1zm1.875 0h.938V0h-.938v1zm1.875 0h.469V.969h.5V0h-.969v.5H15v.469h.031V1zM1 2.844v-.938H0v.938h1zm14-.938v.938h1v-.938h-1zM1 4.719V3.78H0v.938h1zm14-.938v.938h1V3.78h-1zM1 6.594v-.938H0v.938h1zm14-.938v.938h1v-.938h-1zM0 9.406v.938h1v-.938H0zm16 .938v-.938h-1v.938h1zm-16 .937v.938h1v-.938H0zm16 .938v-.938h-1v.938h1zm-16 .937v.938h1v-.938H0zm16 .938v-.938h-1v.938h1zM0 16h.969v-.5H1v-.469H.969V15H.5v.031H0V16zm1.906 0h.938v-1h-.938v1zm1.875 0h.938v-1H3.78v1zm1.875 0h.938v-1h-.938v1zm3.75 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875-.5v.5H16v-.969h-.5V15h-.469v.031H15v.469h.031z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BorderLeft",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 0v16h1V0H0zm1.906 1h.938V0h-.938v1zm1.875 0h.938V0H3.78v1zm1.875 0h.938V0h-.938v1zM7.531.969V1h.938V.969H8.5V.5h-.031V0H7.53v.5H7.5v.469h.031zM9.406 1h.938V0h-.938v1zm1.875 0h.938V0h-.938v1zm1.875 0h.938V0h-.938v1zm1.875 0h.469V.969h.5V0h-.969v.5H15v.469h.031V1zM7.5 1.906v.938h1v-.938h-1zm7.5 0v.938h1v-.938h-1zM7.5 3.781v.938h1V3.78h-1zm7.5 0v.938h1V3.78h-1zM7.5 5.656v.938h1v-.938h-1zm7.5 0v.938h1v-.938h-1zM1.906 8.5h.938v-1h-.938v1zm1.875 0h.938v-1H3.78v1zm1.875 0h.938v-1h-.938v1zm2.813 0v-.031H8.5V7.53h-.031V7.5H7.53v.031H7.5v.938h.031V8.5h.938zm.937 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875 0h.469v-.031h.5V7.53h-.5V7.5h-.469v.031H15v.938h.031V8.5zM7.5 9.406v.938h1v-.938h-1zm8.5.938v-.938h-1v.938h1zm-8.5.937v.938h1v-.938h-1zm8.5.938v-.938h-1v.938h1zm-8.5.937v.938h1v-.938h-1zm8.5.938v-.938h-1v.938h1zM1.906 16h.938v-1h-.938v1zm1.875 0h.938v-1H3.78v1zm1.875 0h.938v-1h-.938v1zm1.875-.5v.5h.938v-.5H8.5v-.469h-.031V15H7.53v.031H7.5v.469h.031zm1.875.5h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875-.5v.5H16v-.969h-.5V15h-.469v.031H15v.469h.031z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BorderMiddle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M.969 0H0v.969h.5V1h.469V.969H1V.5H.969V0zm.937 1h.938V0h-.938v1zm1.875 0h.938V0H3.78v1zm1.875 0h.938V0h-.938v1zM8.5 16h-1V0h1v16zm.906-15h.938V0h-.938v1zm1.875 0h.938V0h-.938v1zm1.875 0h.938V0h-.938v1zm1.875 0h.469V.969h.5V0h-.969v.5H15v.469h.031V1zM1 2.844v-.938H0v.938h1zm14-.938v.938h1v-.938h-1zM1 4.719V3.78H0v.938h1zm14-.938v.938h1V3.78h-1zM1 6.594v-.938H0v.938h1zm14-.938v.938h1v-.938h-1zM.5 8.5h.469v-.031H1V7.53H.969V7.5H.5v.031H0v.938h.5V8.5zm1.406 0h.938v-1h-.938v1zm1.875 0h.938v-1H3.78v1zm1.875 0h.938v-1h-.938v1zm3.75 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875 0h.469v-.031h.5V7.53h-.5V7.5h-.469v.031H15v.938h.031V8.5zM0 9.406v.938h1v-.938H0zm16 .938v-.938h-1v.938h1zm-16 .937v.938h1v-.938H0zm16 .938v-.938h-1v.938h1zm-16 .937v.938h1v-.938H0zm16 .938v-.938h-1v.938h1zM0 16h.969v-.5H1v-.469H.969V15H.5v.031H0V16zm1.906 0h.938v-1h-.938v1zm1.875 0h.938v-1H3.78v1zm1.875 0h.938v-1h-.938v1zm3.75 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875-.5v.5H16v-.969h-.5V15h-.469v.031H15v.469h.031z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BorderOuter",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.5 1.906v.938h1v-.938h-1zm0 1.875v.938h1V3.78h-1zm0 1.875v.938h1v-.938h-1zM1.906 8.5h.938v-1h-.938v1zm1.875 0h.938v-1H3.78v1zm1.875 0h.938v-1h-.938v1zm2.813 0v-.031H8.5V7.53h-.031V7.5H7.53v.031H7.5v.938h.031V8.5h.938zm.937 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zM7.5 9.406v.938h1v-.938h-1zm0 1.875v.938h1v-.938h-1zm0 1.875v.938h1v-.938h-1z\"/><path d=\"M0 0v16h16V0H0zm1 1h14v14H1V1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BorderRight",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M.969 0H0v.969h.5V1h.469V.969H1V.5H.969V0zm.937 1h.938V0h-.938v1zm1.875 0h.938V0H3.78v1zm1.875 0h.938V0h-.938v1zM7.531.969V1h.938V.969H8.5V.5h-.031V0H7.53v.5H7.5v.469h.031zM9.406 1h.938V0h-.938v1zm1.875 0h.938V0h-.938v1zm1.875 0h.938V0h-.938v1zM16 0h-1v16h1V0zM1 2.844v-.938H0v.938h1zm6.5-.938v.938h1v-.938h-1zM1 4.719V3.78H0v.938h1zm6.5-.938v.938h1V3.78h-1zM1 6.594v-.938H0v.938h1zm6.5-.938v.938h1v-.938h-1zM.5 8.5h.469v-.031H1V7.53H.969V7.5H.5v.031H0v.938h.5V8.5zm1.406 0h.938v-1h-.938v1zm1.875 0h.938v-1H3.78v1zm1.875 0h.938v-1h-.938v1zm2.813 0v-.031H8.5V7.53h-.031V7.5H7.53v.031H7.5v.938h.031V8.5h.938zm.937 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zM0 9.406v.938h1v-.938H0zm7.5 0v.938h1v-.938h-1zM0 11.281v.938h1v-.938H0zm7.5 0v.938h1v-.938h-1zM0 13.156v.938h1v-.938H0zm7.5 0v.938h1v-.938h-1zM0 16h.969v-.5H1v-.469H.969V15H.5v.031H0V16zm1.906 0h.938v-1h-.938v1zm1.875 0h.938v-1H3.78v1zm1.875 0h.938v-1h-.938v1zm1.875-.5v.5h.938v-.5H8.5v-.469h-.031V15H7.53v.031H7.5v.469h.031zm1.875.5h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BorderStyle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1 3.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5v-1zm0 4a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-1zm0 4a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm8 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-4 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm8 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-4-4a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BorderTop",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 0v1h16V0H0zm1 2.844v-.938H0v.938h1zm6.5-.938v.938h1v-.938h-1zm7.5 0v.938h1v-.938h-1zM1 4.719V3.78H0v.938h1zm6.5-.938v.938h1V3.78h-1zm7.5 0v.938h1V3.78h-1zM1 6.594v-.938H0v.938h1zm6.5-.938v.938h1v-.938h-1zm7.5 0v.938h1v-.938h-1zM.5 8.5h.469v-.031H1V7.53H.969V7.5H.5v.031H0v.938h.5V8.5zm1.406 0h.938v-1h-.938v1zm1.875 0h.938v-1H3.78v1zm1.875 0h.938v-1h-.938v1zm2.813 0v-.031H8.5V7.53h-.031V7.5H7.53v.031H7.5v.938h.031V8.5h.938zm.937 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875 0h.469v-.031h.5V7.53h-.5V7.5h-.469v.031H15v.938h.031V8.5zM0 9.406v.938h1v-.938H0zm7.5 0v.938h1v-.938h-1zm8.5.938v-.938h-1v.938h1zm-16 .937v.938h1v-.938H0zm7.5 0v.938h1v-.938h-1zm8.5.938v-.938h-1v.938h1zm-16 .937v.938h1v-.938H0zm7.5 0v.938h1v-.938h-1zm8.5.938v-.938h-1v.938h1zM0 16h.969v-.5H1v-.469H.969V15H.5v.031H0V16zm1.906 0h.938v-1h-.938v1zm1.875 0h.938v-1H3.78v1zm1.875 0h.938v-1h-.938v1zm1.875-.5v.5h.938v-.5H8.5v-.469h-.031V15H7.53v.031H7.5v.469h.031zm1.875.5h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875-.5v.5H16v-.969h-.5V15h-.469v.031H15v.469h.031z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BorderWidth",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 3.5A.5.5 0 0 1 .5 3h15a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5H.5a.5.5 0 0 1-.5-.5v-2zm0 5A.5.5 0 0 1 .5 8h15a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H.5a.5.5 0 0 1-.5-.5v-1zm0 4a.5.5 0 0 1 .5-.5h15a.5.5 0 0 1 0 1H.5a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BoundingBox",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5 2V0H0v5h2v6H0v5h5v-2h6v2h5v-5h-2V5h2V0h-5v2H5zm6 1v2h2v6h-2v2H5v-2H3V5h2V3h6zm1-2h3v3h-3V1zm3 11v3h-3v-3h3zM4 15H1v-3h3v3zM1 4V1h3v3H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BoundingBoxCircles",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 1a1 1 0 1 0 0 2 1 1 0 0 0 0-2zM0 2a2 2 0 0 1 3.937-.5h8.126A2 2 0 1 1 14.5 3.937v8.126a2 2 0 1 1-2.437 2.437H3.937A2 2 0 1 1 1.5 12.063V3.937A2 2 0 0 1 0 2zm2.5 1.937v8.126c.703.18 1.256.734 1.437 1.437h8.126a2.004 2.004 0 0 1 1.437-1.437V3.937A2.004 2.004 0 0 1 12.063 2.5H3.937A2.004 2.004 0 0 1 2.5 3.937zM14 1a1 1 0 1 0 0 2 1 1 0 0 0 0-2zM2 13a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm12 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Box",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.186 1.113a.5.5 0 0 0-.372 0L1.846 3.5 8 5.961 14.154 3.5 8.186 1.113zM15 4.239l-6.5 2.6v7.922l6.5-2.6V4.24zM7.5 14.762V6.838L1 4.239v7.923l6.5 2.6zM7.443.184a1.5 1.5 0 0 1 1.114 0l7.129 2.852A.5.5 0 0 1 16 3.5v8.662a1 1 0 0 1-.629.928l-7.185 2.874a.5.5 0 0 1-.372 0L.63 13.09a1 1 0 0 1-.63-.928V3.5a.5.5 0 0 1 .314-.464L7.443.184z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BoxArrowDown",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M3.5 10a.5.5 0 0 1-.5-.5v-8a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 0 0 1h2A1.5 1.5 0 0 0 14 9.5v-8A1.5 1.5 0 0 0 12.5 0h-9A1.5 1.5 0 0 0 2 1.5v8A1.5 1.5 0 0 0 3.5 11h2a.5.5 0 0 0 0-1h-2z\"/><path fill-rule=\"evenodd\" d=\"M7.646 15.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 14.293V5.5a.5.5 0 0 0-1 0v8.793l-2.146-2.147a.5.5 0 0 0-.708.708l3 3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BoxArrowDownLeft",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M7.364 12.5a.5.5 0 0 0 .5.5H14.5a1.5 1.5 0 0 0 1.5-1.5v-10A1.5 1.5 0 0 0 14.5 0h-10A1.5 1.5 0 0 0 3 1.5v6.636a.5.5 0 1 0 1 0V1.5a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v10a.5.5 0 0 1-.5.5H7.864a.5.5 0 0 0-.5.5z\"/><path fill-rule=\"evenodd\" d=\"M0 15.5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 0-1H1.707l8.147-8.146a.5.5 0 0 0-.708-.708L1 14.293V10.5a.5.5 0 0 0-1 0v5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BoxArrowDownRight",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8.636 12.5a.5.5 0 0 1-.5.5H1.5A1.5 1.5 0 0 1 0 11.5v-10A1.5 1.5 0 0 1 1.5 0h10A1.5 1.5 0 0 1 13 1.5v6.636a.5.5 0 0 1-1 0V1.5a.5.5 0 0 0-.5-.5h-10a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h6.636a.5.5 0 0 1 .5.5z\"/><path fill-rule=\"evenodd\" d=\"M16 15.5a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1 0-1h3.793L6.146 6.854a.5.5 0 1 1 .708-.708L15 14.293V10.5a.5.5 0 0 1 1 0v5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BoxArrowInDown",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M3.5 6a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-8a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 1 0-1h2A1.5 1.5 0 0 1 14 6.5v8a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 14.5v-8A1.5 1.5 0 0 1 3.5 5h2a.5.5 0 0 1 0 1h-2z\"/><path fill-rule=\"evenodd\" d=\"M7.646 11.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V1.5a.5.5 0 0 0-1 0v8.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BoxArrowInDownLeft",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M9.636 2.5a.5.5 0 0 0-.5-.5H2.5A1.5 1.5 0 0 0 1 3.5v10A1.5 1.5 0 0 0 2.5 15h10a1.5 1.5 0 0 0 1.5-1.5V6.864a.5.5 0 0 0-1 0V13.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z\"/><path fill-rule=\"evenodd\" d=\"M5 10.5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 0-1H6.707l8.147-8.146a.5.5 0 0 0-.708-.708L6 9.293V5.5a.5.5 0 0 0-1 0v5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BoxArrowInDownRight",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M6.364 2.5a.5.5 0 0 1 .5-.5H13.5A1.5 1.5 0 0 1 15 3.5v10a1.5 1.5 0 0 1-1.5 1.5h-10A1.5 1.5 0 0 1 2 13.5V6.864a.5.5 0 1 1 1 0V13.5a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5v-10a.5.5 0 0 0-.5-.5H6.864a.5.5 0 0 1-.5-.5z\"/><path fill-rule=\"evenodd\" d=\"M11 10.5a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1 0-1h3.793L1.146 1.854a.5.5 0 1 1 .708-.708L10 9.293V5.5a.5.5 0 0 1 1 0v5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BoxArrowInLeft",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M10 3.5a.5.5 0 0 0-.5-.5h-8a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 1 1 0v2A1.5 1.5 0 0 1 9.5 14h-8A1.5 1.5 0 0 1 0 12.5v-9A1.5 1.5 0 0 1 1.5 2h8A1.5 1.5 0 0 1 11 3.5v2a.5.5 0 0 1-1 0v-2z\"/><path fill-rule=\"evenodd\" d=\"M4.146 8.354a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H14.5a.5.5 0 0 1 0 1H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BoxArrowInRight",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M6 3.5a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 0-1 0v2A1.5 1.5 0 0 0 6.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2h-8A1.5 1.5 0 0 0 5 3.5v2a.5.5 0 0 0 1 0v-2z\"/><path fill-rule=\"evenodd\" d=\"M11.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H1.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BoxArrowInUp",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M3.5 10a.5.5 0 0 1-.5-.5v-8a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 0 0 1h2A1.5 1.5 0 0 0 14 9.5v-8A1.5 1.5 0 0 0 12.5 0h-9A1.5 1.5 0 0 0 2 1.5v8A1.5 1.5 0 0 0 3.5 11h2a.5.5 0 0 0 0-1h-2z\"/><path fill-rule=\"evenodd\" d=\"M7.646 4.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707V14.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BoxArrowInUpLeft",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M9.636 13.5a.5.5 0 0 1-.5.5H2.5A1.5 1.5 0 0 1 1 12.5v-10A1.5 1.5 0 0 1 2.5 1h10A1.5 1.5 0 0 1 14 2.5v6.636a.5.5 0 0 1-1 0V2.5a.5.5 0 0 0-.5-.5h-10a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h6.636a.5.5 0 0 1 .5.5z\"/><path fill-rule=\"evenodd\" d=\"M5 5.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1H6.707l8.147 8.146a.5.5 0 0 1-.708.708L6 6.707V10.5a.5.5 0 0 1-1 0v-5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BoxArrowInUpRight",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M6.364 13.5a.5.5 0 0 0 .5.5H13.5a1.5 1.5 0 0 0 1.5-1.5v-10A1.5 1.5 0 0 0 13.5 1h-10A1.5 1.5 0 0 0 2 2.5v6.636a.5.5 0 1 0 1 0V2.5a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v10a.5.5 0 0 1-.5.5H6.864a.5.5 0 0 0-.5.5z\"/><path fill-rule=\"evenodd\" d=\"M11 5.5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793l-8.147 8.146a.5.5 0 0 0 .708.708L10 6.707V10.5a.5.5 0 0 0 1 0v-5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BoxArrowLeft",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M6 12.5a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5h-8a.5.5 0 0 0-.5.5v2a.5.5 0 0 1-1 0v-2A1.5 1.5 0 0 1 6.5 2h8A1.5 1.5 0 0 1 16 3.5v9a1.5 1.5 0 0 1-1.5 1.5h-8A1.5 1.5 0 0 1 5 12.5v-2a.5.5 0 0 1 1 0v2z\"/><path fill-rule=\"evenodd\" d=\"M.146 8.354a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L1.707 7.5H10.5a.5.5 0 0 1 0 1H1.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BoxArrowRight",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M10 12.5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 1 0v-2A1.5 1.5 0 0 0 9.5 2h-8A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-2a.5.5 0 0 0-1 0v2z\"/><path fill-rule=\"evenodd\" d=\"M15.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L14.293 7.5H5.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BoxArrowUp",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M3.5 6a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-8a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 1 0-1h2A1.5 1.5 0 0 1 14 6.5v8a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 14.5v-8A1.5 1.5 0 0 1 3.5 5h2a.5.5 0 0 1 0 1h-2z\"/><path fill-rule=\"evenodd\" d=\"M7.646.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 1.707V10.5a.5.5 0 0 1-1 0V1.707L5.354 3.854a.5.5 0 1 1-.708-.708l3-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BoxArrowUpLeft",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M7.364 3.5a.5.5 0 0 1 .5-.5H14.5A1.5 1.5 0 0 1 16 4.5v10a1.5 1.5 0 0 1-1.5 1.5h-10A1.5 1.5 0 0 1 3 14.5V7.864a.5.5 0 1 1 1 0V14.5a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5v-10a.5.5 0 0 0-.5-.5H7.864a.5.5 0 0 1-.5-.5z\"/><path fill-rule=\"evenodd\" d=\"M0 .5A.5.5 0 0 1 .5 0h5a.5.5 0 0 1 0 1H1.707l8.147 8.146a.5.5 0 0 1-.708.708L1 1.707V5.5a.5.5 0 0 1-1 0v-5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BoxArrowUpRight",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z\"/><path fill-rule=\"evenodd\" d=\"M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BoxSeam",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.186 1.113a.5.5 0 0 0-.372 0L1.846 3.5l2.404.961L10.404 2l-2.218-.887zm3.564 1.426L5.596 5 8 5.961 14.154 3.5l-2.404-.961zm3.25 1.7-6.5 2.6v7.922l6.5-2.6V4.24zM7.5 14.762V6.838L1 4.239v7.923l6.5 2.6zM7.443.184a1.5 1.5 0 0 1 1.114 0l7.129 2.852A.5.5 0 0 1 16 3.5v8.662a1 1 0 0 1-.629.928l-7.185 2.874a.5.5 0 0 1-.372 0L.63 13.09a1 1 0 0 1-.63-.928V3.5a.5.5 0 0 1 .314-.464L7.443.184z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Braces",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.114 8.063V7.9c1.005-.102 1.497-.615 1.497-1.6V4.503c0-1.094.39-1.538 1.354-1.538h.273V2h-.376C3.25 2 2.49 2.759 2.49 4.352v1.524c0 1.094-.376 1.456-1.49 1.456v1.299c1.114 0 1.49.362 1.49 1.456v1.524c0 1.593.759 2.352 2.372 2.352h.376v-.964h-.273c-.964 0-1.354-.444-1.354-1.538V9.663c0-.984-.492-1.497-1.497-1.6zM13.886 7.9v.163c-1.005.103-1.497.616-1.497 1.6v1.798c0 1.094-.39 1.538-1.354 1.538h-.273v.964h.376c1.613 0 2.372-.759 2.372-2.352v-1.524c0-1.094.376-1.456 1.49-1.456V7.332c-1.114 0-1.49-.362-1.49-1.456V4.352C13.51 2.759 12.75 2 11.138 2h-.376v.964h.273c.964 0 1.354.444 1.354 1.538V6.3c0 .984.492 1.497 1.497 1.6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Bricks",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 .5A.5.5 0 0 1 .5 0h15a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5H14v2h1.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5H14v2h1.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5H.5a.5.5 0 0 1-.5-.5v-3a.5.5 0 0 1 .5-.5H2v-2H.5a.5.5 0 0 1-.5-.5v-3A.5.5 0 0 1 .5 6H2V4H.5a.5.5 0 0 1-.5-.5v-3zM3 4v2h4.5V4H3zm5.5 0v2H13V4H8.5zM3 10v2h4.5v-2H3zm5.5 0v2H13v-2H8.5zM1 1v2h3.5V1H1zm4.5 0v2h5V1h-5zm6 0v2H15V1h-3.5zM1 7v2h3.5V7H1zm4.5 0v2h5V7h-5zm6 0v2H15V7h-3.5zM1 13v2h3.5v-2H1zm4.5 0v2h5v-2h-5zm6 0v2H15v-2h-3.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Briefcase",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.5 1A1.5 1.5 0 0 0 5 2.5V3H1.5A1.5 1.5 0 0 0 0 4.5v8A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-8A1.5 1.5 0 0 0 14.5 3H11v-.5A1.5 1.5 0 0 0 9.5 1h-3zm0 1h3a.5.5 0 0 1 .5.5V3H6v-.5a.5.5 0 0 1 .5-.5zm1.886 6.914L15 7.151V12.5a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5V7.15l6.614 1.764a1.5 1.5 0 0 0 .772 0zM1.5 4h13a.5.5 0 0 1 .5.5v1.616L8.129 7.948a.5.5 0 0 1-.258 0L1 6.116V4.5a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BriefcaseFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.5 1A1.5 1.5 0 0 0 5 2.5V3H1.5A1.5 1.5 0 0 0 0 4.5v1.384l7.614 2.03a1.5 1.5 0 0 0 .772 0L16 5.884V4.5A1.5 1.5 0 0 0 14.5 3H11v-.5A1.5 1.5 0 0 0 9.5 1h-3zm0 1h3a.5.5 0 0 1 .5.5V3H6v-.5a.5.5 0 0 1 .5-.5z\"/><path d=\"M0 12.5A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5V6.85L8.129 8.947a.5.5 0 0 1-.258 0L0 6.85v5.65z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BrightnessAltHigh",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 3a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 3zm8 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5zm-13.5.5a.5.5 0 0 0 0-1h-2a.5.5 0 0 0 0 1h2zm11.157-6.157a.5.5 0 0 1 0 .707l-1.414 1.414a.5.5 0 1 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zm-9.9 2.121a.5.5 0 0 0 .707-.707L3.05 5.343a.5.5 0 1 0-.707.707l1.414 1.414zM8 7a4 4 0 0 0-4 4 .5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5 4 4 0 0 0-4-4zm0 1a3 3 0 0 1 2.959 2.5H5.04A3 3 0 0 1 8 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BrightnessAltHighFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 3a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 3zm8 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5zm-13.5.5a.5.5 0 0 0 0-1h-2a.5.5 0 0 0 0 1h2zm11.157-6.157a.5.5 0 0 1 0 .707l-1.414 1.414a.5.5 0 1 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zm-9.9 2.121a.5.5 0 0 0 .707-.707L3.05 5.343a.5.5 0 1 0-.707.707l1.414 1.414zM8 7a4 4 0 0 0-4 4 .5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5 4 4 0 0 0-4-4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BrightnessAltLow",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.5 5.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm5 6a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zM2 11a.5.5 0 1 0 1 0 .5.5 0 0 0-1 0zm10.243-3.536a.5.5 0 1 1-.707-.707.5.5 0 0 1 .707.707zm-8.486-.707a.5.5 0 1 0 .707.707.5.5 0 0 0-.707-.707zM8 7a4 4 0 0 0-4 4 .5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5 4 4 0 0 0-4-4zm0 1a3 3 0 0 1 2.959 2.5H5.04A3 3 0 0 1 8 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BrightnessAltLowFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.5 5.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm5 6a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zM2 11a.5.5 0 1 0 1 0 .5.5 0 0 0-1 0zm10.243-3.536a.5.5 0 1 1-.707-.707.5.5 0 0 1 .707.707zm-8.486-.707a.5.5 0 1 0 .707.707.5.5 0 0 0-.707-.707zM8 7a4 4 0 0 0-4 4 .5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5 4 4 0 0 0-4-4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BrightnessHigh",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0 1a4 4 0 1 0 0-8 4 4 0 0 0 0 8zM8 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 0zm0 13a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 13zm8-5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5zM3 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2A.5.5 0 0 1 3 8zm10.657-5.657a.5.5 0 0 1 0 .707l-1.414 1.415a.5.5 0 1 1-.707-.708l1.414-1.414a.5.5 0 0 1 .707 0zm-9.193 9.193a.5.5 0 0 1 0 .707L3.05 13.657a.5.5 0 0 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zm9.193 2.121a.5.5 0 0 1-.707 0l-1.414-1.414a.5.5 0 0 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .707zM4.464 4.465a.5.5 0 0 1-.707 0L2.343 3.05a.5.5 0 1 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BrightnessHighFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 8a4 4 0 1 1-8 0 4 4 0 0 1 8 0zM8 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 0zm0 13a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 13zm8-5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5zM3 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2A.5.5 0 0 1 3 8zm10.657-5.657a.5.5 0 0 1 0 .707l-1.414 1.415a.5.5 0 1 1-.707-.708l1.414-1.414a.5.5 0 0 1 .707 0zm-9.193 9.193a.5.5 0 0 1 0 .707L3.05 13.657a.5.5 0 0 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zm9.193 2.121a.5.5 0 0 1-.707 0l-1.414-1.414a.5.5 0 0 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .707zM4.464 4.465a.5.5 0 0 1-.707 0L2.343 3.05a.5.5 0 1 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BrightnessLow",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0 1a4 4 0 1 0 0-8 4 4 0 0 0 0 8zm.5-9.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm0 11a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm5-5a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm-11 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm9.743-4.036a.5.5 0 1 1-.707-.707.5.5 0 0 1 .707.707zm-7.779 7.779a.5.5 0 1 1-.707-.707.5.5 0 0 1 .707.707zm7.072 0a.5.5 0 1 1 .707-.707.5.5 0 0 1-.707.707zM3.757 4.464a.5.5 0 1 1 .707-.707.5.5 0 0 1-.707.707z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BrightnessLowFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 8a4 4 0 1 1-8 0 4 4 0 0 1 8 0zM8.5 2.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm0 11a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm5-5a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm-11 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm9.743-4.036a.5.5 0 1 1-.707-.707.5.5 0 0 1 .707.707zm-7.779 7.779a.5.5 0 1 1-.707-.707.5.5 0 0 1 .707.707zm7.072 0a.5.5 0 1 1 .707-.707.5.5 0 0 1-.707.707zM3.757 4.464a.5.5 0 1 1 .707-.707.5.5 0 0 1-.707.707z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Broadcast",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.05 3.05a7 7 0 0 0 0 9.9.5.5 0 0 1-.707.707 8 8 0 0 1 0-11.314.5.5 0 0 1 .707.707zm2.122 2.122a4 4 0 0 0 0 5.656.5.5 0 1 1-.708.708 5 5 0 0 1 0-7.072.5.5 0 0 1 .708.708zm5.656-.708a.5.5 0 0 1 .708 0 5 5 0 0 1 0 7.072.5.5 0 1 1-.708-.708 4 4 0 0 0 0-5.656.5.5 0 0 1 0-.708zm2.122-2.12a.5.5 0 0 1 .707 0 8 8 0 0 1 0 11.313.5.5 0 0 1-.707-.707 7 7 0 0 0 0-9.9.5.5 0 0 1 0-.707zM10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BroadcastPin",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.05 3.05a7 7 0 0 0 0 9.9.5.5 0 0 1-.707.707 8 8 0 0 1 0-11.314.5.5 0 0 1 .707.707zm2.122 2.122a4 4 0 0 0 0 5.656.5.5 0 1 1-.708.708 5 5 0 0 1 0-7.072.5.5 0 0 1 .708.708zm5.656-.708a.5.5 0 0 1 .708 0 5 5 0 0 1 0 7.072.5.5 0 1 1-.708-.708 4 4 0 0 0 0-5.656.5.5 0 0 1 0-.708zm2.122-2.12a.5.5 0 0 1 .707 0 8 8 0 0 1 0 11.313.5.5 0 0 1-.707-.707 7 7 0 0 0 0-9.9.5.5 0 0 1 0-.707zM6 8a2 2 0 1 1 2.5 1.937V15.5a.5.5 0 0 1-1 0V9.937A2 2 0 0 1 6 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Brush",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M15.825.12a.5.5 0 0 1 .132.584c-1.53 3.43-4.743 8.17-7.095 10.64a6.067 6.067 0 0 1-2.373 1.534c-.018.227-.06.538-.16.868-.201.659-.667 1.479-1.708 1.74a8.118 8.118 0 0 1-3.078.132 3.659 3.659 0 0 1-.562-.135 1.382 1.382 0 0 1-.466-.247.714.714 0 0 1-.204-.288.622.622 0 0 1 .004-.443c.095-.245.316-.38.461-.452.394-.197.625-.453.867-.826.095-.144.184-.297.287-.472l.117-.198c.151-.255.326-.54.546-.848.528-.739 1.201-.925 1.746-.896.126.007.243.025.348.048.062-.172.142-.38.238-.608.261-.619.658-1.419 1.187-2.069 2.176-2.67 6.18-6.206 9.117-8.104a.5.5 0 0 1 .596.04zM4.705 11.912a1.23 1.23 0 0 0-.419-.1c-.246-.013-.573.05-.879.479-.197.275-.355.532-.5.777l-.105.177c-.106.181-.213.362-.32.528a3.39 3.39 0 0 1-.76.861c.69.112 1.736.111 2.657-.12.559-.139.843-.569.993-1.06a3.122 3.122 0 0 0 .126-.75l-.793-.792zm1.44.026c.12-.04.277-.1.458-.183a5.068 5.068 0 0 0 1.535-1.1c1.9-1.996 4.412-5.57 6.052-8.631-2.59 1.927-5.566 4.66-7.302 6.792-.442.543-.795 1.243-1.042 1.826-.121.288-.214.54-.275.72v.001l.575.575zm-4.973 3.04.007-.005a.031.031 0 0 1-.007.004zm3.582-3.043.002.001h-.002z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BrushFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M15.825.12a.5.5 0 0 1 .132.584c-1.53 3.43-4.743 8.17-7.095 10.64a6.067 6.067 0 0 1-2.373 1.534c-.018.227-.06.538-.16.868-.201.659-.667 1.479-1.708 1.74a8.118 8.118 0 0 1-3.078.132 3.659 3.659 0 0 1-.562-.135 1.382 1.382 0 0 1-.466-.247.714.714 0 0 1-.204-.288.622.622 0 0 1 .004-.443c.095-.245.316-.38.461-.452.394-.197.625-.453.867-.826.095-.144.184-.297.287-.472l.117-.198c.151-.255.326-.54.546-.848.528-.739 1.201-.925 1.746-.896.126.007.243.025.348.048.062-.172.142-.38.238-.608.261-.619.658-1.419 1.187-2.069 2.176-2.67 6.18-6.206 9.117-8.104a.5.5 0 0 1 .596.04z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Bucket",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.522 5H2a.5.5 0 0 0-.494.574l1.372 9.149A1.5 1.5 0 0 0 4.36 16h7.278a1.5 1.5 0 0 0 1.483-1.277l1.373-9.149A.5.5 0 0 0 14 5h-.522A5.5 5.5 0 0 0 2.522 5zm1.005 0a4.5 4.5 0 0 1 8.945 0H3.527zm9.892 1-1.286 8.574a.5.5 0 0 1-.494.426H4.36a.5.5 0 0 1-.494-.426L2.58 6h10.838z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BucketFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.522 5H2a.5.5 0 0 0-.494.574l1.372 9.149A1.5 1.5 0 0 0 4.36 16h7.278a1.5 1.5 0 0 0 1.483-1.277l1.373-9.149A.5.5 0 0 0 14 5h-.522A5.5 5.5 0 0 0 2.522 5zm1.005 0a4.5 4.5 0 0 1 8.945 0H3.527z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Bug",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.355.522a.5.5 0 0 1 .623.333l.291.956A4.979 4.979 0 0 1 8 1c1.007 0 1.946.298 2.731.811l.29-.956a.5.5 0 1 1 .957.29l-.41 1.352A4.985 4.985 0 0 1 13 6h.5a.5.5 0 0 0 .5-.5V5a.5.5 0 0 1 1 0v.5A1.5 1.5 0 0 1 13.5 7H13v1h1.5a.5.5 0 0 1 0 1H13v1h.5a1.5 1.5 0 0 1 1.5 1.5v.5a.5.5 0 1 1-1 0v-.5a.5.5 0 0 0-.5-.5H13a5 5 0 0 1-10 0h-.5a.5.5 0 0 0-.5.5v.5a.5.5 0 1 1-1 0v-.5A1.5 1.5 0 0 1 2.5 10H3V9H1.5a.5.5 0 0 1 0-1H3V7h-.5A1.5 1.5 0 0 1 1 5.5V5a.5.5 0 0 1 1 0v.5a.5.5 0 0 0 .5.5H3c0-1.364.547-2.601 1.432-3.503l-.41-1.352a.5.5 0 0 1 .333-.623zM4 7v4a4 4 0 0 0 3.5 3.97V7H4zm4.5 0v7.97A4 4 0 0 0 12 11V7H8.5zM12 6a3.989 3.989 0 0 0-1.334-2.982A3.983 3.983 0 0 0 8 2a3.983 3.983 0 0 0-2.667 1.018A3.989 3.989 0 0 0 4 6h8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "BugFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.978.855a.5.5 0 1 0-.956.29l.41 1.352A4.985 4.985 0 0 0 3 6h10a4.985 4.985 0 0 0-1.432-3.503l.41-1.352a.5.5 0 1 0-.956-.29l-.291.956A4.978 4.978 0 0 0 8 1a4.979 4.979 0 0 0-2.731.811l-.29-.956z\"/><path d=\"M13 6v1H8.5v8.975A5 5 0 0 0 13 11h.5a.5.5 0 0 1 .5.5v.5a.5.5 0 1 0 1 0v-.5a1.5 1.5 0 0 0-1.5-1.5H13V9h1.5a.5.5 0 0 0 0-1H13V7h.5A1.5 1.5 0 0 0 15 5.5V5a.5.5 0 0 0-1 0v.5a.5.5 0 0 1-.5.5H13zm-5.5 9.975V7H3V6h-.5a.5.5 0 0 1-.5-.5V5a.5.5 0 0 0-1 0v.5A1.5 1.5 0 0 0 2.5 7H3v1H1.5a.5.5 0 0 0 0 1H3v1h-.5A1.5 1.5 0 0 0 1 11.5v.5a.5.5 0 1 0 1 0v-.5a.5.5 0 0 1 .5-.5H3a5 5 0 0 0 4.5 4.975z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Building",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M14.763.075A.5.5 0 0 1 15 .5v15a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5V14h-1v1.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V10a.5.5 0 0 1 .342-.474L6 7.64V4.5a.5.5 0 0 1 .276-.447l8-4a.5.5 0 0 1 .487.022zM6 8.694 1 10.36V15h5V8.694zM7 15h2v-1.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5V15h2V1.309l-7 3.5V15z\"/><path d=\"M2 11h1v1H2v-1zm2 0h1v1H4v-1zm-2 2h1v1H2v-1zm2 0h1v1H4v-1zm4-4h1v1H8V9zm2 0h1v1h-1V9zm-2 2h1v1H8v-1zm2 0h1v1h-1v-1zm2-2h1v1h-1V9zm0 2h1v1h-1v-1zM8 7h1v1H8V7zm2 0h1v1h-1V7zm2 0h1v1h-1V7zM8 5h1v1H8V5zm2 0h1v1h-1V5zm2 0h1v1h-1V5zm0-2h1v1h-1V3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Bullseye",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M8 13A5 5 0 1 1 8 3a5 5 0 0 1 0 10zm0 1A6 6 0 1 0 8 2a6 6 0 0 0 0 12z\"/><path d=\"M8 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0 1a4 4 0 1 0 0-8 4 4 0 0 0 0 8z\"/><path d=\"M9.5 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Calculator",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h8zM4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4z\"/><path d=\"M4 2.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-2zm0 4a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm0 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm0 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm3-6a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm0 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm0 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm3-6a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm0 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CalculatorFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm2 .5v2a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5h-7a.5.5 0 0 0-.5.5zm0 4v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5zM4.5 9a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zM4 12.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5zM7.5 6a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zM7 9.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5zm.5 2.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zM10 6.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5zm.5 2.5a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5h-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Calendar",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Calendar2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z\"/><path d=\"M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Calendar2Check",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10.854 8.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 0 1 .708-.708L7.5 10.793l2.646-2.647a.5.5 0 0 1 .708 0z\"/><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z\"/><path d=\"M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Calendar2CheckFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zm9.954 3H2.545c-.3 0-.545.224-.545.5v1c0 .276.244.5.545.5h10.91c.3 0 .545-.224.545-.5v-1c0-.276-.244-.5-.546-.5zm-2.6 5.854a.5.5 0 0 0-.708-.708L7.5 10.793 6.354 9.646a.5.5 0 1 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0l3-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Calendar2Date",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.445 12.688V7.354h-.633A12.6 12.6 0 0 0 4.5 8.16v.695c.375-.257.969-.62 1.258-.777h.012v4.61h.675zm1.188-1.305c.047.64.594 1.406 1.703 1.406 1.258 0 2-1.066 2-2.871 0-1.934-.781-2.668-1.953-2.668-.926 0-1.797.672-1.797 1.809 0 1.16.824 1.77 1.676 1.77.746 0 1.23-.376 1.383-.79h.027c-.004 1.316-.461 2.164-1.305 2.164-.664 0-1.008-.45-1.05-.82h-.684zm2.953-2.317c0 .696-.559 1.18-1.184 1.18-.601 0-1.144-.383-1.144-1.2 0-.823.582-1.21 1.168-1.21.633 0 1.16.398 1.16 1.23z\"/><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z\"/><path d=\"M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Calendar2DateFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.402 10.246c.625 0 1.184-.484 1.184-1.18 0-.832-.527-1.23-1.16-1.23-.586 0-1.168.387-1.168 1.21 0 .817.543 1.2 1.144 1.2z\"/><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zm9.954 3H2.545c-.3 0-.545.224-.545.5v1c0 .276.244.5.545.5h10.91c.3 0 .545-.224.545-.5v-1c0-.276-.244-.5-.546-.5zm-4.118 9.79c1.258 0 2-1.067 2-2.872 0-1.934-.781-2.668-1.953-2.668-.926 0-1.797.672-1.797 1.809 0 1.16.824 1.77 1.676 1.77.746 0 1.23-.376 1.383-.79h.027c-.004 1.316-.461 2.164-1.305 2.164-.664 0-1.008-.45-1.05-.82h-.684c.047.64.594 1.406 1.703 1.406zm-2.89-5.435h-.633A12.6 12.6 0 0 0 4.5 8.16v.695c.375-.257.969-.62 1.258-.777h.012v4.61h.675V7.354z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Calendar2Day",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.684 12.523v-2.3h2.261v-.61H4.684V7.801h2.464v-.61H4v5.332h.684zm3.296 0h.676V9.98c0-.554.227-1.007.953-1.007.125 0 .258.004.329.015v-.613a1.806 1.806 0 0 0-.254-.02c-.582 0-.891.32-1.012.567h-.02v-.504H7.98v4.105zm2.805-5.093c0 .238.192.425.43.425a.428.428 0 1 0 0-.855.426.426 0 0 0-.43.43zm.094 5.093h.672V8.418h-.672v4.105z\"/><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z\"/><path d=\"M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Calendar2DayFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zm9.954 3H2.545c-.3 0-.545.224-.545.5v1c0 .276.244.5.545.5h10.91c.3 0 .545-.224.545-.5v-1c0-.276-.244-.5-.546-.5zm-2.24 4.855a.428.428 0 1 0 0-.855.426.426 0 0 0-.429.43c0 .238.192.425.43.425zm.337.563h-.672v4.105h.672V8.418zm-6.867 4.105v-2.3h2.261v-.61H4.684V7.801h2.464v-.61H4v5.332h.684zm3.296 0h.676V9.98c0-.554.227-1.007.953-1.007.125 0 .258.004.329.015v-.613a1.806 1.806 0 0 0-.254-.02c-.582 0-.891.32-1.012.567h-.02v-.504H7.98v4.105z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Calendar2Event",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11 7.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z\"/><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z\"/><path d=\"M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Calendar2EventFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zm9.954 3H2.545c-.3 0-.545.224-.545.5v1c0 .276.244.5.545.5h10.91c.3 0 .545-.224.545-.5v-1c0-.276-.244-.5-.546-.5zM11.5 7a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Calendar2Fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4V.5zM2.545 3h10.91c.3 0 .545.224.545.5v1c0 .276-.244.5-.546.5H2.545C2.245 5 2 4.776 2 4.5v-1c0-.276.244-.5.545-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Calendar2Minus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.5 10.5A.5.5 0 0 1 6 10h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z\"/><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z\"/><path d=\"M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Calendar2MinusFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zm9.954 3H2.545c-.3 0-.545.224-.545.5v1c0 .276.244.5.545.5h10.91c.3 0 .545-.224.545-.5v-1c0-.276-.244-.5-.546-.5zM6 10a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1H6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Calendar2Month",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m2.56 12.332.54-1.602h1.984l.54 1.602h.718L4.444 7h-.696L1.85 12.332h.71zm1.544-4.527L4.9 10.18H3.284l.8-2.375h.02zm5.746.422h-.676v2.543c0 .652-.414 1.023-1.004 1.023-.539 0-.98-.246-.98-1.012V8.227h-.676v2.746c0 .941.606 1.425 1.453 1.425.656 0 1.043-.28 1.188-.605h.027v.539h.668V8.227zm2.258 5.046c-.563 0-.91-.304-.985-.636h-.687c.094.683.625 1.199 1.668 1.199.93 0 1.746-.527 1.746-1.578V8.227h-.649v.578h-.019c-.191-.348-.637-.64-1.195-.64-.965 0-1.64.679-1.64 1.886v.34c0 1.23.683 1.902 1.64 1.902.558 0 1.008-.293 1.172-.648h.02v.605c0 .645-.423 1.023-1.071 1.023zm.008-4.53c.648 0 1.062.527 1.062 1.359v.253c0 .848-.39 1.364-1.062 1.364-.692 0-1.098-.512-1.098-1.364v-.253c0-.868.406-1.36 1.098-1.36z\"/><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z\"/><path d=\"M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Calendar2MonthFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.104 7.805 4.9 10.18H3.284l.8-2.375h.02zm9.074 2.297c0-.832-.414-1.36-1.062-1.36-.692 0-1.098.492-1.098 1.36v.253c0 .852.406 1.364 1.098 1.364.671 0 1.062-.516 1.062-1.364v-.253z\"/><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zm9.954 3H2.545c-.3 0-.545.224-.545.5v1c0 .276.244.5.545.5h10.91c.3 0 .545-.224.545-.5v-1c0-.276-.244-.5-.546-.5zM2.561 12.332 3.1 10.73h1.984l.54 1.602h.718L4.444 7h-.696L1.85 12.332h.71zM9.85 8.227h-.676v2.543c0 .652-.414 1.023-1.004 1.023-.539 0-.98-.246-.98-1.012V8.227h-.676v2.746c0 .941.606 1.425 1.453 1.425.656 0 1.043-.28 1.188-.605h.027v.539h.668V8.227zm1.273 4.41h-.687c.094.683.625 1.199 1.668 1.199.93 0 1.746-.527 1.746-1.578V8.227h-.649v.578h-.019c-.191-.348-.637-.64-1.195-.64-.965 0-1.64.679-1.64 1.886v.34c0 1.23.683 1.902 1.64 1.902.558 0 1.008-.293 1.172-.648h.02v.605c0 .645-.423 1.023-1.071 1.023-.563 0-.91-.304-.985-.636z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Calendar2Plus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z\"/><path d=\"M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4zM8 8a.5.5 0 0 1 .5.5V10H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V11H6a.5.5 0 0 1 0-1h1.5V8.5A.5.5 0 0 1 8 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Calendar2PlusFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 3.5v1c0 .276.244.5.545.5h10.91c.3 0 .545-.224.545-.5v-1c0-.276-.244-.5-.546-.5H2.545c-.3 0-.545.224-.545.5zm6.5 5a.5.5 0 0 0-1 0V10H6a.5.5 0 0 0 0 1h1.5v1.5a.5.5 0 0 0 1 0V11H10a.5.5 0 0 0 0-1H8.5V8.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Calendar2Range",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z\"/><path d=\"M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4zM9 8a1 1 0 0 1 1-1h5v2h-5a1 1 0 0 1-1-1zm-8 2h4a1 1 0 1 1 0 2H1v-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Calendar2RangeFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zm9.954 3H2.545c-.3 0-.545.224-.545.5v1c0 .276.244.5.545.5h10.91c.3 0 .545-.224.545-.5v-1c0-.276-.244-.5-.546-.5zM10 7a1 1 0 0 0 0 2h5V7h-5zm-4 4a1 1 0 0 0-1-1H1v2h4a1 1 0 0 0 1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Calendar2Week",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z\"/><path d=\"M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4zM11 7.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-5 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Calendar2WeekFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zm9.954 3H2.545c-.3 0-.545.224-.545.5v1c0 .276.244.5.545.5h10.91c.3 0 .545-.224.545-.5v-1c0-.276-.244-.5-.546-.5zM8.5 7a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zM3 10.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5zm3.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Calendar2X",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.146 8.146a.5.5 0 0 1 .708 0L8 9.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 10l1.147 1.146a.5.5 0 0 1-.708.708L8 10.707l-1.146 1.147a.5.5 0 0 1-.708-.708L7.293 10 6.146 8.854a.5.5 0 0 1 0-.708z\"/><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z\"/><path d=\"M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Calendar2XFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zm9.954 3H2.545c-.3 0-.545.224-.545.5v1c0 .276.244.5.545.5h10.91c.3 0 .545-.224.545-.5v-1c0-.276-.244-.5-.546-.5zm-6.6 5.146a.5.5 0 1 0-.708.708L7.293 10l-1.147 1.146a.5.5 0 0 0 .708.708L8 10.707l1.146 1.147a.5.5 0 0 0 .708-.708L8.707 10l1.147-1.146a.5.5 0 0 0-.708-.708L8 9.293 6.854 8.146z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Calendar3",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM1 3.857C1 3.384 1.448 3 2 3h12c.552 0 1 .384 1 .857v10.286c0 .473-.448.857-1 .857H2c-.552 0-1-.384-1-.857V3.857z\"/><path d=\"M6.5 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Calendar3Event",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM1 3.857C1 3.384 1.448 3 2 3h12c.552 0 1 .384 1 .857v10.286c0 .473-.448.857-1 .857H2c-.552 0-1-.384-1-.857V3.857z\"/><path d=\"M12 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Calendar3EventFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M2 0a2 2 0 0 0-2 2h16a2 2 0 0 0-2-2H2zM0 14V3h16v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm12-8a1 1 0 1 0 2 0 1 1 0 0 0-2 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Calendar3Fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2H0zm0 1v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3H0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Calendar3Range",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM1 3.857C1 3.384 1.448 3 2 3h12c.552 0 1 .384 1 .857v10.286c0 .473-.448.857-1 .857H2c-.552 0-1-.384-1-.857V3.857z\"/><path d=\"M7 10a1 1 0 0 0 0-2H1v2h6zm2-3h6V5H9a1 1 0 0 0 0 2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Calendar3RangeFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M2 0a2 2 0 0 0-2 2h16a2 2 0 0 0-2-2H2zM0 8V3h16v2h-6a1 1 0 1 0 0 2h6v7a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-4h6a1 1 0 1 0 0-2H0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Calendar3Week",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM1 3.857C1 3.384 1.448 3 2 3h12c.552 0 1 .384 1 .857v10.286c0 .473-.448.857-1 .857H2c-.552 0-1-.384-1-.857V3.857z\"/><path d=\"M12 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-5 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm2-3a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-5 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Calendar3WeekFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M2 0a2 2 0 0 0-2 2h16a2 2 0 0 0-2-2H2zM0 14V3h16v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm12-8a1 1 0 1 0 2 0 1 1 0 0 0-2 0zM5 9a1 1 0 1 0 2 0 1 1 0 0 0-2 0zm5-2a1 1 0 1 1 0-2 1 1 0 0 1 0 2zM2 9a1 1 0 1 0 2 0 1 1 0 0 0-2 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Calendar4",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v1h14V3a1 1 0 0 0-1-1H2zm13 3H1v9a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Calendar4Event",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v1h14V3a1 1 0 0 0-1-1H2zm13 3H1v9a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V5z\"/><path d=\"M11 7.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Calendar4Range",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v1h14V3a1 1 0 0 0-1-1H2zm13 3H1v9a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V5z\"/><path d=\"M9 7.5a.5.5 0 0 1 .5-.5H15v2H9.5a.5.5 0 0 1-.5-.5v-1zm-2 3v1a.5.5 0 0 1-.5.5H1v-2h5.5a.5.5 0 0 1 .5.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Calendar4Week",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v1h14V3a1 1 0 0 0-1-1H2zm13 3H1v9a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V5z\"/><path d=\"M11 7.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-2 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CalendarCheck",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10.854 7.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 9.793l2.646-2.647a.5.5 0 0 1 .708 0z\"/><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CalendarCheckFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4V.5zM16 14V5H0v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2zm-5.146-5.146-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 0 1 .708-.708L7.5 10.793l2.646-2.647a.5.5 0 0 1 .708.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CalendarDate",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.445 11.688V6.354h-.633A12.6 12.6 0 0 0 4.5 7.16v.695c.375-.257.969-.62 1.258-.777h.012v4.61h.675zm1.188-1.305c.047.64.594 1.406 1.703 1.406 1.258 0 2-1.066 2-2.871 0-1.934-.781-2.668-1.953-2.668-.926 0-1.797.672-1.797 1.809 0 1.16.824 1.77 1.676 1.77.746 0 1.23-.376 1.383-.79h.027c-.004 1.316-.461 2.164-1.305 2.164-.664 0-1.008-.45-1.05-.82h-.684zm2.953-2.317c0 .696-.559 1.18-1.184 1.18-.601 0-1.144-.383-1.144-1.2 0-.823.582-1.21 1.168-1.21.633 0 1.16.398 1.16 1.23z\"/><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CalendarDateFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4V.5zm5.402 9.746c.625 0 1.184-.484 1.184-1.18 0-.832-.527-1.23-1.16-1.23-.586 0-1.168.387-1.168 1.21 0 .817.543 1.2 1.144 1.2z\"/><path d=\"M16 14V5H0v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2zm-6.664-1.21c-1.11 0-1.656-.767-1.703-1.407h.683c.043.37.387.82 1.051.82.844 0 1.301-.848 1.305-2.164h-.027c-.153.414-.637.79-1.383.79-.852 0-1.676-.61-1.676-1.77 0-1.137.871-1.809 1.797-1.809 1.172 0 1.953.734 1.953 2.668 0 1.805-.742 2.871-2 2.871zm-2.89-5.435v5.332H5.77V8.079h-.012c-.29.156-.883.52-1.258.777V8.16a12.6 12.6 0 0 1 1.313-.805h.632z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CalendarDay",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.684 11.523v-2.3h2.261v-.61H4.684V6.801h2.464v-.61H4v5.332h.684zm3.296 0h.676V8.98c0-.554.227-1.007.953-1.007.125 0 .258.004.329.015v-.613a1.806 1.806 0 0 0-.254-.02c-.582 0-.891.32-1.012.567h-.02v-.504H7.98v4.105zm2.805-5.093c0 .238.192.425.43.425a.428.428 0 1 0 0-.855.426.426 0 0 0-.43.43zm.094 5.093h.672V7.418h-.672v4.105z\"/><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CalendarDayFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4V.5zM16 14a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V5h16v9zm-4.785-6.145a.428.428 0 1 0 0-.855.426.426 0 0 0-.43.43c0 .238.192.425.43.425zm.336.563h-.672v4.105h.672V8.418zm-6.867 4.105v-2.3h2.261v-.61H4.684V7.801h2.464v-.61H4v5.332h.684zm3.296 0h.676V9.98c0-.554.227-1.007.953-1.007.125 0 .258.004.329.015v-.613a1.806 1.806 0 0 0-.254-.02c-.582 0-.891.32-1.012.567h-.02v-.504H7.98v4.105z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CalendarEvent",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11 6.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z\"/><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CalendarEventFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4V.5zM16 14V5H0v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2zm-3.5-7h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CalendarFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V5h16V4H0V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CalendarMinus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.5 9.5A.5.5 0 0 1 6 9h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z\"/><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CalendarMinusFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4V.5zM16 14V5H0v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2zM6 10h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1 0-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CalendarMonth",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.56 11.332 3.1 9.73h1.984l.54 1.602h.718L4.444 6h-.696L1.85 11.332h.71zm1.544-4.527L4.9 9.18H3.284l.8-2.375h.02zm5.746.422h-.676V9.77c0 .652-.414 1.023-1.004 1.023-.539 0-.98-.246-.98-1.012V7.227h-.676v2.746c0 .941.606 1.425 1.453 1.425.656 0 1.043-.28 1.188-.605h.027v.539h.668V7.227zm2.258 5.046c-.563 0-.91-.304-.985-.636h-.687c.094.683.625 1.199 1.668 1.199.93 0 1.746-.527 1.746-1.578V7.227h-.649v.578h-.019c-.191-.348-.637-.64-1.195-.64-.965 0-1.64.679-1.64 1.886v.34c0 1.23.683 1.902 1.64 1.902.558 0 1.008-.293 1.172-.648h.02v.605c0 .645-.423 1.023-1.071 1.023zm.008-4.53c.648 0 1.062.527 1.062 1.359v.253c0 .848-.39 1.364-1.062 1.364-.692 0-1.098-.512-1.098-1.364v-.253c0-.868.406-1.36 1.098-1.36z\"/><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CalendarMonthFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4V.5zm.104 7.305L4.9 10.18H3.284l.8-2.375h.02zm9.074 2.297c0-.832-.414-1.36-1.062-1.36-.692 0-1.098.492-1.098 1.36v.253c0 .852.406 1.364 1.098 1.364.671 0 1.062-.516 1.062-1.364v-.253z\"/><path d=\"M16 14V5H0v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2zM2.56 12.332h-.71L3.748 7h.696l1.898 5.332h-.719l-.539-1.602H3.1l-.54 1.602zm7.29-4.105v4.105h-.668v-.539h-.027c-.145.324-.532.605-1.188.605-.847 0-1.453-.484-1.453-1.425V8.227h.676v2.554c0 .766.441 1.012.98 1.012.59 0 1.004-.371 1.004-1.023V8.227h.676zm1.273 4.41c.075.332.422.636.985.636.648 0 1.07-.378 1.07-1.023v-.605h-.02c-.163.355-.613.648-1.171.648-.957 0-1.64-.672-1.64-1.902v-.34c0-1.207.675-1.887 1.64-1.887.558 0 1.004.293 1.195.64h.02v-.577h.648v4.03c0 1.052-.816 1.579-1.746 1.579-1.043 0-1.574-.516-1.668-1.2h.687z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CalendarPlus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 7a.5.5 0 0 1 .5.5V9H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V10H6a.5.5 0 0 1 0-1h1.5V7.5A.5.5 0 0 1 8 7z\"/><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CalendarPlusFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4V.5zM16 14V5H0v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2zM8.5 8.5V10H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V11H6a.5.5 0 0 1 0-1h1.5V8.5a.5.5 0 0 1 1 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CalendarRange",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9 7a1 1 0 0 1 1-1h5v2h-5a1 1 0 0 1-1-1zM1 9h4a1 1 0 0 1 0 2H1V9z\"/><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CalendarRangeFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4V.5zM16 7V5H0v5h5a1 1 0 1 1 0 2H0v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9h-6a1 1 0 1 1 0-2h6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CalendarWeek",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11 6.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-5 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z\"/><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CalendarWeekFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4V.5zM16 14V5H0v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2zM9.5 7h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5zm3 0h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5zM2 10.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm3.5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CalendarX",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.146 7.146a.5.5 0 0 1 .708 0L8 8.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 9l1.147 1.146a.5.5 0 0 1-.708.708L8 9.707l-1.146 1.147a.5.5 0 0 1-.708-.708L7.293 9 6.146 7.854a.5.5 0 0 1 0-.708z\"/><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CalendarXFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4V.5zM16 14V5H0v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2zM6.854 8.146 8 9.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 10l1.147 1.146a.5.5 0 0 1-.708.708L8 10.707l-1.146 1.147a.5.5 0 0 1-.708-.708L7.293 10 6.146 8.854a.5.5 0 1 1 .708-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Camera",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M15 12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h1.172a3 3 0 0 0 2.12-.879l.83-.828A1 1 0 0 1 6.827 3h2.344a1 1 0 0 1 .707.293l.828.828A3 3 0 0 0 12.828 5H14a1 1 0 0 1 1 1v6zM2 4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-1.172a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 9.172 2H6.828a2 2 0 0 0-1.414.586l-.828.828A2 2 0 0 1 3.172 4H2z\"/><path d=\"M8 11a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5zm0 1a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zM3 6.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Camera2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5 8c0-1.657 2.343-3 4-3V4a4 4 0 0 0-4 4z\"/><path d=\"M12.318 3h2.015C15.253 3 16 3.746 16 4.667v6.666c0 .92-.746 1.667-1.667 1.667h-2.015A5.97 5.97 0 0 1 9 14a5.972 5.972 0 0 1-3.318-1H1.667C.747 13 0 12.254 0 11.333V4.667C0 3.747.746 3 1.667 3H2a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1h.682A5.97 5.97 0 0 1 9 2c1.227 0 2.367.368 3.318 1zM2 4.5a.5.5 0 1 0-1 0 .5.5 0 0 0 1 0zM14 8A5 5 0 1 0 4 8a5 5 0 0 0 10 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CameraFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10.5 8.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z\"/><path d=\"M2 4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-1.172a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 9.172 2H6.828a2 2 0 0 0-1.414.586l-.828.828A2 2 0 0 1 3.172 4H2zm.5 2a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm9 2.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CameraReels",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 3a3 3 0 1 1-6 0 3 3 0 0 1 6 0zM1 3a2 2 0 1 0 4 0 2 2 0 0 0-4 0z\"/><path d=\"M9 6h.5a2 2 0 0 1 1.983 1.738l3.11-1.382A1 1 0 0 1 16 7.269v7.462a1 1 0 0 1-1.406.913l-3.111-1.382A2 2 0 0 1 9.5 16H2a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h7zm6 8.73V7.27l-3.5 1.555v4.35l3.5 1.556zM1 8v6a1 1 0 0 0 1 1h7.5a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1z\"/><path d=\"M9 6a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM7 3a2 2 0 1 1 4 0 2 2 0 0 1-4 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CameraReelsFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 3a3 3 0 1 1-6 0 3 3 0 0 1 6 0z\"/><path d=\"M9 6a3 3 0 1 1 0-6 3 3 0 0 1 0 6z\"/><path d=\"M9 6h.5a2 2 0 0 1 1.983 1.738l3.11-1.382A1 1 0 0 1 16 7.269v7.462a1 1 0 0 1-1.406.913l-3.111-1.382A2 2 0 0 1 9.5 16H2a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h7z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CameraVideo",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M0 5a2 2 0 0 1 2-2h7.5a2 2 0 0 1 1.983 1.738l3.11-1.382A1 1 0 0 1 16 4.269v7.462a1 1 0 0 1-1.406.913l-3.111-1.382A2 2 0 0 1 9.5 13H2a2 2 0 0 1-2-2V5zm11.5 5.175 3.5 1.556V4.269l-3.5 1.556v4.35zM2 4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h7.5a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CameraVideoFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M0 5a2 2 0 0 1 2-2h7.5a2 2 0 0 1 1.983 1.738l3.11-1.382A1 1 0 0 1 16 4.269v7.462a1 1 0 0 1-1.406.913l-3.111-1.382A2 2 0 0 1 9.5 13H2a2 2 0 0 1-2-2V5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CameraVideoOff",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M10.961 12.365a1.99 1.99 0 0 0 .522-1.103l3.11 1.382A1 1 0 0 0 16 11.731V4.269a1 1 0 0 0-1.406-.913l-3.111 1.382A2 2 0 0 0 9.5 3H4.272l.714 1H9.5a1 1 0 0 1 1 1v6a1 1 0 0 1-.144.518l.605.847zM1.428 4.18A.999.999 0 0 0 1 5v6a1 1 0 0 0 1 1h5.014l.714 1H2a2 2 0 0 1-2-2V5c0-.675.334-1.272.847-1.634l.58.814zM15 11.73l-3.5-1.555v-4.35L15 4.269v7.462zm-4.407 3.56-10-14 .814-.58 10 14-.814.58z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CameraVideoOffFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M10.961 12.365a1.99 1.99 0 0 0 .522-1.103l3.11 1.382A1 1 0 0 0 16 11.731V4.269a1 1 0 0 0-1.406-.913l-3.111 1.382A2 2 0 0 0 9.5 3H4.272l6.69 9.365zm-10.114-9A2.001 2.001 0 0 0 0 5v6a2 2 0 0 0 2 2h5.728L.847 3.366zm9.746 11.925-10-14 .814-.58 10 14-.814.58z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Capslock",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M7.27 1.047a1 1 0 0 1 1.46 0l6.345 6.77c.6.638.146 1.683-.73 1.683H11.5v1a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-1H1.654C.78 9.5.326 8.455.924 7.816L7.27 1.047zM14.346 8.5 8 1.731 1.654 8.5H4.5a1 1 0 0 1 1 1v1h5v-1a1 1 0 0 1 1-1h2.846zm-9.846 5a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-1zm6 0h-5v1h5v-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CapslockFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.27 1.047a1 1 0 0 1 1.46 0l6.345 6.77c.6.638.146 1.683-.73 1.683H11.5v1a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-1H1.654C.78 9.5.326 8.455.924 7.816L7.27 1.047zM4.5 13.5a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CardChecklist",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14.5 3a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h13zm-13-1A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2h-13z\"/><path d=\"M7 5.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm-1.496-.854a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 1 1 .708-.708l.146.147 1.146-1.147a.5.5 0 0 1 .708 0zM7 9.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm-1.496-.854a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 0 1 .708-.708l.146.147 1.146-1.147a.5.5 0 0 1 .708 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CardHeading",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14.5 3a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h13zm-13-1A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2h-13z\"/><path d=\"M3 8.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5zm0-5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5v-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CardImage",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.002 5.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z\"/><path d=\"M1.5 2A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2h-13zm13 1a.5.5 0 0 1 .5.5v6l-3.775-1.947a.5.5 0 0 0-.577.093l-3.71 3.71-2.66-1.772a.5.5 0 0 0-.63.062L1.002 12v.54A.505.505 0 0 1 1 12.5v-9a.5.5 0 0 1 .5-.5h13z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CardList",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14.5 3a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h13zm-13-1A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2h-13z\"/><path d=\"M5 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 5 8zm0-2.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm0 5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-1-5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zM4 8a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm0 2.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CardText",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14.5 3a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h13zm-13-1A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2h-13z\"/><path d=\"M3 5.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zM3 8a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9A.5.5 0 0 1 3 8zm0 2.5a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CaretDown",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.204 5h9.592L8 10.481 3.204 5zm-.753.659 4.796 5.48a1 1 0 0 0 1.506 0l4.796-5.48c.566-.647.106-1.659-.753-1.659H3.204a1 1 0 0 0-.753 1.659z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CaretDownFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CaretDownSquare",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.626 6.832A.5.5 0 0 1 4 6h8a.5.5 0 0 1 .374.832l-4 4.5a.5.5 0 0 1-.748 0l-4-4.5z\"/><path d=\"M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CaretDownSquareFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm4 4a.5.5 0 0 0-.374.832l4 4.5a.5.5 0 0 0 .748 0l4-4.5A.5.5 0 0 0 12 6H4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CaretLeft",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10 12.796V3.204L4.519 8 10 12.796zm-.659.753-5.48-4.796a1 1 0 0 1 0-1.506l5.48-4.796A1 1 0 0 1 11 3.204v9.592a1 1 0 0 1-1.659.753z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CaretLeftFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m3.86 8.753 5.482 4.796c.646.566 1.658.106 1.658-.753V3.204a1 1 0 0 0-1.659-.753l-5.48 4.796a1 1 0 0 0 0 1.506z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CaretLeftSquare",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z\"/><path d=\"M10.205 12.456A.5.5 0 0 0 10.5 12V4a.5.5 0 0 0-.832-.374l-4.5 4a.5.5 0 0 0 0 .748l4.5 4a.5.5 0 0 0 .537.082z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CaretLeftSquareFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm10.5 10V4a.5.5 0 0 0-.832-.374l-4.5 4a.5.5 0 0 0 0 .748l4.5 4A.5.5 0 0 0 10.5 12z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CaretRight",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 12.796V3.204L11.481 8 6 12.796zm.659.753 5.48-4.796a1 1 0 0 0 0-1.506L6.66 2.451C6.011 1.885 5 2.345 5 3.204v9.592a1 1 0 0 0 1.659.753z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CaretRightFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CaretRightSquare",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z\"/><path d=\"M5.795 12.456A.5.5 0 0 1 5.5 12V4a.5.5 0 0 1 .832-.374l4.5 4a.5.5 0 0 1 0 .748l-4.5 4a.5.5 0 0 1-.537.082z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CaretRightSquareFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm5.5 10a.5.5 0 0 0 .832.374l4.5-4a.5.5 0 0 0 0-.748l-4.5-4A.5.5 0 0 0 5.5 4v8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CaretUp",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.204 11h9.592L8 5.519 3.204 11zm-.753-.659 4.796-5.48a1 1 0 0 1 1.506 0l4.796 5.48c.566.647.106 1.659-.753 1.659H3.204a1 1 0 0 1-.753-1.659z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CaretUpFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m7.247 4.86-4.796 5.481c-.566.647-.106 1.659.753 1.659h9.592a1 1 0 0 0 .753-1.659l-4.796-5.48a1 1 0 0 0-1.506 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CaretUpSquare",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z\"/><path d=\"M3.544 10.705A.5.5 0 0 0 4 11h8a.5.5 0 0 0 .374-.832l-4-4.5a.5.5 0 0 0-.748 0l-4 4.5a.5.5 0 0 0-.082.537z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CaretUpSquareFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm4 9h8a.5.5 0 0 0 .374-.832l-4-4.5a.5.5 0 0 0-.748 0l-4 4.5A.5.5 0 0 0 4 11z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Cart",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 13 12H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5zM3.102 4l1.313 7h8.17l1.313-7H3.102zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Cart2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 2.5A.5.5 0 0 1 .5 2H2a.5.5 0 0 1 .485.379L2.89 4H14.5a.5.5 0 0 1 .485.621l-1.5 6A.5.5 0 0 1 13 11H4a.5.5 0 0 1-.485-.379L1.61 3H.5a.5.5 0 0 1-.5-.5zM3.14 5l1.25 5h8.22l1.25-5H3.14zM5 13a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm-2 1a2 2 0 1 1 4 0 2 2 0 0 1-4 0zm9-1a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm-2 1a2 2 0 1 1 4 0 2 2 0 0 1-4 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Cart3",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .49.598l-1 5a.5.5 0 0 1-.465.401l-9.397.472L4.415 11H13a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5zM3.102 4l.84 4.479 9.144-.459L13.89 4H3.102zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Cart4",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 2.5A.5.5 0 0 1 .5 2H2a.5.5 0 0 1 .485.379L2.89 4H14.5a.5.5 0 0 1 .485.621l-1.5 6A.5.5 0 0 1 13 11H4a.5.5 0 0 1-.485-.379L1.61 3H.5a.5.5 0 0 1-.5-.5zM3.14 5l.5 2H5V5H3.14zM6 5v2h2V5H6zm3 0v2h2V5H9zm3 0v2h1.36l.5-2H12zm1.11 3H12v2h.61l.5-2zM11 8H9v2h2V8zM8 8H6v2h2V8zM5 8H3.89l.5 2H5V8zm0 5a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm-2 1a2 2 0 1 1 4 0 2 2 0 0 1-4 0zm9-1a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm-2 1a2 2 0 1 1 4 0 2 2 0 0 1-4 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CartCheck",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11.354 6.354a.5.5 0 0 0-.708-.708L8 8.293 6.854 7.146a.5.5 0 1 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0l3-3z\"/><path d=\"M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1H.5zm3.915 10L3.102 4h10.796l-1.313 7h-8.17zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CartCheckFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1H.5zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm-1.646-7.646-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L8 8.293l2.646-2.647a.5.5 0 0 1 .708.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CartDash",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.5 7a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1h-4z\"/><path d=\"M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1H.5zm3.915 10L3.102 4h10.796l-1.313 7h-8.17zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CartDashFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1H.5zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zM6.5 7h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1 0-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CartFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 13 12H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CartPlus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9 5.5a.5.5 0 0 0-1 0V7H6.5a.5.5 0 0 0 0 1H8v1.5a.5.5 0 0 0 1 0V8h1.5a.5.5 0 0 0 0-1H9V5.5z\"/><path d=\"M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1H.5zm3.915 10L3.102 4h10.796l-1.313 7h-8.17zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CartPlusFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1H.5zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zM9 5.5V7h1.5a.5.5 0 0 1 0 1H9v1.5a.5.5 0 0 1-1 0V8H6.5a.5.5 0 0 1 0-1H8V5.5a.5.5 0 0 1 1 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CartX",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.354 5.646a.5.5 0 1 0-.708.708L7.793 7.5 6.646 8.646a.5.5 0 1 0 .708.708L8.5 8.207l1.146 1.147a.5.5 0 0 0 .708-.708L9.207 7.5l1.147-1.146a.5.5 0 0 0-.708-.708L8.5 6.793 7.354 5.646z\"/><path d=\"M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1H.5zm3.915 10L3.102 4h10.796l-1.313 7h-8.17zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CartXFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1H.5zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zM7.354 5.646 8.5 6.793l1.146-1.147a.5.5 0 0 1 .708.708L9.207 7.5l1.147 1.146a.5.5 0 0 1-.708.708L8.5 8.207 7.354 9.354a.5.5 0 1 1-.708-.708L7.793 7.5 6.646 6.354a.5.5 0 1 1 .708-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Cash",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/><path d=\"M0 4a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V4zm3 0a2 2 0 0 1-2 2v4a2 2 0 0 1 2 2h10a2 2 0 0 1 2-2V6a2 2 0 0 1-2-2H3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CashCoin",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M11 15a4 4 0 1 0 0-8 4 4 0 0 0 0 8zm5-4a5 5 0 1 1-10 0 5 5 0 0 1 10 0z\"/><path d=\"M9.438 11.944c.047.596.518 1.06 1.363 1.116v.44h.375v-.443c.875-.061 1.386-.529 1.386-1.207 0-.618-.39-.936-1.09-1.1l-.296-.07v-1.2c.376.043.614.248.671.532h.658c-.047-.575-.54-1.024-1.329-1.073V8.5h-.375v.45c-.747.073-1.255.522-1.255 1.158 0 .562.378.92 1.007 1.066l.248.061v1.272c-.384-.058-.639-.27-.696-.563h-.668zm1.36-1.354c-.369-.085-.569-.26-.569-.522 0-.294.216-.514.572-.578v1.1h-.003zm.432.746c.449.104.655.272.655.569 0 .339-.257.571-.709.614v-1.195l.054.012z\"/><path d=\"M1 0a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h4.083c.058-.344.145-.678.258-1H3a2 2 0 0 0-2-2V3a2 2 0 0 0 2-2h10a2 2 0 0 0 2 2v3.528c.38.34.717.728 1 1.154V1a1 1 0 0 0-1-1H1z\"/><path d=\"M9.998 5.083 10 5a2 2 0 1 0-3.132 1.65 5.982 5.982 0 0 1 3.13-1.567z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CashStack",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1 3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1H1zm7 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/><path d=\"M0 5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V5zm3 0a2 2 0 0 1-2 2v4a2 2 0 0 1 2 2h10a2 2 0 0 1 2-2V7a2 2 0 0 1-2-2H3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Cast",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m7.646 9.354-3.792 3.792a.5.5 0 0 0 .353.854h7.586a.5.5 0 0 0 .354-.854L8.354 9.354a.5.5 0 0 0-.708 0z\"/><path d=\"M11.414 11H14.5a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-13a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h3.086l-1 1H1.5A1.5 1.5 0 0 1 0 10.5v-7A1.5 1.5 0 0 1 1.5 2h13A1.5 1.5 0 0 1 16 3.5v7a1.5 1.5 0 0 1-1.5 1.5h-2.086l-1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Chat",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.678 11.894a1 1 0 0 1 .287.801 10.97 10.97 0 0 1-.398 2c1.395-.323 2.247-.697 2.634-.893a1 1 0 0 1 .71-.074A8.06 8.06 0 0 0 8 14c3.996 0 7-2.807 7-6 0-3.192-3.004-6-7-6S1 4.808 1 8c0 1.468.617 2.83 1.678 3.894zm-.493 3.905a21.682 21.682 0 0 1-.713.129c-.2.032-.352-.176-.273-.362a9.68 9.68 0 0 0 .244-.637l.003-.01c.248-.72.45-1.548.524-2.319C.743 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7-3.582 7-8 7a9.06 9.06 0 0 1-2.347-.306c-.52.263-1.639.742-3.468 1.105z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ChatDots",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/><path d=\"m2.165 15.803.02-.004c1.83-.363 2.948-.842 3.468-1.105A9.06 9.06 0 0 0 8 15c4.418 0 8-3.134 8-7s-3.582-7-8-7-8 3.134-8 7c0 1.76.743 3.37 1.97 4.6a10.437 10.437 0 0 1-.524 2.318l-.003.011a10.722 10.722 0 0 1-.244.637c-.079.186.074.394.273.362a21.673 21.673 0 0 0 .693-.125zm.8-3.108a1 1 0 0 0-.287-.801C1.618 10.83 1 9.468 1 8c0-3.192 3.004-6 7-6s7 2.808 7 6c0 3.193-3.004 6-7 6a8.06 8.06 0 0 1-2.088-.272 1 1 0 0 0-.711.074c-.387.196-1.24.57-2.634.893a10.97 10.97 0 0 0 .398-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ChatDotsFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8c0 3.866-3.582 7-8 7a9.06 9.06 0 0 1-2.347-.306c-.584.296-1.925.864-4.181 1.234-.2.032-.352-.176-.273-.362.354-.836.674-1.95.77-2.966C.744 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7zM5 8a1 1 0 1 0-2 0 1 1 0 0 0 2 0zm4 0a1 1 0 1 0-2 0 1 1 0 0 0 2 0zm3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ChatFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15c4.418 0 8-3.134 8-7s-3.582-7-8-7-8 3.134-8 7c0 1.76.743 3.37 1.97 4.6-.097 1.016-.417 2.13-.771 2.966-.079.186.074.394.273.362 2.256-.37 3.597-.938 4.18-1.234A9.06 9.06 0 0 0 8 15z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ChatLeft",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H4.414A2 2 0 0 0 3 11.586l-2 2V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12.793a.5.5 0 0 0 .854.353l2.853-2.853A1 1 0 0 1 4.414 12H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ChatLeftDots",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H4.414A2 2 0 0 0 3 11.586l-2 2V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12.793a.5.5 0 0 0 .854.353l2.853-2.853A1 1 0 0 1 4.414 12H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z\"/><path d=\"M5 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ChatLeftDotsFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4.414a1 1 0 0 0-.707.293L.854 15.146A.5.5 0 0 1 0 14.793V2zm5 4a1 1 0 1 0-2 0 1 1 0 0 0 2 0zm4 0a1 1 0 1 0-2 0 1 1 0 0 0 2 0zm3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ChatLeftFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 0a2 2 0 0 0-2 2v12.793a.5.5 0 0 0 .854.353l2.853-2.853A1 1 0 0 1 4.414 12H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ChatLeftQuote",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H4.414A2 2 0 0 0 3 11.586l-2 2V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12.793a.5.5 0 0 0 .854.353l2.853-2.853A1 1 0 0 1 4.414 12H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z\"/><path d=\"M7.066 4.76A1.665 1.665 0 0 0 4 5.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 1 0 .6.58c1.486-1.54 1.293-3.214.682-4.112zm4 0A1.665 1.665 0 0 0 8 5.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 1 0 .6.58c1.486-1.54 1.293-3.214.682-4.112z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ChatLeftQuoteFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4.414a1 1 0 0 0-.707.293L.854 15.146A.5.5 0 0 1 0 14.793V2zm7.194 2.766a1.688 1.688 0 0 0-.227-.272 1.467 1.467 0 0 0-.469-.324l-.008-.004A1.785 1.785 0 0 0 5.734 4C4.776 4 4 4.746 4 5.667c0 .92.776 1.666 1.734 1.666.343 0 .662-.095.931-.26-.137.389-.39.804-.81 1.22a.405.405 0 0 0 .011.59c.173.16.447.155.614-.01 1.334-1.329 1.37-2.758.941-3.706a2.461 2.461 0 0 0-.227-.4zM11 7.073c-.136.389-.39.804-.81 1.22a.405.405 0 0 0 .012.59c.172.16.446.155.613-.01 1.334-1.329 1.37-2.758.942-3.706a2.466 2.466 0 0 0-.228-.4 1.686 1.686 0 0 0-.227-.273 1.466 1.466 0 0 0-.469-.324l-.008-.004A1.785 1.785 0 0 0 10.07 4c-.957 0-1.734.746-1.734 1.667 0 .92.777 1.666 1.734 1.666.343 0 .662-.095.931-.26z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ChatLeftText",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H4.414A2 2 0 0 0 3 11.586l-2 2V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12.793a.5.5 0 0 0 .854.353l2.853-2.853A1 1 0 0 1 4.414 12H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z\"/><path d=\"M3 3.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zM3 6a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9A.5.5 0 0 1 3 6zm0 2.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ChatLeftTextFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4.414a1 1 0 0 0-.707.293L.854 15.146A.5.5 0 0 1 0 14.793V2zm3.5 1a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9zm0 2.5a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9zm0 2.5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ChatQuote",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.678 11.894a1 1 0 0 1 .287.801 10.97 10.97 0 0 1-.398 2c1.395-.323 2.247-.697 2.634-.893a1 1 0 0 1 .71-.074A8.06 8.06 0 0 0 8 14c3.996 0 7-2.807 7-6 0-3.192-3.004-6-7-6S1 4.808 1 8c0 1.468.617 2.83 1.678 3.894zm-.493 3.905a21.682 21.682 0 0 1-.713.129c-.2.032-.352-.176-.273-.362a9.68 9.68 0 0 0 .244-.637l.003-.01c.248-.72.45-1.548.524-2.319C.743 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7-3.582 7-8 7a9.06 9.06 0 0 1-2.347-.306c-.52.263-1.639.742-3.468 1.105z\"/><path d=\"M7.066 6.76A1.665 1.665 0 0 0 4 7.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 0 0 .6.58c1.486-1.54 1.293-3.214.682-4.112zm4 0A1.665 1.665 0 0 0 8 7.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 0 0 .6.58c1.486-1.54 1.293-3.214.682-4.112z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ChatQuoteFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8c0 3.866-3.582 7-8 7a9.06 9.06 0 0 1-2.347-.306c-.584.296-1.925.864-4.181 1.234-.2.032-.352-.176-.273-.362.354-.836.674-1.95.77-2.966C.744 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7zM7.194 6.766a1.688 1.688 0 0 0-.227-.272 1.467 1.467 0 0 0-.469-.324l-.008-.004A1.785 1.785 0 0 0 5.734 6C4.776 6 4 6.746 4 7.667c0 .92.776 1.666 1.734 1.666.343 0 .662-.095.931-.26-.137.389-.39.804-.81 1.22a.405.405 0 0 0 .011.59c.173.16.447.155.614-.01 1.334-1.329 1.37-2.758.941-3.706a2.461 2.461 0 0 0-.227-.4zM11 9.073c-.136.389-.39.804-.81 1.22a.405.405 0 0 0 .012.59c.172.16.446.155.613-.01 1.334-1.329 1.37-2.758.942-3.706a2.466 2.466 0 0 0-.228-.4 1.686 1.686 0 0 0-.227-.273 1.466 1.466 0 0 0-.469-.324l-.008-.004A1.785 1.785 0 0 0 10.07 6c-.957 0-1.734.746-1.734 1.667 0 .92.777 1.666 1.734 1.666.343 0 .662-.095.931-.26z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ChatRight",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h9.586a2 2 0 0 1 1.414.586l2 2V2a1 1 0 0 0-1-1H2zm12-1a2 2 0 0 1 2 2v12.793a.5.5 0 0 1-.854.353l-2.853-2.853a1 1 0 0 0-.707-.293H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h12z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ChatRightDots",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h9.586a2 2 0 0 1 1.414.586l2 2V2a1 1 0 0 0-1-1H2zm12-1a2 2 0 0 1 2 2v12.793a.5.5 0 0 1-.854.353l-2.853-2.853a1 1 0 0 0-.707-.293H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h12z\"/><path d=\"M5 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ChatRightDotsFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h9.586a1 1 0 0 1 .707.293l2.853 2.853a.5.5 0 0 0 .854-.353V2zM5 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 1a1 1 0 1 1 0-2 1 1 0 0 1 0 2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ChatRightFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 0a2 2 0 0 1 2 2v12.793a.5.5 0 0 1-.854.353l-2.853-2.853a1 1 0 0 0-.707-.293H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h12z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ChatRightQuote",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h9.586a2 2 0 0 1 1.414.586l2 2V2a1 1 0 0 0-1-1H2zm12-1a2 2 0 0 1 2 2v12.793a.5.5 0 0 1-.854.353l-2.853-2.853a1 1 0 0 0-.707-.293H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h12z\"/><path d=\"M7.066 4.76A1.665 1.665 0 0 0 4 5.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 1 0 .6.58c1.486-1.54 1.293-3.214.682-4.112zm4 0A1.665 1.665 0 0 0 8 5.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 1 0 .6.58c1.486-1.54 1.293-3.214.682-4.112z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ChatRightQuoteFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h9.586a1 1 0 0 1 .707.293l2.853 2.853a.5.5 0 0 0 .854-.353V2zM7.194 4.766c.087.124.163.26.227.401.428.948.393 2.377-.942 3.706a.446.446 0 0 1-.612.01.405.405 0 0 1-.011-.59c.419-.416.672-.831.809-1.22-.269.165-.588.26-.93.26C4.775 7.333 4 6.587 4 5.667 4 4.747 4.776 4 5.734 4c.271 0 .528.06.756.166l.008.004c.169.07.327.182.469.324.085.083.161.174.227.272zM11 7.073c-.269.165-.588.26-.93.26-.958 0-1.735-.746-1.735-1.666 0-.92.777-1.667 1.734-1.667.271 0 .528.06.756.166l.008.004c.17.07.327.182.469.324.085.083.161.174.227.272.087.124.164.26.228.401.428.948.392 2.377-.942 3.706a.446.446 0 0 1-.613.01.405.405 0 0 1-.011-.59c.42-.416.672-.831.81-1.22z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ChatRightText",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h9.586a2 2 0 0 1 1.414.586l2 2V2a1 1 0 0 0-1-1H2zm12-1a2 2 0 0 1 2 2v12.793a.5.5 0 0 1-.854.353l-2.853-2.853a1 1 0 0 0-.707-.293H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h12z\"/><path d=\"M3 3.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zM3 6a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9A.5.5 0 0 1 3 6zm0 2.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ChatRightTextFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h9.586a1 1 0 0 1 .707.293l2.853 2.853a.5.5 0 0 0 .854-.353V2zM3.5 3h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1 0-1zm0 2.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1 0-1zm0 2.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ChatSquare",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-2.5a2 2 0 0 0-1.6.8L8 14.333 6.1 11.8a2 2 0 0 0-1.6-.8H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2.5a1 1 0 0 1 .8.4l1.9 2.533a1 1 0 0 0 1.6 0l1.9-2.533a1 1 0 0 1 .8-.4H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ChatSquareDots",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-2.5a2 2 0 0 0-1.6.8L8 14.333 6.1 11.8a2 2 0 0 0-1.6-.8H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2.5a1 1 0 0 1 .8.4l1.9 2.533a1 1 0 0 0 1.6 0l1.9-2.533a1 1 0 0 1 .8-.4H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z\"/><path d=\"M5 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ChatSquareDotsFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.5a1 1 0 0 0-.8.4l-1.9 2.533a1 1 0 0 1-1.6 0L5.3 12.4a1 1 0 0 0-.8-.4H2a2 2 0 0 1-2-2V2zm5 4a1 1 0 1 0-2 0 1 1 0 0 0 2 0zm4 0a1 1 0 1 0-2 0 1 1 0 0 0 2 0zm3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ChatSquareFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 0a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2.5a1 1 0 0 1 .8.4l1.9 2.533a1 1 0 0 0 1.6 0l1.9-2.533a1 1 0 0 1 .8-.4H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ChatSquareQuote",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-2.5a2 2 0 0 0-1.6.8L8 14.333 6.1 11.8a2 2 0 0 0-1.6-.8H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2.5a1 1 0 0 1 .8.4l1.9 2.533a1 1 0 0 0 1.6 0l1.9-2.533a1 1 0 0 1 .8-.4H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z\"/><path d=\"M7.066 4.76A1.665 1.665 0 0 0 4 5.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 1 0 .6.58c1.486-1.54 1.293-3.214.682-4.112zm4 0A1.665 1.665 0 0 0 8 5.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 1 0 .6.58c1.486-1.54 1.293-3.214.682-4.112z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ChatSquareQuoteFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.5a1 1 0 0 0-.8.4l-1.9 2.533a1 1 0 0 1-1.6 0L5.3 12.4a1 1 0 0 0-.8-.4H2a2 2 0 0 1-2-2V2zm7.194 2.766a1.688 1.688 0 0 0-.227-.272 1.467 1.467 0 0 0-.469-.324l-.008-.004A1.785 1.785 0 0 0 5.734 4C4.776 4 4 4.746 4 5.667c0 .92.776 1.666 1.734 1.666.343 0 .662-.095.931-.26-.137.389-.39.804-.81 1.22a.405.405 0 0 0 .011.59c.173.16.447.155.614-.01 1.334-1.329 1.37-2.758.941-3.706a2.461 2.461 0 0 0-.227-.4zM11 7.073c-.136.389-.39.804-.81 1.22a.405.405 0 0 0 .012.59c.172.16.446.155.613-.01 1.334-1.329 1.37-2.758.942-3.706a2.466 2.466 0 0 0-.228-.4 1.686 1.686 0 0 0-.227-.273 1.466 1.466 0 0 0-.469-.324l-.008-.004A1.785 1.785 0 0 0 10.07 4c-.957 0-1.734.746-1.734 1.667 0 .92.777 1.666 1.734 1.666.343 0 .662-.095.931-.26z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ChatSquareText",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-2.5a2 2 0 0 0-1.6.8L8 14.333 6.1 11.8a2 2 0 0 0-1.6-.8H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2.5a1 1 0 0 1 .8.4l1.9 2.533a1 1 0 0 0 1.6 0l1.9-2.533a1 1 0 0 1 .8-.4H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z\"/><path d=\"M3 3.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zM3 6a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9A.5.5 0 0 1 3 6zm0 2.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ChatSquareTextFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.5a1 1 0 0 0-.8.4l-1.9 2.533a1 1 0 0 1-1.6 0L5.3 12.4a1 1 0 0 0-.8-.4H2a2 2 0 0 1-2-2V2zm3.5 1a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9zm0 2.5a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9zm0 2.5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ChatText",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.678 11.894a1 1 0 0 1 .287.801 10.97 10.97 0 0 1-.398 2c1.395-.323 2.247-.697 2.634-.893a1 1 0 0 1 .71-.074A8.06 8.06 0 0 0 8 14c3.996 0 7-2.807 7-6 0-3.192-3.004-6-7-6S1 4.808 1 8c0 1.468.617 2.83 1.678 3.894zm-.493 3.905a21.682 21.682 0 0 1-.713.129c-.2.032-.352-.176-.273-.362a9.68 9.68 0 0 0 .244-.637l.003-.01c.248-.72.45-1.548.524-2.319C.743 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7-3.582 7-8 7a9.06 9.06 0 0 1-2.347-.306c-.52.263-1.639.742-3.468 1.105z\"/><path d=\"M4 5.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zM4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8zm0 2.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ChatTextFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8c0 3.866-3.582 7-8 7a9.06 9.06 0 0 1-2.347-.306c-.584.296-1.925.864-4.181 1.234-.2.032-.352-.176-.273-.362.354-.836.674-1.95.77-2.966C.744 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7zM4.5 5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1h-7zm0 2.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1h-7zm0 2.5a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1h-4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Check",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Check2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Check2All",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12.354 4.354a.5.5 0 0 0-.708-.708L5 10.293 1.854 7.146a.5.5 0 1 0-.708.708l3.5 3.5a.5.5 0 0 0 .708 0l7-7zm-4.208 7-.896-.897.707-.707.543.543 6.646-6.647a.5.5 0 0 1 .708.708l-7 7a.5.5 0 0 1-.708 0z\"/><path d=\"m5.354 7.146.896.897-.707.707-.897-.896a.5.5 0 1 1 .708-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Check2Circle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.5 8a5.5 5.5 0 0 1 8.25-4.764.5.5 0 0 0 .5-.866A6.5 6.5 0 1 0 14.5 8a.5.5 0 0 0-1 0 5.5 5.5 0 1 1-11 0z\"/><path d=\"M15.354 3.354a.5.5 0 0 0-.708-.708L8 9.293 5.354 6.646a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0l7-7z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Check2Square",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 14.5A1.5 1.5 0 0 1 1.5 13V3A1.5 1.5 0 0 1 3 1.5h8a.5.5 0 0 1 0 1H3a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V8a.5.5 0 0 1 1 0v5a1.5 1.5 0 0 1-1.5 1.5H3z\"/><path d=\"m8.354 10.354 7-7a.5.5 0 0 0-.708-.708L8 9.293 5.354 6.646a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CheckAll",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L2.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093L8.95 4.992a.252.252 0 0 1 .02-.022zm-.92 5.14.92.92a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 1 0-1.091-1.028L9.477 9.417l-.485-.486-.943 1.179z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CheckCircle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M10.97 4.97a.235.235 0 0 0-.02.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CheckCircleFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CheckLg",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13.485 1.431a1.473 1.473 0 0 1 2.104 2.062l-7.84 9.801a1.473 1.473 0 0 1-2.12.04L.431 8.138a1.473 1.473 0 0 1 2.084-2.083l4.111 4.112 6.82-8.69a.486.486 0 0 1 .04-.045z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CheckSquare",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z\"/><path d=\"M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.235.235 0 0 1 .02-.022z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CheckSquareFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm10.03 4.97a.75.75 0 0 1 .011 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.75.75 0 0 1 1.08-.022z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ChevronBarContract",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M3.646 14.854a.5.5 0 0 0 .708 0L8 11.207l3.646 3.647a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 0 0 0 .708zm0-13.708a.5.5 0 0 1 .708 0L8 4.793l3.646-3.647a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 0-.708zM1 8a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13A.5.5 0 0 1 1 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ChevronBarDown",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M3.646 4.146a.5.5 0 0 1 .708 0L8 7.793l3.646-3.647a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 0-.708zM1 11.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ChevronBarExpand",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M3.646 10.146a.5.5 0 0 1 .708 0L8 13.793l3.646-3.647a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 0-.708zm0-4.292a.5.5 0 0 0 .708 0L8 2.207l3.646 3.647a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 0 0 0 .708zM1 8a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13A.5.5 0 0 1 1 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ChevronBarLeft",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M11.854 3.646a.5.5 0 0 1 0 .708L8.207 8l3.647 3.646a.5.5 0 0 1-.708.708l-4-4a.5.5 0 0 1 0-.708l4-4a.5.5 0 0 1 .708 0zM4.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 1 0v-13a.5.5 0 0 0-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ChevronBarRight",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M4.146 3.646a.5.5 0 0 0 0 .708L7.793 8l-3.647 3.646a.5.5 0 0 0 .708.708l4-4a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708 0zM11.5 1a.5.5 0 0 1 .5.5v13a.5.5 0 0 1-1 0v-13a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ChevronBarUp",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M3.646 11.854a.5.5 0 0 0 .708 0L8 8.207l3.646 3.647a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 0 0 0 .708zM2.4 5.2c0 .22.18.4.4.4h10.4a.4.4 0 0 0 0-.8H2.8a.4.4 0 0 0-.4.4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ChevronCompactDown",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1.553 6.776a.5.5 0 0 1 .67-.223L8 9.44l5.776-2.888a.5.5 0 1 1 .448.894l-6 3a.5.5 0 0 1-.448 0l-6-3a.5.5 0 0 1-.223-.67z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ChevronCompactLeft",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M9.224 1.553a.5.5 0 0 1 .223.67L6.56 8l2.888 5.776a.5.5 0 1 1-.894.448l-3-6a.5.5 0 0 1 0-.448l3-6a.5.5 0 0 1 .67-.223z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ChevronCompactRight",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M6.776 1.553a.5.5 0 0 1 .671.223l3 6a.5.5 0 0 1 0 .448l-3 6a.5.5 0 1 1-.894-.448L9.44 8 6.553 2.224a.5.5 0 0 1 .223-.671z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ChevronCompactUp",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M7.776 5.553a.5.5 0 0 1 .448 0l6 3a.5.5 0 1 1-.448.894L8 6.56 2.224 9.447a.5.5 0 1 1-.448-.894l6-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ChevronContract",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M3.646 13.854a.5.5 0 0 0 .708 0L8 10.207l3.646 3.647a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 0 0 0 .708zm0-11.708a.5.5 0 0 1 .708 0L8 5.793l3.646-3.647a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 0-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ChevronDoubleDown",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1.646 6.646a.5.5 0 0 1 .708 0L8 12.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z\"/><path fill-rule=\"evenodd\" d=\"M1.646 2.646a.5.5 0 0 1 .708 0L8 8.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ChevronDoubleLeft",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8.354 1.646a.5.5 0 0 1 0 .708L2.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z\"/><path fill-rule=\"evenodd\" d=\"M12.354 1.646a.5.5 0 0 1 0 .708L6.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ChevronDoubleRight",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M3.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L9.293 8 3.646 2.354a.5.5 0 0 1 0-.708z\"/><path fill-rule=\"evenodd\" d=\"M7.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L13.293 8 7.646 2.354a.5.5 0 0 1 0-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ChevronDoubleUp",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M7.646 2.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 3.707 2.354 9.354a.5.5 0 1 1-.708-.708l6-6z\"/><path fill-rule=\"evenodd\" d=\"M7.646 6.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 7.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ChevronDown",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ChevronExpand",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M3.646 9.146a.5.5 0 0 1 .708 0L8 12.793l3.646-3.647a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 0-.708zm0-2.292a.5.5 0 0 0 .708 0L8 3.207l3.646 3.647a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 0 0 0 .708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ChevronLeft",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ChevronRight",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ChevronUp",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Circle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CircleFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><circle cx=\"8\" cy=\"8\" r=\"8\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CircleHalf",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 0 8 1v14zm0 1A8 8 0 1 1 8 0a8 8 0 0 1 0 16z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CircleSquare",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 6a6 6 0 1 1 12 0A6 6 0 0 1 0 6z\"/><path d=\"M12.93 5h1.57a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5v-1.57a6.953 6.953 0 0 1-1-.22v1.79A1.5 1.5 0 0 0 5.5 16h9a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 4h-1.79c.097.324.17.658.22 1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Clipboard",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1v-1z\"/><path d=\"M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ClipboardCheck",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M10.854 7.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 9.793l2.646-2.647a.5.5 0 0 1 .708 0z\"/><path d=\"M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1v-1z\"/><path d=\"M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ClipboardData",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 11a1 1 0 1 1 2 0v1a1 1 0 1 1-2 0v-1zm6-4a1 1 0 1 1 2 0v5a1 1 0 1 1-2 0V7zM7 9a1 1 0 0 1 2 0v3a1 1 0 1 1-2 0V9z\"/><path d=\"M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1v-1z\"/><path d=\"M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ClipboardMinus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M5.5 9.5A.5.5 0 0 1 6 9h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z\"/><path d=\"M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1v-1z\"/><path d=\"M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ClipboardPlus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 7a.5.5 0 0 1 .5.5V9H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V10H6a.5.5 0 0 1 0-1h1.5V7.5A.5.5 0 0 1 8 7z\"/><path d=\"M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1v-1z\"/><path d=\"M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ClipboardX",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M6.146 7.146a.5.5 0 0 1 .708 0L8 8.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 9l1.147 1.146a.5.5 0 0 1-.708.708L8 9.707l-1.146 1.147a.5.5 0 0 1-.708-.708L7.293 9 6.146 7.854a.5.5 0 0 1 0-.708z\"/><path d=\"M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1v-1z\"/><path d=\"M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Clock",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 3.5a.5.5 0 0 0-1 0V9a.5.5 0 0 0 .252.434l3.5 2a.5.5 0 0 0 .496-.868L8 8.71V3.5z\"/><path d=\"M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zm7-8A7 7 0 1 1 1 8a7 7 0 0 1 14 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ClockFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8 3.5a.5.5 0 0 0-1 0V9a.5.5 0 0 0 .252.434l3.5 2a.5.5 0 0 0 .496-.868L8 8.71V3.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ClockHistory",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.515 1.019A7 7 0 0 0 8 1V0a8 8 0 0 1 .589.022l-.074.997zm2.004.45a7.003 7.003 0 0 0-.985-.299l.219-.976c.383.086.76.2 1.126.342l-.36.933zm1.37.71a7.01 7.01 0 0 0-.439-.27l.493-.87a8.025 8.025 0 0 1 .979.654l-.615.789a6.996 6.996 0 0 0-.418-.302zm1.834 1.79a6.99 6.99 0 0 0-.653-.796l.724-.69c.27.285.52.59.747.91l-.818.576zm.744 1.352a7.08 7.08 0 0 0-.214-.468l.893-.45a7.976 7.976 0 0 1 .45 1.088l-.95.313a7.023 7.023 0 0 0-.179-.483zm.53 2.507a6.991 6.991 0 0 0-.1-1.025l.985-.17c.067.386.106.778.116 1.17l-1 .025zm-.131 1.538c.033-.17.06-.339.081-.51l.993.123a7.957 7.957 0 0 1-.23 1.155l-.964-.267c.046-.165.086-.332.12-.501zm-.952 2.379c.184-.29.346-.594.486-.908l.914.405c-.16.36-.345.706-.555 1.038l-.845-.535zm-.964 1.205c.122-.122.239-.248.35-.378l.758.653a8.073 8.073 0 0 1-.401.432l-.707-.707z\"/><path d=\"M8 1a7 7 0 1 0 4.95 11.95l.707.707A8.001 8.001 0 1 1 8 0v1z\"/><path d=\"M7.5 3a.5.5 0 0 1 .5.5v5.21l3.248 1.856a.5.5 0 0 1-.496.868l-3.5-2A.5.5 0 0 1 7 9V3.5a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Cloud",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.406 3.342A5.53 5.53 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773 16 11.569 14.502 13 12.687 13H3.781C1.708 13 0 11.366 0 9.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383zm.653.757c-.757.653-1.153 1.44-1.153 2.056v.448l-.445.049C2.064 6.805 1 7.952 1 9.318 1 10.785 2.23 12 3.781 12h8.906C13.98 12 15 10.988 15 9.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 4.825 10.328 3 8 3a4.53 4.53 0 0 0-2.941 1.1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CloudArrowDown",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M7.646 10.854a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 9.293V5.5a.5.5 0 0 0-1 0v3.793L6.354 8.146a.5.5 0 1 0-.708.708l2 2z\"/><path d=\"M4.406 3.342A5.53 5.53 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773 16 11.569 14.502 13 12.687 13H3.781C1.708 13 0 11.366 0 9.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383zm.653.757c-.757.653-1.153 1.44-1.153 2.056v.448l-.445.049C2.064 6.805 1 7.952 1 9.318 1 10.785 2.23 12 3.781 12h8.906C13.98 12 15 10.988 15 9.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 4.825 10.328 3 8 3a4.53 4.53 0 0 0-2.941 1.1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CloudArrowDownFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 2a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 6.095 0 7.555 0 9.318 0 11.366 1.708 13 3.781 13h8.906C14.502 13 16 11.57 16 9.773c0-1.636-1.242-2.969-2.834-3.194C12.923 3.999 10.69 2 8 2zm2.354 6.854-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 1 1 .708-.708L7.5 9.293V5.5a.5.5 0 0 1 1 0v3.793l1.146-1.147a.5.5 0 0 1 .708.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CloudArrowUp",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M7.646 5.146a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L8.5 6.707V10.5a.5.5 0 0 1-1 0V6.707L6.354 7.854a.5.5 0 1 1-.708-.708l2-2z\"/><path d=\"M4.406 3.342A5.53 5.53 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773 16 11.569 14.502 13 12.687 13H3.781C1.708 13 0 11.366 0 9.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383zm.653.757c-.757.653-1.153 1.44-1.153 2.056v.448l-.445.049C2.064 6.805 1 7.952 1 9.318 1 10.785 2.23 12 3.781 12h8.906C13.98 12 15 10.988 15 9.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 4.825 10.328 3 8 3a4.53 4.53 0 0 0-2.941 1.1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CloudArrowUpFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 2a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 6.095 0 7.555 0 9.318 0 11.366 1.708 13 3.781 13h8.906C14.502 13 16 11.57 16 9.773c0-1.636-1.242-2.969-2.834-3.194C12.923 3.999 10.69 2 8 2zm2.354 5.146a.5.5 0 0 1-.708.708L8.5 6.707V10.5a.5.5 0 0 1-1 0V6.707L6.354 7.854a.5.5 0 1 1-.708-.708l2-2a.5.5 0 0 1 .708 0l2 2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CloudCheck",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M10.354 6.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7 8.793l2.646-2.647a.5.5 0 0 1 .708 0z\"/><path d=\"M4.406 3.342A5.53 5.53 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773 16 11.569 14.502 13 12.687 13H3.781C1.708 13 0 11.366 0 9.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383zm.653.757c-.757.653-1.153 1.44-1.153 2.056v.448l-.445.049C2.064 6.805 1 7.952 1 9.318 1 10.785 2.23 12 3.781 12h8.906C13.98 12 15 10.988 15 9.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 4.825 10.328 3 8 3a4.53 4.53 0 0 0-2.941 1.1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CloudCheckFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 2a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 6.095 0 7.555 0 9.318 0 11.366 1.708 13 3.781 13h8.906C14.502 13 16 11.57 16 9.773c0-1.636-1.242-2.969-2.834-3.194C12.923 3.999 10.69 2 8 2zm2.354 4.854-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7 8.793l2.646-2.647a.5.5 0 0 1 .708.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CloudDownload",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.406 1.342A5.53 5.53 0 0 1 8 0c2.69 0 4.923 2 5.166 4.579C14.758 4.804 16 6.137 16 7.773 16 9.569 14.502 11 12.687 11H10a.5.5 0 0 1 0-1h2.688C13.979 10 15 8.988 15 7.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 2.825 10.328 1 8 1a4.53 4.53 0 0 0-2.941 1.1c-.757.652-1.153 1.438-1.153 2.055v.448l-.445.049C2.064 4.805 1 5.952 1 7.318 1 8.785 2.23 10 3.781 10H6a.5.5 0 0 1 0 1H3.781C1.708 11 0 9.366 0 7.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383z\"/><path d=\"M7.646 15.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 14.293V5.5a.5.5 0 0 0-1 0v8.793l-2.146-2.147a.5.5 0 0 0-.708.708l3 3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CloudDownloadFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 0a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 4.095 0 5.555 0 7.318 0 9.366 1.708 11 3.781 11H7.5V5.5a.5.5 0 0 1 1 0V11h4.188C14.502 11 16 9.57 16 7.773c0-1.636-1.242-2.969-2.834-3.194C12.923 1.999 10.69 0 8 0zm-.354 15.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 14.293V11h-1v3.293l-2.146-2.147a.5.5 0 0 0-.708.708l3 3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CloudDrizzle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.158 12.025a.5.5 0 0 1 .316.633l-.5 1.5a.5.5 0 0 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.317zm6 0a.5.5 0 0 1 .316.633l-.5 1.5a.5.5 0 0 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.317zm-3.5 1.5a.5.5 0 0 1 .316.633l-.5 1.5a.5.5 0 0 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.317zm6 0a.5.5 0 0 1 .316.633l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.317zm.747-8.498a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 11H13a3 3 0 0 0 .405-5.973zM8.5 2a4 4 0 0 1 3.976 3.555.5.5 0 0 0 .5.445H13a2 2 0 0 1 0 4H3.5a2.5 2.5 0 1 1 .605-4.926.5.5 0 0 0 .596-.329A4.002 4.002 0 0 1 8.5 2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CloudDrizzleFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.158 12.025a.5.5 0 0 1 .316.633l-.5 1.5a.5.5 0 0 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.317zm6 0a.5.5 0 0 1 .316.633l-.5 1.5a.5.5 0 0 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.317zm-3.5 1.5a.5.5 0 0 1 .316.633l-.5 1.5a.5.5 0 0 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.317zm6 0a.5.5 0 0 1 .316.633l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.317zm.747-8.498a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 11H13a3 3 0 0 0 .405-5.973z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CloudFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.406 3.342A5.53 5.53 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773 16 11.569 14.502 13 12.687 13H3.781C1.708 13 0 11.366 0 9.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CloudFog",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 13.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm10.405-9.473a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 12H13a3 3 0 0 0 .405-5.973zM8.5 3a4 4 0 0 1 3.976 3.555.5.5 0 0 0 .5.445H13a2 2 0 0 1 0 4H3.5a2.5 2.5 0 1 1 .605-4.926.5.5 0 0 0 .596-.329A4.002 4.002 0 0 1 8.5 3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CloudFog2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.5 4a4.002 4.002 0 0 0-3.8 2.745.5.5 0 1 1-.949-.313 5.002 5.002 0 0 1 9.654.595A3 3 0 0 1 13 13H.5a.5.5 0 0 1 0-1H13a2 2 0 0 0 .001-4h-.026a.5.5 0 0 1-.5-.445A4 4 0 0 0 8.5 4zM0 8.5A.5.5 0 0 1 .5 8h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CloudFog2Fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.5 3a5.001 5.001 0 0 1 4.905 4.027A3 3 0 0 1 13 13h-1.5a.5.5 0 0 0 0-1H1.05a3.51 3.51 0 0 1-.713-1H9.5a.5.5 0 0 0 0-1H.035a3.53 3.53 0 0 1 0-1H7.5a.5.5 0 0 0 0-1H.337a3.5 3.5 0 0 1 3.57-1.977A5.001 5.001 0 0 1 8.5 3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CloudFogFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 13.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm10.405-9.473a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 12H13a3 3 0 0 0 .405-5.973z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CloudHail",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13.405 4.527a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10.5H13a3 3 0 0 0 .405-5.973zM8.5 1.5a4 4 0 0 1 3.976 3.555.5.5 0 0 0 .5.445H13a2 2 0 0 1-.001 4H3.5a2.5 2.5 0 1 1 .605-4.926.5.5 0 0 0 .596-.329A4.002 4.002 0 0 1 8.5 1.5zM3.75 15.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0zm.408-3.724a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316zM7.75 15.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0zm.408-3.724a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316zm3.592 3.724a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0zm.408-3.724a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CloudHailFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.75 15.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0zm.408-3.724a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316zM7.75 15.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0zm.408-3.724a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316zm3.592 3.724a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0zm.408-3.724a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316zm1.247-6.999a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10.5H13a3 3 0 0 0 .405-5.973z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CloudHaze",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.5 3a4.002 4.002 0 0 0-3.8 2.745.5.5 0 1 1-.949-.313 5.002 5.002 0 0 1 9.654.595A3 3 0 0 1 13 12H4.5a.5.5 0 0 1 0-1H13a2 2 0 0 0 .001-4h-.026a.5.5 0 0 1-.5-.445A4 4 0 0 0 8.5 3zM0 7.5A.5.5 0 0 1 .5 7h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm2 2a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm-2 4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CloudHaze1",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm-3 2a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm2 2a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zM13.405 4.027a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10H13a3 3 0 0 0 .405-5.973zM8.5 1a4 4 0 0 1 3.976 3.555.5.5 0 0 0 .5.445H13a2 2 0 0 1 0 4H3.5a2.5 2.5 0 1 1 .605-4.926.5.5 0 0 0 .596-.329A4.002 4.002 0 0 1 8.5 1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CloudHaze2Fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.5 2a5.001 5.001 0 0 1 4.905 4.027A3 3 0 0 1 13 12H3.5A3.5 3.5 0 0 1 .035 9H5.5a.5.5 0 0 0 0-1H.035a3.5 3.5 0 0 1 3.871-2.977A5.001 5.001 0 0 1 8.5 2zm-6 8a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9zM0 13.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CloudHazeFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm-3 2a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm2 2a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zM13.405 4.027a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10H13a3 3 0 0 0 .405-5.973z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CloudLightning",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13.405 4.027a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10H13a3 3 0 0 0 .405-5.973zM8.5 1a4 4 0 0 1 3.976 3.555.5.5 0 0 0 .5.445H13a2 2 0 0 1 0 4H3.5a2.5 2.5 0 1 1 .605-4.926.5.5 0 0 0 .596-.329A4.002 4.002 0 0 1 8.5 1zM7.053 11.276A.5.5 0 0 1 7.5 11h1a.5.5 0 0 1 .474.658l-.28.842H9.5a.5.5 0 0 1 .39.812l-2 2.5a.5.5 0 0 1-.875-.433L7.36 14H6.5a.5.5 0 0 1-.447-.724l1-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CloudLightningFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.053 11.276A.5.5 0 0 1 7.5 11h1a.5.5 0 0 1 .474.658l-.28.842H9.5a.5.5 0 0 1 .39.812l-2 2.5a.5.5 0 0 1-.875-.433L7.36 14H6.5a.5.5 0 0 1-.447-.724l1-2zm6.352-7.249a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10H13a3 3 0 0 0 .405-5.973z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CloudLightningRain",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.658 11.026a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316zm9.5 0a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316zm-7.5 1.5a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316zm9.5 0a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316zm-.753-8.499a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10H13a3 3 0 0 0 .405-5.973zM8.5 1a4 4 0 0 1 3.976 3.555.5.5 0 0 0 .5.445H13a2 2 0 0 1 0 4H3.5a2.5 2.5 0 1 1 .605-4.926.5.5 0 0 0 .596-.329A4.002 4.002 0 0 1 8.5 1zM7.053 11.276A.5.5 0 0 1 7.5 11h1a.5.5 0 0 1 .474.658l-.28.842H9.5a.5.5 0 0 1 .39.812l-2 2.5a.5.5 0 0 1-.875-.433L7.36 14H6.5a.5.5 0 0 1-.447-.724l1-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CloudLightningRainFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.658 11.026a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316zm9.5 0a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 0 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316zm-7.5 1.5a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316zm9.5 0a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 0 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316zm-7.105-1.25A.5.5 0 0 1 7.5 11h1a.5.5 0 0 1 .474.658l-.28.842H9.5a.5.5 0 0 1 .39.812l-2 2.5a.5.5 0 0 1-.875-.433L7.36 14H6.5a.5.5 0 0 1-.447-.724l1-2zm6.352-7.249a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10H13a3 3 0 0 0 .405-5.973z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CloudMinus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.406 3.342A5.53 5.53 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773 16 11.569 14.502 13 12.687 13H3.781C1.708 13 0 11.366 0 9.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383zm.653.757c-.757.653-1.153 1.44-1.153 2.056v.448l-.445.049C2.064 6.805 1 7.952 1 9.318 1 10.785 2.23 12 3.781 12h8.906C13.98 12 15 10.988 15 9.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 4.825 10.328 3 8 3a4.53 4.53 0 0 0-2.941 1.1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CloudMinusFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 2a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 6.095 0 7.555 0 9.318 0 11.366 1.708 13 3.781 13h8.906C14.502 13 16 11.57 16 9.773c0-1.636-1.242-2.969-2.834-3.194C12.923 3.999 10.69 2 8 2zM6 7.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1 0-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CloudMoon",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7 8a3.5 3.5 0 0 1 3.5 3.555.5.5 0 0 0 .625.492A1.503 1.503 0 0 1 13 13.5a1.5 1.5 0 0 1-1.5 1.5H3a2 2 0 1 1 .1-3.998.5.5 0 0 0 .509-.375A3.502 3.502 0 0 1 7 8zm4.473 3a4.5 4.5 0 0 0-8.72-.99A3 3 0 0 0 3 16h8.5a2.5 2.5 0 0 0 0-5h-.027z\"/><path d=\"M11.286 1.778a.5.5 0 0 0-.565-.755 4.595 4.595 0 0 0-3.18 5.003 5.46 5.46 0 0 1 1.055.209A3.603 3.603 0 0 1 9.83 2.617a4.593 4.593 0 0 0 4.31 5.744 3.576 3.576 0 0 1-2.241.634c.162.317.295.652.394 1a4.59 4.59 0 0 0 3.624-2.04.5.5 0 0 0-.565-.755 3.593 3.593 0 0 1-4.065-5.422z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CloudMoonFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11.473 11a4.5 4.5 0 0 0-8.72-.99A3 3 0 0 0 3 16h8.5a2.5 2.5 0 0 0 0-5h-.027z\"/><path d=\"M11.286 1.778a.5.5 0 0 0-.565-.755 4.595 4.595 0 0 0-3.18 5.003 5.46 5.46 0 0 1 1.055.209A3.603 3.603 0 0 1 9.83 2.617a4.593 4.593 0 0 0 4.31 5.744 3.576 3.576 0 0 1-2.241.634c.162.317.295.652.394 1a4.59 4.59 0 0 0 3.624-2.04.5.5 0 0 0-.565-.755 3.593 3.593 0 0 1-4.065-5.422z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CloudPlus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 5.5a.5.5 0 0 1 .5.5v1.5H10a.5.5 0 0 1 0 1H8.5V10a.5.5 0 0 1-1 0V8.5H6a.5.5 0 0 1 0-1h1.5V6a.5.5 0 0 1 .5-.5z\"/><path d=\"M4.406 3.342A5.53 5.53 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773 16 11.569 14.502 13 12.687 13H3.781C1.708 13 0 11.366 0 9.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383zm.653.757c-.757.653-1.153 1.44-1.153 2.056v.448l-.445.049C2.064 6.805 1 7.952 1 9.318 1 10.785 2.23 12 3.781 12h8.906C13.98 12 15 10.988 15 9.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 4.825 10.328 3 8 3a4.53 4.53 0 0 0-2.941 1.1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CloudPlusFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 2a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 6.095 0 7.555 0 9.318 0 11.366 1.708 13 3.781 13h8.906C14.502 13 16 11.57 16 9.773c0-1.636-1.242-2.969-2.834-3.194C12.923 3.999 10.69 2 8 2zm.5 4v1.5H10a.5.5 0 0 1 0 1H8.5V10a.5.5 0 0 1-1 0V8.5H6a.5.5 0 0 1 0-1h1.5V6a.5.5 0 0 1 1 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CloudRain",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.158 12.025a.5.5 0 0 1 .316.633l-.5 1.5a.5.5 0 0 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.317zm3 0a.5.5 0 0 1 .316.633l-1 3a.5.5 0 0 1-.948-.316l1-3a.5.5 0 0 1 .632-.317zm3 0a.5.5 0 0 1 .316.633l-.5 1.5a.5.5 0 0 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.317zm3 0a.5.5 0 0 1 .316.633l-1 3a.5.5 0 1 1-.948-.316l1-3a.5.5 0 0 1 .632-.317zm.247-6.998a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 11H13a3 3 0 0 0 .405-5.973zM8.5 2a4 4 0 0 1 3.976 3.555.5.5 0 0 0 .5.445H13a2 2 0 0 1 0 4H3.5a2.5 2.5 0 1 1 .605-4.926.5.5 0 0 0 .596-.329A4.002 4.002 0 0 1 8.5 2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CloudRainFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.158 12.025a.5.5 0 0 1 .316.633l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.317zm3 0a.5.5 0 0 1 .316.633l-1 3a.5.5 0 1 1-.948-.316l1-3a.5.5 0 0 1 .632-.317zm3 0a.5.5 0 0 1 .316.633l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.317zm3 0a.5.5 0 0 1 .316.633l-1 3a.5.5 0 1 1-.948-.316l1-3a.5.5 0 0 1 .632-.317zm.247-6.998a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 11H13a3 3 0 0 0 .405-5.973z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CloudRainHeavy",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.176 11.032a.5.5 0 0 1 .292.643l-1.5 4a.5.5 0 1 1-.936-.35l1.5-4a.5.5 0 0 1 .644-.293zm3 0a.5.5 0 0 1 .292.643l-1.5 4a.5.5 0 1 1-.936-.35l1.5-4a.5.5 0 0 1 .644-.293zm3 0a.5.5 0 0 1 .292.643l-1.5 4a.5.5 0 1 1-.936-.35l1.5-4a.5.5 0 0 1 .644-.293zm3 0a.5.5 0 0 1 .292.643l-1.5 4a.5.5 0 0 1-.936-.35l1.5-4a.5.5 0 0 1 .644-.293zm.229-7.005a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10H13a3 3 0 0 0 .405-5.973zM8.5 1a4 4 0 0 1 3.976 3.555.5.5 0 0 0 .5.445H13a2 2 0 0 1 0 4H3.5a2.5 2.5 0 1 1 .605-4.926.5.5 0 0 0 .596-.329A4.002 4.002 0 0 1 8.5 1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CloudRainHeavyFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.176 11.032a.5.5 0 0 1 .292.643l-1.5 4a.5.5 0 0 1-.936-.35l1.5-4a.5.5 0 0 1 .644-.293zm3 0a.5.5 0 0 1 .292.643l-1.5 4a.5.5 0 0 1-.936-.35l1.5-4a.5.5 0 0 1 .644-.293zm3 0a.5.5 0 0 1 .292.643l-1.5 4a.5.5 0 0 1-.936-.35l1.5-4a.5.5 0 0 1 .644-.293zm3 0a.5.5 0 0 1 .292.643l-1.5 4a.5.5 0 0 1-.936-.35l1.5-4a.5.5 0 0 1 .644-.293zm.229-7.005a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10H13a3 3 0 0 0 .405-5.973z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CloudSlash",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M3.112 5.112a3.125 3.125 0 0 0-.17.613C1.266 6.095 0 7.555 0 9.318 0 11.366 1.708 13 3.781 13H11l-1-1H3.781C2.231 12 1 10.785 1 9.318c0-1.365 1.064-2.513 2.46-2.666l.446-.05v-.447c0-.075.006-.152.018-.231l-.812-.812zm2.55-1.45-.725-.725A5.512 5.512 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773a3.2 3.2 0 0 1-1.516 2.711l-.733-.733C14.498 11.378 15 10.626 15 9.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 4.825 10.328 3 8 3c-.875 0-1.678.26-2.339.661z\"/><path d=\"m13.646 14.354-12-12 .708-.708 12 12-.707.707z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CloudSlashFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M3.112 5.112a3.125 3.125 0 0 0-.17.613C1.266 6.095 0 7.555 0 9.318 0 11.366 1.708 13 3.781 13H11L3.112 5.112zm11.372 7.372L4.937 2.937A5.512 5.512 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773a3.2 3.2 0 0 1-1.516 2.711zm-.838 1.87-12-12 .708-.708 12 12-.707.707z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CloudSleet",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13.405 4.027a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10H13a3 3 0 0 0 .405-5.973zM8.5 1a4 4 0 0 1 3.976 3.555.5.5 0 0 0 .5.445H13a2 2 0 0 1 0 4H3.5a2.5 2.5 0 1 1 .605-4.926.5.5 0 0 0 .596-.329A4.002 4.002 0 0 1 8.5 1zM2.375 13.5a.25.25 0 0 1 .25.25v.57l.501-.287a.25.25 0 0 1 .248.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 0 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25zm1.849-2.447a.5.5 0 0 1 .223.67l-.5 1a.5.5 0 1 1-.894-.447l.5-1a.5.5 0 0 1 .67-.223zM6.375 13.5a.25.25 0 0 1 .25.25v.57l.501-.287a.25.25 0 0 1 .248.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 0 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25zm1.849-2.447a.5.5 0 0 1 .223.67l-.5 1a.5.5 0 1 1-.894-.447l.5-1a.5.5 0 0 1 .67-.223zm2.151 2.447a.25.25 0 0 1 .25.25v.57l.501-.287a.25.25 0 0 1 .248.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 0 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25zm1.849-2.447a.5.5 0 0 1 .223.67l-.5 1a.5.5 0 1 1-.894-.447l.5-1a.5.5 0 0 1 .67-.223z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CloudSleetFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.375 13.5a.25.25 0 0 1 .25.25v.57l.501-.287a.25.25 0 0 1 .248.434l-.495.283.495.283a.25.25 0 1 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 1 1-.248-.434l.495-.283-.495-.283a.25.25 0 1 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25zm1.849-2.447a.5.5 0 0 1 .223.67l-.5 1a.5.5 0 0 1-.894-.447l.5-1a.5.5 0 0 1 .67-.223zM6.375 13.5a.25.25 0 0 1 .25.25v.57l.5-.287a.25.25 0 0 1 .249.434l-.495.283.495.283a.25.25 0 1 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 1 1-.248-.434l.495-.283-.495-.283a.25.25 0 1 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25zm1.849-2.447a.5.5 0 0 1 .223.67l-.5 1a.5.5 0 0 1-.894-.447l.5-1a.5.5 0 0 1 .67-.223zm2.151 2.447a.25.25 0 0 1 .25.25v.57l.5-.287a.25.25 0 0 1 .249.434l-.495.283.495.283a.25.25 0 1 1-.248.434l-.501-.286v.569a.25.25 0 0 1-.5 0v-.57l-.501.287a.25.25 0 1 1-.248-.434l.495-.283-.495-.283a.25.25 0 1 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25zm1.849-2.447a.5.5 0 0 1 .223.67l-.5 1a.5.5 0 1 1-.894-.447l.5-1a.5.5 0 0 1 .67-.223zm1.181-7.026a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10H13a3 3 0 0 0 .405-5.973z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CloudSnow",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13.405 4.277a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10.25H13a3 3 0 0 0 .405-5.973zM8.5 1.25a4 4 0 0 1 3.976 3.555.5.5 0 0 0 .5.445H13a2 2 0 0 1-.001 4H3.5a2.5 2.5 0 1 1 .605-4.926.5.5 0 0 0 .596-.329A4.002 4.002 0 0 1 8.5 1.25zM2.625 11.5a.25.25 0 0 1 .25.25v.57l.501-.287a.25.25 0 0 1 .248.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 0 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25zm2.75 2a.25.25 0 0 1 .25.25v.57l.501-.287a.25.25 0 0 1 .248.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 0 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25zm5.5 0a.25.25 0 0 1 .25.25v.57l.501-.287a.25.25 0 0 1 .248.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 0 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25zm-2.75-2a.25.25 0 0 1 .25.25v.57l.501-.287a.25.25 0 0 1 .248.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 0 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25zm5.5 0a.25.25 0 0 1 .25.25v.57l.501-.287a.25.25 0 0 1 .248.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 0 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CloudSnowFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.625 11.5a.25.25 0 0 1 .25.25v.57l.501-.287a.25.25 0 0 1 .248.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 0 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25zm2.75 2a.25.25 0 0 1 .25.25v.57l.5-.287a.25.25 0 0 1 .249.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 0 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25zm5.5 0a.25.25 0 0 1 .25.25v.57l.5-.287a.25.25 0 0 1 .249.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 0 1-.5 0v-.57l-.501.287a.25.25 0 0 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25zm-2.75-2a.25.25 0 0 1 .25.25v.57l.5-.287a.25.25 0 0 1 .249.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 0 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25zm5.5 0a.25.25 0 0 1 .25.25v.57l.5-.287a.25.25 0 0 1 .249.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 0 1-.5 0v-.57l-.501.287a.25.25 0 1 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25zm-.22-7.223a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10.25H13a3 3 0 0 0 .405-5.973z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CloudSun",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7 8a3.5 3.5 0 0 1 3.5 3.555.5.5 0 0 0 .624.492A1.503 1.503 0 0 1 13 13.5a1.5 1.5 0 0 1-1.5 1.5H3a2 2 0 1 1 .1-3.998.5.5 0 0 0 .51-.375A3.502 3.502 0 0 1 7 8zm4.473 3a4.5 4.5 0 0 0-8.72-.99A3 3 0 0 0 3 16h8.5a2.5 2.5 0 0 0 0-5h-.027z\"/><path d=\"M10.5 1.5a.5.5 0 0 0-1 0v1a.5.5 0 0 0 1 0v-1zm3.743 1.964a.5.5 0 1 0-.707-.707l-.708.707a.5.5 0 0 0 .708.708l.707-.708zm-7.779-.707a.5.5 0 0 0-.707.707l.707.708a.5.5 0 1 0 .708-.708l-.708-.707zm1.734 3.374a2 2 0 1 1 3.296 2.198c.199.281.372.582.516.898a3 3 0 1 0-4.84-3.225c.352.011.696.055 1.028.129zm4.484 4.074c.6.215 1.125.59 1.522 1.072a.5.5 0 0 0 .039-.742l-.707-.707a.5.5 0 0 0-.854.377zM14.5 6.5a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CloudSunFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11.473 11a4.5 4.5 0 0 0-8.72-.99A3 3 0 0 0 3 16h8.5a2.5 2.5 0 0 0 0-5h-.027z\"/><path d=\"M10.5 1.5a.5.5 0 0 0-1 0v1a.5.5 0 0 0 1 0v-1zm3.743 1.964a.5.5 0 1 0-.707-.707l-.708.707a.5.5 0 0 0 .708.708l.707-.708zm-7.779-.707a.5.5 0 0 0-.707.707l.707.708a.5.5 0 1 0 .708-.708l-.708-.707zm1.734 3.374a2 2 0 1 1 3.296 2.198c.199.281.372.582.516.898a3 3 0 1 0-4.84-3.225c.352.011.696.055 1.028.129zm4.484 4.074c.6.215 1.125.59 1.522 1.072a.5.5 0 0 0 .039-.742l-.707-.707a.5.5 0 0 0-.854.377zM14.5 6.5a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CloudUpload",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M4.406 1.342A5.53 5.53 0 0 1 8 0c2.69 0 4.923 2 5.166 4.579C14.758 4.804 16 6.137 16 7.773 16 9.569 14.502 11 12.687 11H10a.5.5 0 0 1 0-1h2.688C13.979 10 15 8.988 15 7.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 2.825 10.328 1 8 1a4.53 4.53 0 0 0-2.941 1.1c-.757.652-1.153 1.438-1.153 2.055v.448l-.445.049C2.064 4.805 1 5.952 1 7.318 1 8.785 2.23 10 3.781 10H6a.5.5 0 0 1 0 1H3.781C1.708 11 0 9.366 0 7.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383z\"/><path fill-rule=\"evenodd\" d=\"M7.646 4.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707V14.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CloudUploadFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 0a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 4.095 0 5.555 0 7.318 0 9.366 1.708 11 3.781 11H7.5V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707V11h4.188C14.502 11 16 9.57 16 7.773c0-1.636-1.242-2.969-2.834-3.194C12.923 1.999 10.69 0 8 0zm-.5 14.5V11h1v3.5a.5.5 0 0 1-1 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Clouds",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 7.5a2.5 2.5 0 0 1-1.456 2.272 3.513 3.513 0 0 0-.65-.824 1.5 1.5 0 0 0-.789-2.896.5.5 0 0 1-.627-.421 3 3 0 0 0-5.22-1.625 5.587 5.587 0 0 0-1.276.088 4.002 4.002 0 0 1 7.392.91A2.5 2.5 0 0 1 16 7.5z\"/><path d=\"M7 5a4.5 4.5 0 0 1 4.473 4h.027a2.5 2.5 0 0 1 0 5H3a3 3 0 0 1-.247-5.99A4.502 4.502 0 0 1 7 5zm3.5 4.5a3.5 3.5 0 0 0-6.89-.873.5.5 0 0 1-.51.375A2 2 0 1 0 3 13h8.5a1.5 1.5 0 1 0-.376-2.953.5.5 0 0 1-.624-.492V9.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CloudsFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11.473 9a4.5 4.5 0 0 0-8.72-.99A3 3 0 0 0 3 14h8.5a2.5 2.5 0 1 0-.027-5z\"/><path d=\"M14.544 9.772a3.506 3.506 0 0 0-2.225-1.676 5.502 5.502 0 0 0-6.337-4.002 4.002 4.002 0 0 1 7.392.91 2.5 2.5 0 0 1 1.17 4.769z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Cloudy",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13.405 8.527a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 14.5H13a3 3 0 0 0 .405-5.973zM8.5 5.5a4 4 0 0 1 3.976 3.555.5.5 0 0 0 .5.445H13a2 2 0 0 1-.001 4H3.5a2.5 2.5 0 1 1 .605-4.926.5.5 0 0 0 .596-.329A4.002 4.002 0 0 1 8.5 5.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CloudyFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13.405 7.027a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 13H13a3 3 0 0 0 .405-5.973z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Code",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.854 4.854a.5.5 0 1 0-.708-.708l-3.5 3.5a.5.5 0 0 0 0 .708l3.5 3.5a.5.5 0 0 0 .708-.708L2.707 8l3.147-3.146zm4.292 0a.5.5 0 0 1 .708-.708l3.5 3.5a.5.5 0 0 1 0 .708l-3.5 3.5a.5.5 0 0 1-.708-.708L13.293 8l-3.147-3.146z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CodeSlash",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10.478 1.647a.5.5 0 1 0-.956-.294l-4 13a.5.5 0 0 0 .956.294l4-13zM4.854 4.146a.5.5 0 0 1 0 .708L1.707 8l3.147 3.146a.5.5 0 0 1-.708.708l-3.5-3.5a.5.5 0 0 1 0-.708l3.5-3.5a.5.5 0 0 1 .708 0zm6.292 0a.5.5 0 0 0 0 .708L14.293 8l-3.147 3.146a.5.5 0 0 0 .708.708l3.5-3.5a.5.5 0 0 0 0-.708l-3.5-3.5a.5.5 0 0 0-.708 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CodeSquare",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z\"/><path d=\"M6.854 4.646a.5.5 0 0 1 0 .708L4.207 8l2.647 2.646a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 0 1 .708 0zm2.292 0a.5.5 0 0 0 0 .708L11.793 8l-2.647 2.646a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Coin",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.5 9.511c.076.954.83 1.697 2.182 1.785V12h.6v-.709c1.4-.098 2.218-.846 2.218-1.932 0-.987-.626-1.496-1.745-1.76l-.473-.112V5.57c.6.068.982.396 1.074.85h1.052c-.076-.919-.864-1.638-2.126-1.716V4h-.6v.719c-1.195.117-2.01.836-2.01 1.853 0 .9.606 1.472 1.613 1.707l.397.098v2.034c-.615-.093-1.022-.43-1.114-.9H5.5zm2.177-2.166c-.59-.137-.91-.416-.91-.836 0-.47.345-.822.915-.925v1.76h-.005zm.692 1.193c.717.166 1.048.435 1.048.91 0 .542-.412.914-1.135.982V8.518l.087.02z\"/><path fill-rule=\"evenodd\" d=\"M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path fill-rule=\"evenodd\" d=\"M8 13.5a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zm0 .5A6 6 0 1 0 8 2a6 6 0 0 0 0 12z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Collection",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.5 3.5a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-11zm2-2a.5.5 0 0 1 0-1h7a.5.5 0 0 1 0 1h-7zM0 13a1.5 1.5 0 0 0 1.5 1.5h13A1.5 1.5 0 0 0 16 13V6a1.5 1.5 0 0 0-1.5-1.5h-13A1.5 1.5 0 0 0 0 6v7zm1.5.5A.5.5 0 0 1 1 13V6a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5h-13z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CollectionFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 13a1.5 1.5 0 0 0 1.5 1.5h13A1.5 1.5 0 0 0 16 13V6a1.5 1.5 0 0 0-1.5-1.5h-13A1.5 1.5 0 0 0 0 6v7zM2 3a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 0-1h-11A.5.5 0 0 0 2 3zm2-2a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 0-1h-7A.5.5 0 0 0 4 1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CollectionPlay",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 3a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 0-1h-11A.5.5 0 0 0 2 3zm2-2a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 0-1h-7A.5.5 0 0 0 4 1zm2.765 5.576A.5.5 0 0 0 6 7v5a.5.5 0 0 0 .765.424l4-2.5a.5.5 0 0 0 0-.848l-4-2.5z\"/><path d=\"M1.5 14.5A1.5 1.5 0 0 1 0 13V6a1.5 1.5 0 0 1 1.5-1.5h13A1.5 1.5 0 0 1 16 6v7a1.5 1.5 0 0 1-1.5 1.5h-13zm13-1a.5.5 0 0 0 .5-.5V6a.5.5 0 0 0-.5-.5h-13A.5.5 0 0 0 1 6v7a.5.5 0 0 0 .5.5h13z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CollectionPlayFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.5 3.5a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-11zm2-2a.5.5 0 0 1 0-1h7a.5.5 0 0 1 0 1h-7zM0 13a1.5 1.5 0 0 0 1.5 1.5h13A1.5 1.5 0 0 0 16 13V6a1.5 1.5 0 0 0-1.5-1.5h-13A1.5 1.5 0 0 0 0 6v7zm6.258-6.437a.5.5 0 0 1 .507.013l4 2.5a.5.5 0 0 1 0 .848l-4 2.5A.5.5 0 0 1 6 12V7a.5.5 0 0 1 .258-.437z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Columns",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 2a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V2zm8.5 0v8H15V2H8.5zm0 9v3H15v-3H8.5zm-1-9H1v3h6.5V2zM1 14h6.5V6H1v8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ColumnsGap",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 1v3H1V1h5zM1 0a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1H1zm14 12v3h-5v-3h5zm-5-1a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1h-5zM6 8v7H1V8h5zM1 7a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1H1zm14-6v7h-5V1h5zm-5-1a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1h-5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Command",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 2A1.5 1.5 0 0 1 5 3.5V5H3.5a1.5 1.5 0 1 1 0-3zM6 5V3.5A2.5 2.5 0 1 0 3.5 6H5v4H3.5A2.5 2.5 0 1 0 6 12.5V11h4v1.5a2.5 2.5 0 1 0 2.5-2.5H11V6h1.5A2.5 2.5 0 1 0 10 3.5V5H6zm4 1v4H6V6h4zm1-1V3.5A1.5 1.5 0 1 1 12.5 5H11zm0 6h1.5a1.5 1.5 0 1 1-1.5 1.5V11zm-6 0v1.5A1.5 1.5 0 1 1 3.5 11H5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Compass",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 16.016a7.5 7.5 0 0 0 1.962-14.74A1 1 0 0 0 9 0H7a1 1 0 0 0-.962 1.276A7.5 7.5 0 0 0 8 16.016zm6.5-7.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z\"/><path d=\"m6.94 7.44 4.95-2.83-2.83 4.95-4.949 2.83 2.828-4.95z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CompassFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M15.5 8.516a7.5 7.5 0 1 1-9.462-7.24A1 1 0 0 1 7 0h2a1 1 0 0 1 .962 1.276 7.503 7.503 0 0 1 5.538 7.24zm-3.61-3.905L6.94 7.439 4.11 12.39l4.95-2.828 2.828-4.95z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Cone",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.03 1.88c.252-1.01 1.688-1.01 1.94 0l2.905 11.62H14a.5.5 0 0 1 0 1H2a.5.5 0 0 1 0-1h2.125L7.03 1.88z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ConeStriped",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m9.97 4.88.953 3.811C10.159 8.878 9.14 9 8 9c-1.14 0-2.158-.122-2.923-.309L6.03 4.88C6.635 4.957 7.3 5 8 5s1.365-.043 1.97-.12zm-.245-.978L8.97.88C8.718-.13 7.282-.13 7.03.88L6.275 3.9C6.8 3.965 7.382 4 8 4c.618 0 1.2-.036 1.725-.098zm4.396 8.613a.5.5 0 0 1 .037.96l-6 2a.5.5 0 0 1-.316 0l-6-2a.5.5 0 0 1 .037-.96l2.391-.598.565-2.257c.862.212 1.964.339 3.165.339s2.303-.127 3.165-.339l.565 2.257 2.391.598z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Controller",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11.5 6.027a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm-1.5 1.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zm2.5-.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm-1.5 1.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zm-6.5-3h1v1h1v1h-1v1h-1v-1h-1v-1h1v-1z\"/><path d=\"M3.051 3.26a.5.5 0 0 1 .354-.613l1.932-.518a.5.5 0 0 1 .62.39c.655-.079 1.35-.117 2.043-.117.72 0 1.443.041 2.12.126a.5.5 0 0 1 .622-.399l1.932.518a.5.5 0 0 1 .306.729c.14.09.266.19.373.297.408.408.78 1.05 1.095 1.772.32.733.599 1.591.805 2.466.206.875.34 1.78.364 2.606.024.816-.059 1.602-.328 2.21a1.42 1.42 0 0 1-1.445.83c-.636-.067-1.115-.394-1.513-.773-.245-.232-.496-.526-.739-.808-.126-.148-.25-.292-.368-.423-.728-.804-1.597-1.527-3.224-1.527-1.627 0-2.496.723-3.224 1.527-.119.131-.242.275-.368.423-.243.282-.494.575-.739.808-.398.38-.877.706-1.513.773a1.42 1.42 0 0 1-1.445-.83c-.27-.608-.352-1.395-.329-2.21.024-.826.16-1.73.365-2.606.206-.875.486-1.733.805-2.466.315-.722.687-1.364 1.094-1.772a2.34 2.34 0 0 1 .433-.335.504.504 0 0 1-.028-.079zm2.036.412c-.877.185-1.469.443-1.733.708-.276.276-.587.783-.885 1.465a13.748 13.748 0 0 0-.748 2.295 12.351 12.351 0 0 0-.339 2.406c-.022.755.062 1.368.243 1.776a.42.42 0 0 0 .426.24c.327-.034.61-.199.929-.502.212-.202.4-.423.615-.674.133-.156.276-.323.44-.504C4.861 9.969 5.978 9.027 8 9.027s3.139.942 3.965 1.855c.164.181.307.348.44.504.214.251.403.472.615.674.318.303.601.468.929.503a.42.42 0 0 0 .426-.241c.18-.408.265-1.02.243-1.776a12.354 12.354 0 0 0-.339-2.406 13.753 13.753 0 0 0-.748-2.295c-.298-.682-.61-1.19-.885-1.465-.264-.265-.856-.523-1.733-.708-.85-.179-1.877-.27-2.913-.27-1.036 0-2.063.091-2.913.27z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Cpu",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5 0a.5.5 0 0 1 .5.5V2h1V.5a.5.5 0 0 1 1 0V2h1V.5a.5.5 0 0 1 1 0V2h1V.5a.5.5 0 0 1 1 0V2A2.5 2.5 0 0 1 14 4.5h1.5a.5.5 0 0 1 0 1H14v1h1.5a.5.5 0 0 1 0 1H14v1h1.5a.5.5 0 0 1 0 1H14v1h1.5a.5.5 0 0 1 0 1H14a2.5 2.5 0 0 1-2.5 2.5v1.5a.5.5 0 0 1-1 0V14h-1v1.5a.5.5 0 0 1-1 0V14h-1v1.5a.5.5 0 0 1-1 0V14h-1v1.5a.5.5 0 0 1-1 0V14A2.5 2.5 0 0 1 2 11.5H.5a.5.5 0 0 1 0-1H2v-1H.5a.5.5 0 0 1 0-1H2v-1H.5a.5.5 0 0 1 0-1H2v-1H.5a.5.5 0 0 1 0-1H2A2.5 2.5 0 0 1 4.5 2V.5A.5.5 0 0 1 5 0zm-.5 3A1.5 1.5 0 0 0 3 4.5v7A1.5 1.5 0 0 0 4.5 13h7a1.5 1.5 0 0 0 1.5-1.5v-7A1.5 1.5 0 0 0 11.5 3h-7zM5 6.5A1.5 1.5 0 0 1 6.5 5h3A1.5 1.5 0 0 1 11 6.5v3A1.5 1.5 0 0 1 9.5 11h-3A1.5 1.5 0 0 1 5 9.5v-3zM6.5 6a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5h-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CpuFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.5 6a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5h-3z\"/><path d=\"M5.5.5a.5.5 0 0 0-1 0V2A2.5 2.5 0 0 0 2 4.5H.5a.5.5 0 0 0 0 1H2v1H.5a.5.5 0 0 0 0 1H2v1H.5a.5.5 0 0 0 0 1H2v1H.5a.5.5 0 0 0 0 1H2A2.5 2.5 0 0 0 4.5 14v1.5a.5.5 0 0 0 1 0V14h1v1.5a.5.5 0 0 0 1 0V14h1v1.5a.5.5 0 0 0 1 0V14h1v1.5a.5.5 0 0 0 1 0V14a2.5 2.5 0 0 0 2.5-2.5h1.5a.5.5 0 0 0 0-1H14v-1h1.5a.5.5 0 0 0 0-1H14v-1h1.5a.5.5 0 0 0 0-1H14v-1h1.5a.5.5 0 0 0 0-1H14A2.5 2.5 0 0 0 11.5 2V.5a.5.5 0 0 0-1 0V2h-1V.5a.5.5 0 0 0-1 0V2h-1V.5a.5.5 0 0 0-1 0V2h-1V.5zm1 4.5h3A1.5 1.5 0 0 1 11 6.5v3A1.5 1.5 0 0 1 9.5 11h-3A1.5 1.5 0 0 1 5 9.5v-3A1.5 1.5 0 0 1 6.5 5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CreditCard",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm2-1a1 1 0 0 0-1 1v1h14V4a1 1 0 0 0-1-1H2zm13 4H1v5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V7z\"/><path d=\"M2 10a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CreditCard2Back",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11 5.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-1z\"/><path d=\"M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2zm13 2v5H1V4a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1zm-1 9H2a1 1 0 0 1-1-1v-1h14v1a1 1 0 0 1-1 1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CreditCard2BackFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v5H0V4zm11.5 1a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-2zM0 11v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-1H0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CreditCard2Front",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z\"/><path d=\"M2 5.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-1zm0 3a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5zm3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5zm3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5zm3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CreditCard2FrontFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm2.5 1a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-2zm0 3a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5zm0 2a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1zm3 0a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1zm3 0a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1zm3 0a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CreditCardFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1H0V4zm0 3v5a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7H0zm3 2h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Crop",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5.5A.5.5 0 0 1 4 1v13h13a.5.5 0 0 1 0 1h-2v2a.5.5 0 0 1-1 0v-2H3.5a.5.5 0 0 1-.5-.5V4H1a.5.5 0 0 1 0-1h2V1a.5.5 0 0 1 .5-.5zm2.5 3a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-1 0V4H6.5a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Cup",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1 2a1 1 0 0 1 1-1h11a1 1 0 0 1 1 1v1h.5A1.5 1.5 0 0 1 16 4.5v7a1.5 1.5 0 0 1-1.5 1.5h-.55a2.5 2.5 0 0 1-2.45 2h-8A2.5 2.5 0 0 1 1 12.5V2zm13 10h.5a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5H14v8zM13 2H2v10.5A1.5 1.5 0 0 0 3.5 14h8a1.5 1.5 0 0 0 1.5-1.5V2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CupFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1 2a1 1 0 0 1 1-1h11a1 1 0 0 1 1 1v1h.5A1.5 1.5 0 0 1 16 4.5v7a1.5 1.5 0 0 1-1.5 1.5h-.55a2.5 2.5 0 0 1-2.45 2h-8A2.5 2.5 0 0 1 1 12.5V2zm13 10h.5a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5H14v8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CupStraw",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13.902.334a.5.5 0 0 1-.28.65l-2.254.902-.4 1.927c.376.095.715.215.972.367.228.135.56.396.56.82 0 .046-.004.09-.011.132l-.962 9.068a1.28 1.28 0 0 1-.524.93c-.488.34-1.494.87-3.01.87-1.516 0-2.522-.53-3.01-.87a1.28 1.28 0 0 1-.524-.93L3.51 5.132A.78.78 0 0 1 3.5 5c0-.424.332-.685.56-.82.262-.154.607-.276.99-.372C5.824 3.614 6.867 3.5 8 3.5c.712 0 1.389.045 1.985.127l.464-2.215a.5.5 0 0 1 .303-.356l2.5-1a.5.5 0 0 1 .65.278zM9.768 4.607A13.991 13.991 0 0 0 8 4.5c-1.076 0-2.033.11-2.707.278A3.284 3.284 0 0 0 4.645 5c.146.073.362.15.648.222C5.967 5.39 6.924 5.5 8 5.5c.571 0 1.109-.03 1.588-.085l.18-.808zm.292 1.756C9.445 6.45 8.742 6.5 8 6.5c-1.133 0-2.176-.114-2.95-.308a5.514 5.514 0 0 1-.435-.127l.838 8.03c.013.121.06.186.102.215.357.249 1.168.69 2.438.69 1.27 0 2.081-.441 2.438-.69.042-.029.09-.094.102-.215l.852-8.03a5.517 5.517 0 0 1-.435.127 8.88 8.88 0 0 1-.89.17zM4.467 4.884s.003.002.005.006l-.005-.006zm7.066 0-.005.006c.002-.004.005-.006.005-.006zM11.354 5a3.174 3.174 0 0 0-.604-.21l-.099.445.055-.013c.286-.072.502-.149.648-.222z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CurrencyBitcoin",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.5 13v1.25c0 .138.112.25.25.25h1a.25.25 0 0 0 .25-.25V13h.5v1.25c0 .138.112.25.25.25h1a.25.25 0 0 0 .25-.25V13h.084c1.992 0 3.416-1.033 3.416-2.82 0-1.502-1.007-2.323-2.186-2.44v-.088c.97-.242 1.683-.974 1.683-2.19C11.997 3.93 10.847 3 9.092 3H9V1.75a.25.25 0 0 0-.25-.25h-1a.25.25 0 0 0-.25.25V3h-.573V1.75a.25.25 0 0 0-.25-.25H5.75a.25.25 0 0 0-.25.25V3l-1.998.011a.25.25 0 0 0-.25.25v.989c0 .137.11.25.248.25l.755-.005a.75.75 0 0 1 .745.75v5.505a.75.75 0 0 1-.75.75l-.748.011a.25.25 0 0 0-.25.25v1c0 .138.112.25.25.25L5.5 13zm1.427-8.513h1.719c.906 0 1.438.498 1.438 1.312 0 .871-.575 1.362-1.877 1.362h-1.28V4.487zm0 4.051h1.84c1.137 0 1.756.58 1.756 1.524 0 .953-.626 1.45-2.158 1.45H6.927V8.539z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CurrencyDollar",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 10.781c.148 1.667 1.513 2.85 3.591 3.003V15h1.043v-1.216c2.27-.179 3.678-1.438 3.678-3.3 0-1.59-.947-2.51-2.956-3.028l-.722-.187V3.467c1.122.11 1.879.714 2.07 1.616h1.47c-.166-1.6-1.54-2.748-3.54-2.875V1H7.591v1.233c-1.939.23-3.27 1.472-3.27 3.156 0 1.454.966 2.483 2.661 2.917l.61.162v4.031c-1.149-.17-1.94-.8-2.131-1.718H4zm3.391-3.836c-1.043-.263-1.6-.825-1.6-1.616 0-.944.704-1.641 1.8-1.828v3.495l-.2-.05zm1.591 1.872c1.287.323 1.852.859 1.852 1.769 0 1.097-.826 1.828-2.2 1.939V8.73l.348.086z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CurrencyEuro",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 9.42h1.063C5.4 12.323 7.317 14 10.34 14c.622 0 1.167-.068 1.659-.185v-1.3c-.484.119-1.045.17-1.659.17-2.1 0-3.455-1.198-3.775-3.264h4.017v-.928H6.497v-.936c0-.11 0-.219.008-.329h4.078v-.927H6.618c.388-1.898 1.719-2.985 3.723-2.985.614 0 1.175.05 1.659.177V2.194A6.617 6.617 0 0 0 10.341 2c-2.928 0-4.82 1.569-5.244 4.3H4v.928h1.01v1.265H4v.928z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CurrencyExchange",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 5a5.002 5.002 0 0 0 4.027 4.905 6.46 6.46 0 0 1 .544-2.073C3.695 7.536 3.132 6.864 3 5.91h-.5v-.426h.466V5.05c0-.046 0-.093.004-.135H2.5v-.427h.511C3.236 3.24 4.213 2.5 5.681 2.5c.316 0 .59.031.819.085v.733a3.46 3.46 0 0 0-.815-.082c-.919 0-1.538.466-1.734 1.252h1.917v.427h-1.98c-.003.046-.003.097-.003.147v.422h1.983v.427H3.93c.118.602.468 1.03 1.005 1.229a6.5 6.5 0 0 1 4.97-3.113A5.002 5.002 0 0 0 0 5zm16 5.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0zm-7.75 1.322c.069.835.746 1.485 1.964 1.562V14h.54v-.62c1.259-.086 1.996-.74 1.996-1.69 0-.865-.563-1.31-1.57-1.54l-.426-.1V8.374c.54.06.884.347.966.745h.948c-.07-.804-.779-1.433-1.914-1.502V7h-.54v.629c-1.076.103-1.808.732-1.808 1.622 0 .787.544 1.288 1.45 1.493l.358.085v1.78c-.554-.08-.92-.376-1.003-.787H8.25zm1.96-1.895c-.532-.12-.82-.364-.82-.732 0-.41.311-.719.824-.809v1.54h-.005zm.622 1.044c.645.145.943.38.943.796 0 .474-.37.8-1.02.86v-1.674l.077.018z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CurrencyPound",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 8.585h1.969c.115.465.186.939.186 1.43 0 1.385-.736 2.496-2.075 2.771V14H12v-1.24H6.492v-.129c.825-.525 1.135-1.446 1.135-2.694 0-.465-.07-.913-.168-1.352h3.29v-.972H7.22c-.186-.723-.372-1.455-.372-2.247 0-1.274 1.047-2.066 2.58-2.066a5.32 5.32 0 0 1 2.103.465V2.456A5.629 5.629 0 0 0 9.348 2C6.865 2 5.322 3.291 5.322 5.366c0 .775.195 1.515.399 2.247H4v.972z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CurrencyYen",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.75 14v-2.629h2.446v-.967H8.75v-1.31h2.445v-.967H9.128L12.5 2h-1.699L8.047 7.327h-.086L5.207 2H3.5l3.363 6.127H4.778v.968H7.25v1.31H4.78v.966h2.47V14h1.502z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Cursor",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14.082 2.182a.5.5 0 0 1 .103.557L8.528 15.467a.5.5 0 0 1-.917-.007L5.57 10.694.803 8.652a.5.5 0 0 1-.006-.916l12.728-5.657a.5.5 0 0 1 .556.103zM2.25 8.184l3.897 1.67a.5.5 0 0 1 .262.263l1.67 3.897L12.743 3.52 2.25 8.184z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CursorFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14.082 2.182a.5.5 0 0 1 .103.557L8.528 15.467a.5.5 0 0 1-.917-.007L5.57 10.694.803 8.652a.5.5 0 0 1-.006-.916l12.728-5.657a.5.5 0 0 1 .556.103z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "CursorText",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5 2a.5.5 0 0 1 .5-.5c.862 0 1.573.287 2.06.566.174.099.321.198.44.286.119-.088.266-.187.44-.286A4.165 4.165 0 0 1 10.5 1.5a.5.5 0 0 1 0 1c-.638 0-1.177.213-1.564.434a3.49 3.49 0 0 0-.436.294V7.5H9a.5.5 0 0 1 0 1h-.5v4.272c.1.08.248.187.436.294.387.221.926.434 1.564.434a.5.5 0 0 1 0 1 4.165 4.165 0 0 1-2.06-.566A4.561 4.561 0 0 1 8 13.65a4.561 4.561 0 0 1-.44.285 4.165 4.165 0 0 1-2.06.566.5.5 0 0 1 0-1c.638 0 1.177-.213 1.564-.434.188-.107.335-.214.436-.294V8.5H7a.5.5 0 0 1 0-1h.5V3.228a3.49 3.49 0 0 0-.436-.294A3.166 3.166 0 0 0 5.5 2.5.5.5 0 0 1 5 2zm3.352 1.355zm-.704 9.29z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Dash",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "DashCircle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "DashCircleDotted",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 0c-.176 0-.35.006-.523.017l.064.998a7.117 7.117 0 0 1 .918 0l.064-.998A8.113 8.113 0 0 0 8 0zM6.44.152c-.346.069-.684.16-1.012.27l.321.948c.287-.098.582-.177.884-.237L6.44.153zm4.132.271a7.946 7.946 0 0 0-1.011-.27l-.194.98c.302.06.597.14.884.237l.321-.947zm1.873.925a8 8 0 0 0-.906-.524l-.443.896c.275.136.54.29.793.459l.556-.831zM4.46.824c-.314.155-.616.33-.905.524l.556.83a7.07 7.07 0 0 1 .793-.458L4.46.824zM2.725 1.985c-.262.23-.51.478-.74.74l.752.66c.202-.23.418-.446.648-.648l-.66-.752zm11.29.74a8.058 8.058 0 0 0-.74-.74l-.66.752c.23.202.447.418.648.648l.752-.66zm1.161 1.735a7.98 7.98 0 0 0-.524-.905l-.83.556c.169.253.322.518.458.793l.896-.443zM1.348 3.555c-.194.289-.37.591-.524.906l.896.443c.136-.275.29-.54.459-.793l-.831-.556zM.423 5.428a7.945 7.945 0 0 0-.27 1.011l.98.194c.06-.302.14-.597.237-.884l-.947-.321zM15.848 6.44a7.943 7.943 0 0 0-.27-1.012l-.948.321c.098.287.177.582.237.884l.98-.194zM.017 7.477a8.113 8.113 0 0 0 0 1.046l.998-.064a7.117 7.117 0 0 1 0-.918l-.998-.064zM16 8a8.1 8.1 0 0 0-.017-.523l-.998.064a7.11 7.11 0 0 1 0 .918l.998.064A8.1 8.1 0 0 0 16 8zM.152 9.56c.069.346.16.684.27 1.012l.948-.321a6.944 6.944 0 0 1-.237-.884l-.98.194zm15.425 1.012c.112-.328.202-.666.27-1.011l-.98-.194c-.06.302-.14.597-.237.884l.947.321zM.824 11.54a8 8 0 0 0 .524.905l.83-.556a6.999 6.999 0 0 1-.458-.793l-.896.443zm13.828.905c.194-.289.37-.591.524-.906l-.896-.443c-.136.275-.29.54-.459.793l.831.556zm-12.667.83c.23.262.478.51.74.74l.66-.752a7.047 7.047 0 0 1-.648-.648l-.752.66zm11.29.74c.262-.23.51-.478.74-.74l-.752-.66c-.201.23-.418.447-.648.648l.66.752zm-1.735 1.161c.314-.155.616-.33.905-.524l-.556-.83a7.07 7.07 0 0 1-.793.458l.443.896zm-7.985-.524c.289.194.591.37.906.524l.443-.896a6.998 6.998 0 0 1-.793-.459l-.556.831zm1.873.925c.328.112.666.202 1.011.27l.194-.98a6.953 6.953 0 0 1-.884-.237l-.321.947zm4.132.271a7.944 7.944 0 0 0 1.012-.27l-.321-.948a6.954 6.954 0 0 1-.884.237l.194.98zm-2.083.135a8.1 8.1 0 0 0 1.046 0l-.064-.998a7.11 7.11 0 0 1-.918 0l-.064.998zM4.5 7.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1h-7z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "DashCircleFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM4.5 7.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1h-7z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "DashLg",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "DashSquare",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z\"/><path d=\"M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "DashSquareDotted",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.5 0c-.166 0-.33.016-.487.048l.194.98A1.51 1.51 0 0 1 2.5 1h.458V0H2.5zm2.292 0h-.917v1h.917V0zm1.833 0h-.917v1h.917V0zm1.833 0h-.916v1h.916V0zm1.834 0h-.917v1h.917V0zm1.833 0h-.917v1h.917V0zM13.5 0h-.458v1h.458c.1 0 .199.01.293.029l.194-.981A2.51 2.51 0 0 0 13.5 0zm2.079 1.11a2.511 2.511 0 0 0-.69-.689l-.556.831c.164.11.305.251.415.415l.83-.556zM1.11.421a2.511 2.511 0 0 0-.689.69l.831.556c.11-.164.251-.305.415-.415L1.11.422zM16 2.5c0-.166-.016-.33-.048-.487l-.98.194c.018.094.028.192.028.293v.458h1V2.5zM.048 2.013A2.51 2.51 0 0 0 0 2.5v.458h1V2.5c0-.1.01-.199.029-.293l-.981-.194zM0 3.875v.917h1v-.917H0zm16 .917v-.917h-1v.917h1zM0 5.708v.917h1v-.917H0zm16 .917v-.917h-1v.917h1zM0 7.542v.916h1v-.916H0zm15 .916h1v-.916h-1v.916zM0 9.375v.917h1v-.917H0zm16 .917v-.917h-1v.917h1zm-16 .916v.917h1v-.917H0zm16 .917v-.917h-1v.917h1zm-16 .917v.458c0 .166.016.33.048.487l.98-.194A1.51 1.51 0 0 1 1 13.5v-.458H0zm16 .458v-.458h-1v.458c0 .1-.01.199-.029.293l.981.194c.032-.158.048-.32.048-.487zM.421 14.89c.183.272.417.506.69.689l.556-.831a1.51 1.51 0 0 1-.415-.415l-.83.556zm14.469.689c.272-.183.506-.417.689-.69l-.831-.556c-.11.164-.251.305-.415.415l.556.83zm-12.877.373c.158.032.32.048.487.048h.458v-1H2.5c-.1 0-.199-.01-.293-.029l-.194.981zM13.5 16c.166 0 .33-.016.487-.048l-.194-.98A1.51 1.51 0 0 1 13.5 15h-.458v1h.458zm-9.625 0h.917v-1h-.917v1zm1.833 0h.917v-1h-.917v1zm1.834 0h.916v-1h-.916v1zm1.833 0h.917v-1h-.917v1zm1.833 0h.917v-1h-.917v1zM4.5 7.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1h-7z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "DashSquareFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm2.5 7.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Diagram2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M6 3.5A1.5 1.5 0 0 1 7.5 2h1A1.5 1.5 0 0 1 10 3.5v1A1.5 1.5 0 0 1 8.5 6v1H11a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 5 7h2.5V6A1.5 1.5 0 0 1 6 4.5v-1zM8.5 5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1zM3 11.5A1.5 1.5 0 0 1 4.5 10h1A1.5 1.5 0 0 1 7 11.5v1A1.5 1.5 0 0 1 5.5 14h-1A1.5 1.5 0 0 1 3 12.5v-1zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zm4.5.5a1.5 1.5 0 0 1 1.5-1.5h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1A1.5 1.5 0 0 1 9 12.5v-1zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Diagram2Fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M6 3.5A1.5 1.5 0 0 1 7.5 2h1A1.5 1.5 0 0 1 10 3.5v1A1.5 1.5 0 0 1 8.5 6v1H11a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 5 7h2.5V6A1.5 1.5 0 0 1 6 4.5v-1zm-3 8A1.5 1.5 0 0 1 4.5 10h1A1.5 1.5 0 0 1 7 11.5v1A1.5 1.5 0 0 1 5.5 14h-1A1.5 1.5 0 0 1 3 12.5v-1zm6 0a1.5 1.5 0 0 1 1.5-1.5h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1A1.5 1.5 0 0 1 9 12.5v-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Diagram3",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M6 3.5A1.5 1.5 0 0 1 7.5 2h1A1.5 1.5 0 0 1 10 3.5v1A1.5 1.5 0 0 1 8.5 6v1H14a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 2 7h5.5V6A1.5 1.5 0 0 1 6 4.5v-1zM8.5 5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1zM0 11.5A1.5 1.5 0 0 1 1.5 10h1A1.5 1.5 0 0 1 4 11.5v1A1.5 1.5 0 0 1 2.5 14h-1A1.5 1.5 0 0 1 0 12.5v-1zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zm4.5.5A1.5 1.5 0 0 1 7.5 10h1a1.5 1.5 0 0 1 1.5 1.5v1A1.5 1.5 0 0 1 8.5 14h-1A1.5 1.5 0 0 1 6 12.5v-1zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zm4.5.5a1.5 1.5 0 0 1 1.5-1.5h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1a1.5 1.5 0 0 1-1.5-1.5v-1zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Diagram3Fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M6 3.5A1.5 1.5 0 0 1 7.5 2h1A1.5 1.5 0 0 1 10 3.5v1A1.5 1.5 0 0 1 8.5 6v1H14a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 2 7h5.5V6A1.5 1.5 0 0 1 6 4.5v-1zm-6 8A1.5 1.5 0 0 1 1.5 10h1A1.5 1.5 0 0 1 4 11.5v1A1.5 1.5 0 0 1 2.5 14h-1A1.5 1.5 0 0 1 0 12.5v-1zm6 0A1.5 1.5 0 0 1 7.5 10h1a1.5 1.5 0 0 1 1.5 1.5v1A1.5 1.5 0 0 1 8.5 14h-1A1.5 1.5 0 0 1 6 12.5v-1zm6 0a1.5 1.5 0 0 1 1.5-1.5h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1a1.5 1.5 0 0 1-1.5-1.5v-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Diamond",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.95.435c.58-.58 1.52-.58 2.1 0l6.515 6.516c.58.58.58 1.519 0 2.098L9.05 15.565c-.58.58-1.519.58-2.098 0L.435 9.05a1.482 1.482 0 0 1 0-2.098L6.95.435zm1.4.7a.495.495 0 0 0-.7 0L1.134 7.65a.495.495 0 0 0 0 .7l6.516 6.516a.495.495 0 0 0 .7 0l6.516-6.516a.495.495 0 0 0 0-.7L8.35 1.134z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "DiamondFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M6.95.435c.58-.58 1.52-.58 2.1 0l6.515 6.516c.58.58.58 1.519 0 2.098L9.05 15.565c-.58.58-1.519.58-2.098 0L.435 9.05a1.482 1.482 0 0 1 0-2.098L6.95.435z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "DiamondHalf",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098L9.05.435zM8 .989c.127 0 .253.049.35.145l6.516 6.516a.495.495 0 0 1 0 .7L8.35 14.866a.493.493 0 0 1-.35.145V.989z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Dice1",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><circle cx=\"8\" cy=\"8\" r=\"1.5\"/><path d=\"M13 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10zM3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Dice1Fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3zm5 9.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Dice2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10zM3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3z\"/><path d=\"M5.5 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm8 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Dice2Fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 3a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3zm5.5 1a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0zm6.5 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Dice3",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10zM3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3z\"/><path d=\"M5.5 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm8 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-4-4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Dice3Fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3zm2.5 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm8 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zM8 9.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Dice4",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10zM3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3z\"/><path d=\"M5.5 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm8 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm0 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-8 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Dice4Fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3zm1 5.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm8 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm1.5 6.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zM4 13.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Dice5",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10zM3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3z\"/><path d=\"M5.5 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm8 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm0 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-8 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm4-4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Dice5Fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3zm2.5 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm8 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zM12 13.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zM8 9.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Dice6",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10zM3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3z\"/><path d=\"M5.5 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm8 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm0 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm0-4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-8 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm0-4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Dice6Fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3zm1 5.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm8 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm1.5 6.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zM12 9.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zM4 9.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Disc",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0zM8 4a4 4 0 0 0-4 4 .5.5 0 0 1-1 0 5 5 0 0 1 5-5 .5.5 0 0 1 0 1zm4.5 3.5a.5.5 0 0 1 .5.5 5 5 0 0 1-5 5 .5.5 0 0 1 0-1 4 4 0 0 0 4-4 .5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "DiscFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-6 0a2 2 0 1 0-4 0 2 2 0 0 0 4 0zM4 8a4 4 0 0 1 4-4 .5.5 0 0 0 0-1 5 5 0 0 0-5 5 .5.5 0 0 0 1 0zm9 0a.5.5 0 1 0-1 0 4 4 0 0 1-4 4 .5.5 0 0 0 0 1 5 5 0 0 0 5-5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Discord",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.552 6.712c-.456 0-.816.4-.816.888s.368.888.816.888c.456 0 .816-.4.816-.888.008-.488-.36-.888-.816-.888zm2.92 0c-.456 0-.816.4-.816.888s.368.888.816.888c.456 0 .816-.4.816-.888s-.36-.888-.816-.888z\"/><path d=\"M13.36 0H2.64C1.736 0 1 .736 1 1.648v10.816c0 .912.736 1.648 1.64 1.648h9.072l-.424-1.48 1.024.952.968.896L15 16V1.648C15 .736 14.264 0 13.36 0zm-3.088 10.448s-.288-.344-.528-.648c1.048-.296 1.448-.952 1.448-.952-.328.216-.64.368-.92.472-.4.168-.784.28-1.16.344a5.604 5.604 0 0 1-2.072-.008 6.716 6.716 0 0 1-1.176-.344 4.688 4.688 0 0 1-.584-.272c-.024-.016-.048-.024-.072-.04-.016-.008-.024-.016-.032-.024-.144-.08-.224-.136-.224-.136s.384.64 1.4.944c-.24.304-.536.664-.536.664-1.768-.056-2.44-1.216-2.44-1.216 0-2.576 1.152-4.664 1.152-4.664 1.152-.864 2.248-.84 2.248-.84l.08.096c-1.44.416-2.104 1.048-2.104 1.048s.176-.096.472-.232c.856-.376 1.536-.48 1.816-.504.048-.008.088-.016.136-.016a6.521 6.521 0 0 1 4.024.752s-.632-.6-1.992-1.016l.112-.128s1.096-.024 2.248.84c0 0 1.152 2.088 1.152 4.664 0 0-.68 1.16-2.448 1.216z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Display",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 4s0-2 2-2h12s2 0 2 2v6s0 2-2 2h-4c0 .667.083 1.167.25 1.5H11a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1h.75c.167-.333.25-.833.25-1.5H2s-2 0-2-2V4zm1.398-.855a.758.758 0 0 0-.254.302A1.46 1.46 0 0 0 1 4.01V10c0 .325.078.502.145.602.07.105.17.188.302.254a1.464 1.464 0 0 0 .538.143L2.01 11H14c.325 0 .502-.078.602-.145a.758.758 0 0 0 .254-.302 1.464 1.464 0 0 0 .143-.538L15 9.99V4c0-.325-.078-.502-.145-.602a.757.757 0 0 0-.302-.254A1.46 1.46 0 0 0 13.99 3H2c-.325 0-.502.078-.602.145z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "DisplayFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 12c0 .667-.083 1.167-.25 1.5H5a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1h-.75c-.167-.333-.25-.833-.25-1.5h4c2 0 2-2 2-2V4c0-2-2-2-2-2H2C0 2 0 4 0 4v6c0 2 2 2 2 2h4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "DistributeHorizontal",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M14.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 1 0v-13a.5.5 0 0 0-.5-.5zm-13 0a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 1 0v-13a.5.5 0 0 0-.5-.5z\"/><path d=\"M6 13a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v10z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "DistributeVertical",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1 1.5a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 0-1h-13a.5.5 0 0 0-.5.5zm0 13a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 0-1h-13a.5.5 0 0 0-.5.5z\"/><path d=\"M2 7a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V7z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "DoorClosed",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 2a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v13h1.5a.5.5 0 0 1 0 1h-13a.5.5 0 0 1 0-1H3V2zm1 13h8V2H4v13z\"/><path d=\"M9 9a1 1 0 1 0 2 0 1 1 0 0 0-2 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "DoorClosedFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 1a1 1 0 0 1 1 1v13h1.5a.5.5 0 0 1 0 1h-13a.5.5 0 0 1 0-1H3V2a1 1 0 0 1 1-1h8zm-2 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "DoorOpen",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.5 10c-.276 0-.5-.448-.5-1s.224-1 .5-1 .5.448.5 1-.224 1-.5 1z\"/><path d=\"M10.828.122A.5.5 0 0 1 11 .5V1h.5A1.5 1.5 0 0 1 13 2.5V15h1.5a.5.5 0 0 1 0 1h-13a.5.5 0 0 1 0-1H3V1.5a.5.5 0 0 1 .43-.495l7-1a.5.5 0 0 1 .398.117zM11.5 2H11v13h1V2.5a.5.5 0 0 0-.5-.5zM4 1.934V15h6V1.077l-6 .857z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "DoorOpenFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1.5 15a.5.5 0 0 0 0 1h13a.5.5 0 0 0 0-1H13V2.5A1.5 1.5 0 0 0 11.5 1H11V.5a.5.5 0 0 0-.57-.495l-7 1A.5.5 0 0 0 3 1.5V15H1.5zM11 2h.5a.5.5 0 0 1 .5.5V15h-1V2zm-2.5 8c-.276 0-.5-.448-.5-1s.224-1 .5-1 .5.448.5 1-.224 1-.5 1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Dot",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Download",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5z\"/><path d=\"M7.646 11.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V1.5a.5.5 0 0 0-1 0v8.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Droplet",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M7.21.8C7.69.295 8 0 8 0c.109.363.234.708.371 1.038.812 1.946 2.073 3.35 3.197 4.6C12.878 7.096 14 8.345 14 10a6 6 0 0 1-12 0C2 6.668 5.58 2.517 7.21.8zm.413 1.021A31.25 31.25 0 0 0 5.794 3.99c-.726.95-1.436 2.008-1.96 3.07C3.304 8.133 3 9.138 3 10a5 5 0 0 0 10 0c0-1.201-.796-2.157-2.181-3.7l-.03-.032C9.75 5.11 8.5 3.72 7.623 1.82z\"/><path fill-rule=\"evenodd\" d=\"M4.553 7.776c.82-1.641 1.717-2.753 2.093-3.13l.708.708c-.29.29-1.128 1.311-1.907 2.87l-.894-.448z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "DropletFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 16a6 6 0 0 0 6-6c0-1.655-1.122-2.904-2.432-4.362C10.254 4.176 8.75 2.503 8 0c0 0-6 5.686-6 10a6 6 0 0 0 6 6zM6.646 4.646c-.376.377-1.272 1.489-2.093 3.13l.894.448c.78-1.559 1.616-2.58 1.907-2.87l-.708-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "DropletHalf",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M7.21.8C7.69.295 8 0 8 0c.109.363.234.708.371 1.038.812 1.946 2.073 3.35 3.197 4.6C12.878 7.096 14 8.345 14 10a6 6 0 0 1-12 0C2 6.668 5.58 2.517 7.21.8zm.413 1.021A31.25 31.25 0 0 0 5.794 3.99c-.726.95-1.436 2.008-1.96 3.07C3.304 8.133 3 9.138 3 10c0 0 2.5 1.5 5 .5s5-.5 5-.5c0-1.201-.796-2.157-2.181-3.7l-.03-.032C9.75 5.11 8.5 3.72 7.623 1.82z\"/><path fill-rule=\"evenodd\" d=\"M4.553 7.776c.82-1.641 1.717-2.753 2.093-3.13l.708.708c-.29.29-1.128 1.311-1.907 2.87l-.894-.448z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Earbuds",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M6.825 4.138c.596 2.141-.36 3.593-2.389 4.117a4.432 4.432 0 0 1-2.018.054c-.048-.01.9 2.778 1.522 4.61l.41 1.205a.52.52 0 0 1-.346.659l-.593.19a.548.548 0 0 1-.69-.34L.184 6.99c-.696-2.137.662-4.309 2.564-4.8 2.029-.523 3.402 0 4.076 1.948zm-.868 2.221c.43-.112.561-.993.292-1.969-.269-.975-.836-1.675-1.266-1.563-.43.112-.561.994-.292 1.969.269.975.836 1.675 1.266 1.563zm3.218-2.221c-.596 2.141.36 3.593 2.389 4.117a4.434 4.434 0 0 0 2.018.054c.048-.01-.9 2.778-1.522 4.61l-.41 1.205a.52.52 0 0 0 .346.659l.593.19c.289.092.6-.06.69-.34l2.536-7.643c.696-2.137-.662-4.309-2.564-4.8-2.029-.523-3.402 0-4.076 1.948zm.868 2.221c-.43-.112-.561-.993-.292-1.969.269-.975.836-1.675 1.266-1.563.43.112.561.994.292 1.969-.269.975-.836 1.675-1.266 1.563z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Easel",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 0a.5.5 0 0 1 .473.337L9.046 2H14a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-1.85l1.323 3.837a.5.5 0 1 1-.946.326L11.092 11H8.5v3a.5.5 0 0 1-1 0v-3H4.908l-1.435 4.163a.5.5 0 1 1-.946-.326L3.85 11H2a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h4.954L7.527.337A.5.5 0 0 1 8 0zM2 3v7h12V3H2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "EaselFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.473.337a.5.5 0 0 0-.946 0L6.954 2H2a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h1.85l-1.323 3.837a.5.5 0 1 0 .946.326L4.908 11H7.5v2.5a.5.5 0 0 0 1 0V11h2.592l1.435 4.163a.5.5 0 0 0 .946-.326L12.15 11H14a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H9.046L8.473.337z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Egg",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15a5 5 0 0 1-5-5c0-1.956.69-4.286 1.742-6.12.524-.913 1.112-1.658 1.704-2.164C7.044 1.206 7.572 1 8 1c.428 0 .956.206 1.554.716.592.506 1.18 1.251 1.704 2.164C12.31 5.714 13 8.044 13 10a5 5 0 0 1-5 5zm0 1a6 6 0 0 0 6-6c0-4.314-3-10-6-10S2 5.686 2 10a6 6 0 0 0 6 6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "EggFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 10a6 6 0 0 1-12 0C2 5.686 5 0 8 0s6 5.686 6 10z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "EggFried",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 11a3 3 0 1 0 0-6 3 3 0 0 0 0 6z\"/><path d=\"M13.997 5.17a5 5 0 0 0-8.101-4.09A5 5 0 0 0 1.28 9.342a5 5 0 0 0 8.336 5.109 3.5 3.5 0 0 0 5.201-4.065 3.001 3.001 0 0 0-.822-5.216zm-1-.034a1 1 0 0 0 .668.977 2.001 2.001 0 0 1 .547 3.478 1 1 0 0 0-.341 1.113 2.5 2.5 0 0 1-3.715 2.905 1 1 0 0 0-1.262.152 4 4 0 0 1-6.67-4.087 1 1 0 0 0-.2-1 4 4 0 0 1 3.693-6.61 1 1 0 0 0 .8-.2 4 4 0 0 1 6.48 3.273z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Eject",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.27 1.047a1 1 0 0 1 1.46 0l6.345 6.77c.6.638.146 1.683-.73 1.683H1.656C.78 9.5.326 8.455.926 7.816L7.27 1.047zM14.346 8.5 8 1.731 1.654 8.5h12.692zM.5 11.5a1 1 0 0 1 1-1h13a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-13a1 1 0 0 1-1-1v-1zm14 0h-13v1h13v-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "EjectFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.27 1.047a1 1 0 0 1 1.46 0l6.345 6.77c.6.638.146 1.683-.73 1.683H1.656C.78 9.5.326 8.455.926 7.816L7.27 1.047zM.5 11.5a1 1 0 0 1 1-1h13a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-13a1 1 0 0 1-1-1v-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "EmojiAngry",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M4.285 12.433a.5.5 0 0 0 .683-.183A3.498 3.498 0 0 1 8 10.5c1.295 0 2.426.703 3.032 1.75a.5.5 0 0 0 .866-.5A4.498 4.498 0 0 0 8 9.5a4.5 4.5 0 0 0-3.898 2.25.5.5 0 0 0 .183.683zm6.991-8.38a.5.5 0 1 1 .448.894l-1.009.504c.176.27.285.64.285 1.049 0 .828-.448 1.5-1 1.5s-1-.672-1-1.5c0-.247.04-.48.11-.686a.502.502 0 0 1 .166-.761l2-1zm-6.552 0a.5.5 0 0 0-.448.894l1.009.504A1.94 1.94 0 0 0 5 6.5C5 7.328 5.448 8 6 8s1-.672 1-1.5c0-.247-.04-.48-.11-.686a.502.502 0 0 0-.166-.761l-2-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "EmojiAngryFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM4.053 4.276a.5.5 0 0 1 .67-.223l2 1a.5.5 0 0 1 .166.76c.071.206.111.44.111.687C7 7.328 6.552 8 6 8s-1-.672-1-1.5c0-.408.109-.778.285-1.049l-1.009-.504a.5.5 0 0 1-.223-.67zm.232 8.157a.5.5 0 0 1-.183-.683A4.498 4.498 0 0 1 8 9.5a4.5 4.5 0 0 1 3.898 2.25.5.5 0 1 1-.866.5A3.498 3.498 0 0 0 8 10.5a3.498 3.498 0 0 0-3.032 1.75.5.5 0 0 1-.683.183zM10 8c-.552 0-1-.672-1-1.5 0-.247.04-.48.11-.686a.502.502 0 0 1 .166-.761l2-1a.5.5 0 1 1 .448.894l-1.009.504c.176.27.285.64.285 1.049 0 .828-.448 1.5-1 1.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "EmojiDizzy",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M9.146 5.146a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708.708l-.647.646.647.646a.5.5 0 0 1-.708.708l-.646-.647-.646.647a.5.5 0 1 1-.708-.708l.647-.646-.647-.646a.5.5 0 0 1 0-.708zm-5 0a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 1 1 .708.708l-.647.646.647.646a.5.5 0 1 1-.708.708L5.5 7.207l-.646.647a.5.5 0 1 1-.708-.708l.647-.646-.647-.646a.5.5 0 0 1 0-.708zM10 11a2 2 0 1 1-4 0 2 2 0 0 1 4 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "EmojiDizzyFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM4.146 5.146a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 1 1 .708.708l-.647.646.647.646a.5.5 0 1 1-.708.708L5.5 7.207l-.646.647a.5.5 0 1 1-.708-.708l.647-.646-.647-.646a.5.5 0 0 1 0-.708zm5 0a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708.708l-.647.646.647.646a.5.5 0 0 1-.708.708l-.646-.647-.646.647a.5.5 0 1 1-.708-.708l.647-.646-.647-.646a.5.5 0 0 1 0-.708zM8 13a2 2 0 1 1 0-4 2 2 0 0 1 0 4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "EmojiExpressionless",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M4 10.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5zm5 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "EmojiExpressionlessFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM4.5 6h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm5 0h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm-5 4h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "EmojiFrown",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M4.285 12.433a.5.5 0 0 0 .683-.183A3.498 3.498 0 0 1 8 10.5c1.295 0 2.426.703 3.032 1.75a.5.5 0 0 0 .866-.5A4.498 4.498 0 0 0 8 9.5a4.5 4.5 0 0 0-3.898 2.25.5.5 0 0 0 .183.683zM7 6.5C7 7.328 6.552 8 6 8s-1-.672-1-1.5S5.448 5 6 5s1 .672 1 1.5zm4 0c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5S9.448 5 10 5s1 .672 1 1.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "EmojiFrownFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM7 6.5C7 7.328 6.552 8 6 8s-1-.672-1-1.5S5.448 5 6 5s1 .672 1 1.5zm-2.715 5.933a.5.5 0 0 1-.183-.683A4.498 4.498 0 0 1 8 9.5a4.5 4.5 0 0 1 3.898 2.25.5.5 0 0 1-.866.5A3.498 3.498 0 0 0 8 10.5a3.498 3.498 0 0 0-3.032 1.75.5.5 0 0 1-.683.183zM10 8c-.552 0-1-.672-1-1.5S9.448 5 10 5s1 .672 1 1.5S10.552 8 10 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "EmojiHeartEyes",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M11.315 10.014a.5.5 0 0 1 .548.736A4.498 4.498 0 0 1 7.965 13a4.498 4.498 0 0 1-3.898-2.25.5.5 0 0 1 .548-.736h.005l.017.005.067.015.252.055c.215.046.515.108.857.169.693.124 1.522.242 2.152.242.63 0 1.46-.118 2.152-.242a26.58 26.58 0 0 0 1.109-.224l.067-.015.017-.004.005-.002zM4.756 4.566c.763-1.424 4.02-.12.952 3.434-4.496-1.596-2.35-4.298-.952-3.434zm6.488 0c1.398-.864 3.544 1.838-.952 3.434-3.067-3.554.19-4.858.952-3.434z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "EmojiHeartEyesFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zM4.756 4.566c.763-1.424 4.02-.12.952 3.434-4.496-1.596-2.35-4.298-.952-3.434zm6.559 5.448a.5.5 0 0 1 .548.736A4.498 4.498 0 0 1 7.965 13a4.498 4.498 0 0 1-3.898-2.25.5.5 0 0 1 .548-.736h.005l.017.005.067.015.252.055c.215.046.515.108.857.169.693.124 1.522.242 2.152.242.63 0 1.46-.118 2.152-.242a26.58 26.58 0 0 0 1.109-.224l.067-.015.017-.004.005-.002zm-.07-5.448c1.397-.864 3.543 1.838-.953 3.434-3.067-3.554.19-4.858.952-3.434z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "EmojiLaughing",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M12.331 9.5a1 1 0 0 1 0 1A4.998 4.998 0 0 1 8 13a4.998 4.998 0 0 1-4.33-2.5A1 1 0 0 1 4.535 9h6.93a1 1 0 0 1 .866.5zM7 6.5c0 .828-.448 0-1 0s-1 .828-1 0S5.448 5 6 5s1 .672 1 1.5zm4 0c0 .828-.448 0-1 0s-1 .828-1 0S9.448 5 10 5s1 .672 1 1.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "EmojiLaughingFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM7 6.5c0 .501-.164.396-.415.235C6.42 6.629 6.218 6.5 6 6.5c-.218 0-.42.13-.585.235C5.164 6.896 5 7 5 6.5 5 5.672 5.448 5 6 5s1 .672 1 1.5zm5.331 3a1 1 0 0 1 0 1A4.998 4.998 0 0 1 8 13a4.998 4.998 0 0 1-4.33-2.5A1 1 0 0 1 4.535 9h6.93a1 1 0 0 1 .866.5zm-1.746-2.765C10.42 6.629 10.218 6.5 10 6.5c-.218 0-.42.13-.585.235C9.164 6.896 9 7 9 6.5c0-.828.448-1.5 1-1.5s1 .672 1 1.5c0 .501-.164.396-.415.235z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "EmojiNeutral",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M4 10.5a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 0-1h-7a.5.5 0 0 0-.5.5zm3-4C7 5.672 6.552 5 6 5s-1 .672-1 1.5S5.448 8 6 8s1-.672 1-1.5zm4 0c0-.828-.448-1.5-1-1.5s-1 .672-1 1.5S9.448 8 10 8s1-.672 1-1.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "EmojiNeutralFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM7 6.5C7 7.328 6.552 8 6 8s-1-.672-1-1.5S5.448 5 6 5s1 .672 1 1.5zm-3 4a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zM10 8c-.552 0-1-.672-1-1.5S9.448 5 10 5s1 .672 1 1.5S10.552 8 10 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "EmojiSmile",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M4.285 9.567a.5.5 0 0 1 .683.183A3.498 3.498 0 0 0 8 11.5a3.498 3.498 0 0 0 3.032-1.75.5.5 0 1 1 .866.5A4.498 4.498 0 0 1 8 12.5a4.498 4.498 0 0 1-3.898-2.25.5.5 0 0 1 .183-.683zM7 6.5C7 7.328 6.552 8 6 8s-1-.672-1-1.5S5.448 5 6 5s1 .672 1 1.5zm4 0c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5S9.448 5 10 5s1 .672 1 1.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "EmojiSmileFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM7 6.5C7 7.328 6.552 8 6 8s-1-.672-1-1.5S5.448 5 6 5s1 .672 1 1.5zM4.285 9.567a.5.5 0 0 1 .683.183A3.498 3.498 0 0 0 8 11.5a3.498 3.498 0 0 0 3.032-1.75.5.5 0 1 1 .866.5A4.498 4.498 0 0 1 8 12.5a4.498 4.498 0 0 1-3.898-2.25.5.5 0 0 1 .183-.683zM10 8c-.552 0-1-.672-1-1.5S9.448 5 10 5s1 .672 1 1.5S10.552 8 10 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "EmojiSmileUpsideDown",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1zm0-1a8 8 0 1 1 0 16A8 8 0 0 1 8 0z\"/><path d=\"M4.285 6.433a.5.5 0 0 0 .683-.183A3.498 3.498 0 0 1 8 4.5c1.295 0 2.426.703 3.032 1.75a.5.5 0 0 0 .866-.5A4.498 4.498 0 0 0 8 3.5a4.5 4.5 0 0 0-3.898 2.25.5.5 0 0 0 .183.683zM7 9.5C7 8.672 6.552 8 6 8s-1 .672-1 1.5.448 1.5 1 1.5 1-.672 1-1.5zm4 0c0-.828-.448-1.5-1-1.5s-1 .672-1 1.5.448 1.5 1 1.5 1-.672 1-1.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "EmojiSmileUpsideDownFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM7 9.5C7 8.672 6.552 8 6 8s-1 .672-1 1.5.448 1.5 1 1.5 1-.672 1-1.5zM4.285 6.433a.5.5 0 0 0 .683-.183A3.498 3.498 0 0 1 8 4.5c1.295 0 2.426.703 3.032 1.75a.5.5 0 0 0 .866-.5A4.498 4.498 0 0 0 8 3.5a4.5 4.5 0 0 0-3.898 2.25.5.5 0 0 0 .183.683zM10 8c-.552 0-1 .672-1 1.5s.448 1.5 1 1.5 1-.672 1-1.5S10.552 8 10 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "EmojiSunglasses",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.968 9.75a.5.5 0 1 0-.866.5A4.498 4.498 0 0 0 8 12.5a4.5 4.5 0 0 0 3.898-2.25.5.5 0 1 0-.866-.5A3.498 3.498 0 0 1 8 11.5a3.498 3.498 0 0 1-3.032-1.75zM7 5.116V5a1 1 0 0 0-1-1H3.28a1 1 0 0 0-.97 1.243l.311 1.242A2 2 0 0 0 4.561 8H5a2 2 0 0 0 1.994-1.839A2.99 2.99 0 0 1 8 6c.393 0 .74.064 1.006.161A2 2 0 0 0 11 8h.438a2 2 0 0 0 1.94-1.515l.311-1.242A1 1 0 0 0 12.72 4H10a1 1 0 0 0-1 1v.116A4.22 4.22 0 0 0 8 5c-.35 0-.69.04-1 .116z\"/><path d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-1 0A7 7 0 1 0 1 8a7 7 0 0 0 14 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "EmojiSunglassesFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM2.31 5.243A1 1 0 0 1 3.28 4H6a1 1 0 0 1 1 1v.116A4.22 4.22 0 0 1 8 5c.35 0 .69.04 1 .116V5a1 1 0 0 1 1-1h2.72a1 1 0 0 1 .97 1.243l-.311 1.242A2 2 0 0 1 11.439 8H11a2 2 0 0 1-1.994-1.839A2.99 2.99 0 0 0 8 6c-.393 0-.74.064-1.006.161A2 2 0 0 1 5 8h-.438a2 2 0 0 1-1.94-1.515L2.31 5.243zM4.969 9.75A3.498 3.498 0 0 0 8 11.5a3.498 3.498 0 0 0 3.032-1.75.5.5 0 1 1 .866.5A4.498 4.498 0 0 1 8 12.5a4.498 4.498 0 0 1-3.898-2.25.5.5 0 0 1 .866-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "EmojiWink",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M4.285 9.567a.5.5 0 0 1 .683.183A3.498 3.498 0 0 0 8 11.5a3.498 3.498 0 0 0 3.032-1.75.5.5 0 1 1 .866.5A4.498 4.498 0 0 1 8 12.5a4.498 4.498 0 0 1-3.898-2.25.5.5 0 0 1 .183-.683zM7 6.5C7 7.328 6.552 8 6 8s-1-.672-1-1.5S5.448 5 6 5s1 .672 1 1.5zm1.757-.437a.5.5 0 0 1 .68.194.934.934 0 0 0 .813.493c.339 0 .645-.19.813-.493a.5.5 0 1 1 .874.486A1.934 1.934 0 0 1 10.25 7.75c-.73 0-1.356-.412-1.687-1.007a.5.5 0 0 1 .194-.68z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "EmojiWinkFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM7 6.5C7 5.672 6.552 5 6 5s-1 .672-1 1.5S5.448 8 6 8s1-.672 1-1.5zM4.285 9.567a.5.5 0 0 0-.183.683A4.498 4.498 0 0 0 8 12.5a4.5 4.5 0 0 0 3.898-2.25.5.5 0 1 0-.866-.5A3.498 3.498 0 0 1 8 11.5a3.498 3.498 0 0 1-3.032-1.75.5.5 0 0 0-.683-.183zm5.152-3.31a.5.5 0 0 0-.874.486c.33.595.958 1.007 1.687 1.007.73 0 1.356-.412 1.687-1.007a.5.5 0 0 0-.874-.486.934.934 0 0 1-.813.493.934.934 0 0 1-.813-.493z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Envelope",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1H2zm13 2.383-4.758 2.855L15 11.114v-5.73zm-.034 6.878L9.271 8.82 8 9.583 6.728 8.82l-5.694 3.44A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.739zM1 11.114l4.758-2.876L1 5.383v5.73z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "EnvelopeFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414.05 3.555zM0 4.697v7.104l5.803-3.558L0 4.697zM6.761 8.83l-6.57 4.027A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.144l-6.57-4.027L8 9.586l-1.239-.757zm3.436-.586L16 11.801V4.697l-5.803 3.546z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "EnvelopeOpen",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.47 1.318a1 1 0 0 0-.94 0l-6 3.2A1 1 0 0 0 1 5.4v.818l5.724 3.465L8 8.917l1.276.766L15 6.218V5.4a1 1 0 0 0-.53-.882l-6-3.2zM15 7.388l-4.754 2.877L15 13.117v-5.73zm-.035 6.874L8 10.083l-6.965 4.18A1 1 0 0 0 2 15h12a1 1 0 0 0 .965-.738zM1 13.117l4.754-2.852L1 7.387v5.73zM7.059.435a2 2 0 0 1 1.882 0l6 3.2A2 2 0 0 1 16 5.4V14a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V5.4a2 2 0 0 1 1.059-1.765l6-3.2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "EnvelopeOpenFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.941.435a2 2 0 0 0-1.882 0l-6 3.2A2 2 0 0 0 0 5.4v.313l6.709 3.933L8 8.928l1.291.717L16 5.715V5.4a2 2 0 0 0-1.059-1.765l-6-3.2zM16 6.873l-5.693 3.337L16 13.372v-6.5zm-.059 7.611L8 10.072.059 14.484A2 2 0 0 0 2 16h12a2 2 0 0 0 1.941-1.516zM0 13.373l5.693-3.163L0 6.873v6.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Eraser",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.086 2.207a2 2 0 0 1 2.828 0l3.879 3.879a2 2 0 0 1 0 2.828l-5.5 5.5A2 2 0 0 1 7.879 15H5.12a2 2 0 0 1-1.414-.586l-2.5-2.5a2 2 0 0 1 0-2.828l6.879-6.879zm2.121.707a1 1 0 0 0-1.414 0L4.16 7.547l5.293 5.293 4.633-4.633a1 1 0 0 0 0-1.414l-3.879-3.879zM8.746 13.547 3.453 8.254 1.914 9.793a1 1 0 0 0 0 1.414l2.5 2.5a1 1 0 0 0 .707.293H7.88a1 1 0 0 0 .707-.293l.16-.16z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "EraserFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.086 2.207a2 2 0 0 1 2.828 0l3.879 3.879a2 2 0 0 1 0 2.828l-5.5 5.5A2 2 0 0 1 7.879 15H5.12a2 2 0 0 1-1.414-.586l-2.5-2.5a2 2 0 0 1 0-2.828l6.879-6.879zm.66 11.34L3.453 8.254 1.914 9.793a1 1 0 0 0 0 1.414l2.5 2.5a1 1 0 0 0 .707.293H7.88a1 1 0 0 0 .707-.293l.16-.16z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Exclamation",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.553.553 0 0 1-1.1 0L7.1 4.995z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ExclamationCircle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 4.995z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ExclamationCircleFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8 4a.905.905 0 0 0-.9.995l.35 3.507a.552.552 0 0 0 1.1 0l.35-3.507A.905.905 0 0 0 8 4zm.002 6a1 1 0 1 0 0 2 1 1 0 0 0 0-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ExclamationDiamond",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.95.435c.58-.58 1.52-.58 2.1 0l6.515 6.516c.58.58.58 1.519 0 2.098L9.05 15.565c-.58.58-1.519.58-2.098 0L.435 9.05a1.482 1.482 0 0 1 0-2.098L6.95.435zm1.4.7a.495.495 0 0 0-.7 0L1.134 7.65a.495.495 0 0 0 0 .7l6.516 6.516a.495.495 0 0 0 .7 0l6.516-6.516a.495.495 0 0 0 0-.7L8.35 1.134z\"/><path d=\"M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 4.995z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ExclamationDiamondFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098L9.05.435zM8 4c.535 0 .954.462.9.995l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 4.995A.905.905 0 0 1 8 4zm.002 6a1 1 0 1 1 0 2 1 1 0 0 1 0-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ExclamationLg",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.002 14a2 2 0 1 1 4 0 2 2 0 0 1-4 0zm.195-12.01a1.81 1.81 0 1 1 3.602 0l-.701 7.015a1.105 1.105 0 0 1-2.2 0l-.7-7.015z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ExclamationOctagon",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.54.146A.5.5 0 0 1 4.893 0h6.214a.5.5 0 0 1 .353.146l4.394 4.394a.5.5 0 0 1 .146.353v6.214a.5.5 0 0 1-.146.353l-4.394 4.394a.5.5 0 0 1-.353.146H4.893a.5.5 0 0 1-.353-.146L.146 11.46A.5.5 0 0 1 0 11.107V4.893a.5.5 0 0 1 .146-.353L4.54.146zM5.1 1 1 5.1v5.8L5.1 15h5.8l4.1-4.1V5.1L10.9 1H5.1z\"/><path d=\"M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 4.995z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ExclamationOctagonFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11.46.146A.5.5 0 0 0 11.107 0H4.893a.5.5 0 0 0-.353.146L.146 4.54A.5.5 0 0 0 0 4.893v6.214a.5.5 0 0 0 .146.353l4.394 4.394a.5.5 0 0 0 .353.146h6.214a.5.5 0 0 0 .353-.146l4.394-4.394a.5.5 0 0 0 .146-.353V4.893a.5.5 0 0 0-.146-.353L11.46.146zM8 4c.535 0 .954.462.9.995l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 4.995A.905.905 0 0 1 8 4zm.002 6a1 1 0 1 1 0 2 1 1 0 0 1 0-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ExclamationSquare",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z\"/><path d=\"M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 4.995z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ExclamationSquareFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6 4c.535 0 .954.462.9.995l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 4.995A.905.905 0 0 1 8 4zm.002 6a1 1 0 1 1 0 2 1 1 0 0 1 0-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ExclamationTriangle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.938 2.016A.13.13 0 0 1 8.002 2a.13.13 0 0 1 .063.016.146.146 0 0 1 .054.057l6.857 11.667c.036.06.035.124.002.183a.163.163 0 0 1-.054.06.116.116 0 0 1-.066.017H1.146a.115.115 0 0 1-.066-.017.163.163 0 0 1-.054-.06.176.176 0 0 1 .002-.183L7.884 2.073a.147.147 0 0 1 .054-.057zm1.044-.45a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767L8.982 1.566z\"/><path d=\"M7.002 12a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 5.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 5.995z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ExclamationTriangleFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.982 1.566a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767L8.982 1.566zM8 5c.535 0 .954.462.9.995l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 5.995A.905.905 0 0 1 8 5zm.002 6a1 1 0 1 1 0 2 1 1 0 0 1 0-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Exclude",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-2H2a2 2 0 0 1-2-2V2zm12 2H5a1 1 0 0 0-1 1v7h7a1 1 0 0 0 1-1V4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Eye",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z\"/><path d=\"M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "EyeFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10.5 8a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z\"/><path d=\"M0 8s3-5.5 8-5.5S16 8 16 8s-3 5.5-8 5.5S0 8 0 8zm8 3.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "EyeSlash",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13.359 11.238C15.06 9.72 16 8 16 8s-3-5.5-8-5.5a7.028 7.028 0 0 0-2.79.588l.77.771A5.944 5.944 0 0 1 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.134 13.134 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755-.165.165-.337.328-.517.486l.708.709z\"/><path d=\"M11.297 9.176a3.5 3.5 0 0 0-4.474-4.474l.823.823a2.5 2.5 0 0 1 2.829 2.829l.822.822zm-2.943 1.299.822.822a3.5 3.5 0 0 1-4.474-4.474l.823.823a2.5 2.5 0 0 0 2.829 2.829z\"/><path d=\"M3.35 5.47c-.18.16-.353.322-.518.487A13.134 13.134 0 0 0 1.172 8l.195.288c.335.48.83 1.12 1.465 1.755C4.121 11.332 5.881 12.5 8 12.5c.716 0 1.39-.133 2.02-.36l.77.772A7.029 7.029 0 0 1 8 13.5C3 13.5 0 8 0 8s.939-1.721 2.641-3.238l.708.709zm10.296 8.884-12-12 .708-.708 12 12-.708.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "EyeSlashFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m10.79 12.912-1.614-1.615a3.5 3.5 0 0 1-4.474-4.474l-2.06-2.06C.938 6.278 0 8 0 8s3 5.5 8 5.5a7.029 7.029 0 0 0 2.79-.588zM5.21 3.088A7.028 7.028 0 0 1 8 2.5c5 0 8 5.5 8 5.5s-.939 1.721-2.641 3.238l-2.062-2.062a3.5 3.5 0 0 0-4.474-4.474L5.21 3.089z\"/><path d=\"M5.525 7.646a2.5 2.5 0 0 0 2.829 2.829l-2.83-2.829zm4.95.708-2.829-2.83a2.5 2.5 0 0 1 2.829 2.829zm3.171 6-12-12 .708-.708 12 12-.708.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Eyedropper",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13.354.646a1.207 1.207 0 0 0-1.708 0L8.5 3.793l-.646-.647a.5.5 0 1 0-.708.708L8.293 5l-7.147 7.146A.5.5 0 0 0 1 12.5v1.793l-.854.853a.5.5 0 1 0 .708.707L1.707 15H3.5a.5.5 0 0 0 .354-.146L11 7.707l1.146 1.147a.5.5 0 0 0 .708-.708l-.647-.646 3.147-3.146a1.207 1.207 0 0 0 0-1.708l-2-2zM2 12.707l7-7L10.293 7l-7 7H2v-1.293z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Eyeglasses",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 6a2 2 0 1 1 0 4 2 2 0 0 1 0-4zm2.625.547a3 3 0 0 0-5.584.953H.5a.5.5 0 0 0 0 1h.541A3 3 0 0 0 7 8a1 1 0 0 1 2 0 3 3 0 0 0 5.959.5h.541a.5.5 0 0 0 0-1h-.541a3 3 0 0 0-5.584-.953A1.993 1.993 0 0 0 8 6c-.532 0-1.016.208-1.375.547zM14 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Facebook",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "File",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileArrowDown",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 5a.5.5 0 0 1 .5.5v3.793l1.146-1.147a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 1 1 .708-.708L7.5 9.293V5.5A.5.5 0 0 1 8 5z\"/><path d=\"M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileArrowDownFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM8 5a.5.5 0 0 1 .5.5v3.793l1.146-1.147a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 1 1 .708-.708L7.5 9.293V5.5A.5.5 0 0 1 8 5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileArrowUp",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 11a.5.5 0 0 0 .5-.5V6.707l1.146 1.147a.5.5 0 0 0 .708-.708l-2-2a.5.5 0 0 0-.708 0l-2 2a.5.5 0 1 0 .708.708L7.5 6.707V10.5a.5.5 0 0 0 .5.5z\"/><path d=\"M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileArrowUpFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM7.5 6.707 6.354 7.854a.5.5 0 1 1-.708-.708l2-2a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L8.5 6.707V10.5a.5.5 0 0 1-1 0V6.707z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileBarGraph",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.5 12a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-1zm3 0a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-1zm3 0a.5.5 0 0 1-.5-.5v-6a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-.5.5h-1z\"/><path d=\"M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileBarGraphFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm-2 11.5v-6a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm-2.5.5a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-1zm-3 0a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileBinary",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.526 13.09c.976 0 1.524-.79 1.524-2.205 0-1.412-.548-2.203-1.524-2.203-.978 0-1.526.79-1.526 2.203 0 1.415.548 2.206 1.526 2.206zm-.832-2.205c0-1.05.29-1.612.832-1.612.358 0 .607.247.733.721L4.7 11.137a6.749 6.749 0 0 1-.006-.252zm.832 1.614c-.36 0-.606-.246-.732-.718l1.556-1.145c.003.079.005.164.005.249 0 1.052-.29 1.614-.829 1.614zm5.329.501v-.595H9.73V8.772h-.69l-1.19.786v.688L8.986 9.5h.05v2.906h-1.18V13h3z\"/><path d=\"M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileBinaryFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.526 9.273c-.542 0-.832.563-.832 1.612 0 .088.003.173.006.252l1.56-1.143c-.126-.474-.375-.72-.733-.72zm-.732 2.508c.126.472.372.718.732.718.54 0 .83-.563.83-1.614 0-.085-.003-.17-.006-.25l-1.556 1.146z\"/><path d=\"M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM7.05 10.885c0 1.415-.548 2.206-1.524 2.206C4.548 13.09 4 12.3 4 10.885c0-1.412.548-2.203 1.526-2.203.976 0 1.524.79 1.524 2.203zm3.805 1.52V13h-3v-.595h1.181V9.5h-.05l-1.136.747v-.688l1.19-.786h.69v3.633h1.125z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileBreak",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 10.5a.5.5 0 0 1 .5-.5h15a.5.5 0 0 1 0 1H.5a.5.5 0 0 1-.5-.5zM12 0H4a2 2 0 0 0-2 2v7h1V2a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v7h1V2a2 2 0 0 0-2-2zm2 12h-1v2a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-2H2v2a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileBreakFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 0h8a2 2 0 0 1 2 2v7H2V2a2 2 0 0 1 2-2zM2 12h12v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-2zM.5 10a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1H.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileCheck",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10.854 6.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 8.793l2.646-2.647a.5.5 0 0 1 .708 0z\"/><path d=\"M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileCheckFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm-1.146 6.854-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 8.793l2.646-2.647a.5.5 0 0 1 .708.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileCode",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.646 5.646a.5.5 0 1 1 .708.708L5.707 8l1.647 1.646a.5.5 0 0 1-.708.708l-2-2a.5.5 0 0 1 0-.708l2-2zm2.708 0a.5.5 0 1 0-.708.708L10.293 8 8.646 9.646a.5.5 0 0 0 .708.708l2-2a.5.5 0 0 0 0-.708l-2-2z\"/><path d=\"M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileCodeFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM6.646 5.646a.5.5 0 1 1 .708.708L5.707 8l1.647 1.646a.5.5 0 0 1-.708.708l-2-2a.5.5 0 0 1 0-.708l2-2zm2.708 0 2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L10.293 8 8.646 6.354a.5.5 0 1 1 .708-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileDiff",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 4a.5.5 0 0 1 .5.5V6H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V7H6a.5.5 0 0 1 0-1h1.5V4.5A.5.5 0 0 1 8 4zm-2.5 6.5A.5.5 0 0 1 6 10h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z\"/><path d=\"M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileDiffFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM8.5 4.5V6H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V7H6a.5.5 0 0 1 0-1h1.5V4.5a.5.5 0 0 1 1 0zM6 10h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1 0-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmark",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkArrowDown",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"/><path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkArrowDownFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zm-1 4v3.793l1.146-1.147a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 0 1 .708-.708L7.5 11.293V7.5a.5.5 0 0 1 1 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkArrowUp",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.5 11.5a.5.5 0 0 1-1 0V7.707L6.354 8.854a.5.5 0 1 1-.708-.708l2-2a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L8.5 7.707V11.5z\"/><path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkArrowUpFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM6.354 9.854a.5.5 0 0 1-.708-.708l2-2a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L8.5 8.707V12.5a.5.5 0 0 1-1 0V8.707L6.354 9.854z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkBarGraph",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10 13.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-6a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v6zm-2.5.5a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-1zm-3 0a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-1z\"/><path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkBarGraphFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zm.5 10v-6a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm-2.5.5a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-1zm-3 0a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkBinary",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.05 11.885c0 1.415-.548 2.206-1.524 2.206C4.548 14.09 4 13.3 4 11.885c0-1.412.548-2.203 1.526-2.203.976 0 1.524.79 1.524 2.203zm-1.524-1.612c-.542 0-.832.563-.832 1.612 0 .088.003.173.006.252l1.559-1.143c-.126-.474-.375-.72-.733-.72zm-.732 2.508c.126.472.372.718.732.718.54 0 .83-.563.83-1.614 0-.085-.003-.17-.006-.25l-1.556 1.146zm6.061.624V14h-3v-.595h1.181V10.5h-.05l-1.136.747v-.688l1.19-.786h.69v3.633h1.125z\"/><path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkBinaryFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.526 10.273c-.542 0-.832.563-.832 1.612 0 .088.003.173.006.252l1.559-1.143c-.126-.474-.375-.72-.733-.72zm-.732 2.508c.126.472.372.718.732.718.54 0 .83-.563.83-1.614 0-.085-.003-.17-.006-.25l-1.556 1.146z\"/><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zm-2.45 8.385c0 1.415-.548 2.206-1.524 2.206C4.548 14.09 4 13.3 4 11.885c0-1.412.548-2.203 1.526-2.203.976 0 1.524.79 1.524 2.203zm3.805 1.52V14h-3v-.595h1.181V10.5h-.05l-1.136.747v-.688l1.19-.786h.69v3.633h1.125z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkBreak",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 4.5V9h-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v7H2V2a2 2 0 0 1 2-2h5.5L14 4.5zM13 12h1v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-2h1v2a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-2zM.5 10a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1H.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkBreakFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 0h5.293A1 1 0 0 1 10 .293L13.707 4a1 1 0 0 1 .293.707V9H2V2a2 2 0 0 1 2-2zm5.5 1.5v2a1 1 0 0 0 1 1h2l-3-3zM2 12h12v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-2zM.5 10a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1H.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkCheck",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10.854 7.854a.5.5 0 0 0-.708-.708L7.5 9.793 6.354 8.646a.5.5 0 1 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0l3-3z\"/><path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkCheckFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zm1.354 4.354-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 9.793l2.646-2.647a.5.5 0 0 1 .708.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkCode",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h-2z\"/><path d=\"M8.646 6.646a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L10.293 9 8.646 7.354a.5.5 0 0 1 0-.708zm-1.292 0a.5.5 0 0 0-.708 0l-2 2a.5.5 0 0 0 0 .708l2 2a.5.5 0 0 0 .708-.708L5.707 9l1.647-1.646a.5.5 0 0 0 0-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkCodeFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM6.646 7.646a.5.5 0 1 1 .708.708L5.707 10l1.647 1.646a.5.5 0 0 1-.708.708l-2-2a.5.5 0 0 1 0-.708l2-2zm2.708 0 2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L10.293 10 8.646 8.354a.5.5 0 1 1 .708-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkDiff",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 5a.5.5 0 0 1 .5.5V7H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V8H6a.5.5 0 0 1 0-1h1.5V5.5A.5.5 0 0 1 8 5zm-2.5 6.5A.5.5 0 0 1 6 11h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z\"/><path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkDiffFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM8 6a.5.5 0 0 1 .5.5V8H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V9H6a.5.5 0 0 1 0-1h1.5V6.5A.5.5 0 0 1 8 6zm-2.5 6.5A.5.5 0 0 1 6 12h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkEasel",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.5 6a.5.5 0 1 0-1 0h-2A1.5 1.5 0 0 0 4 7.5v2A1.5 1.5 0 0 0 5.5 11h.473l-.447 1.342a.5.5 0 1 0 .948.316L7.027 11H7.5v1a.5.5 0 0 0 1 0v-1h.473l.553 1.658a.5.5 0 1 0 .948-.316L10.027 11h.473A1.5 1.5 0 0 0 12 9.5v-2A1.5 1.5 0 0 0 10.5 6h-2zM5 7.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-2z\"/><path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkEaselFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5 7.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-2z\"/><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM8.5 6h2A1.5 1.5 0 0 1 12 7.5v2a1.5 1.5 0 0 1-1.5 1.5h-.473l.447 1.342a.5.5 0 0 1-.948.316L8.973 11H8.5v1a.5.5 0 0 1-1 0v-1h-.473l-.553 1.658a.5.5 0 1 1-.948-.316L5.973 11H5.5A1.5 1.5 0 0 1 4 9.5v-2A1.5 1.5 0 0 1 5.5 6h2a.5.5 0 0 1 1 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkExcel",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.884 6.68a.5.5 0 1 0-.768.64L7.349 10l-2.233 2.68a.5.5 0 0 0 .768.64L8 10.781l2.116 2.54a.5.5 0 0 0 .768-.641L8.651 10l2.233-2.68a.5.5 0 0 0-.768-.64L8 9.219l-2.116-2.54z\"/><path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkExcelFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM5.884 6.68 8 9.219l2.116-2.54a.5.5 0 1 1 .768.641L8.651 10l2.233 2.68a.5.5 0 0 1-.768.64L8 10.781l-2.116 2.54a.5.5 0 0 1-.768-.641L7.349 10 5.116 7.32a.5.5 0 1 1 .768-.64z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 0h5.293A1 1 0 0 1 10 .293L13.707 4a1 1 0 0 1 .293.707V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm5.5 1.5v2a1 1 0 0 0 1 1h2l-3-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkFont",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10.943 6H5.057L5 8h.5c.18-1.096.356-1.192 1.694-1.235l.293-.01v5.09c0 .47-.1.582-.898.655v.5H9.41v-.5c-.803-.073-.903-.184-.903-.654V6.755l.298.01c1.338.043 1.514.14 1.694 1.235h.5l-.057-2z\"/><path d=\"M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkFontFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM5.057 6h5.886L11 8h-.5c-.18-1.096-.356-1.192-1.694-1.235l-.298-.01v5.09c0 .47.1.582.903.655v.5H6.59v-.5c.799-.073.898-.184.898-.654V6.755l-.293.01C5.856 6.808 5.68 6.905 5.5 8H5l.057-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkImage",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.502 7a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z\"/><path d=\"M14 14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5V14zM4 1a1 1 0 0 0-1 1v10l2.224-2.224a.5.5 0 0 1 .61-.075L8 11l2.157-3.02a.5.5 0 0 1 .76-.063L13 10V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkImageFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 0h5.293A1 1 0 0 1 10 .293L13.707 4a1 1 0 0 1 .293.707v5.586l-2.73-2.73a1 1 0 0 0-1.52.127l-1.889 2.644-1.769-1.062a1 1 0 0 0-1.222.15L2 12.292V2a2 2 0 0 1 2-2zm5.5 1.5v2a1 1 0 0 0 1 1h2l-3-3zm-1.498 4a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0z\"/><path d=\"M10.564 8.27 14 11.708V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-.293l3.578-3.577 2.56 1.536 2.426-3.395z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkLock",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10 7v1.076c.54.166 1 .597 1 1.224v2.4c0 .816-.781 1.3-1.5 1.3h-3c-.719 0-1.5-.484-1.5-1.3V9.3c0-.627.46-1.058 1-1.224V7a2 2 0 1 1 4 0zM7 7v1h2V7a1 1 0 0 0-2 0zM6 9.3v2.4c0 .042.02.107.105.175A.637.637 0 0 0 6.5 12h3a.64.64 0 0 0 .395-.125c.085-.068.105-.133.105-.175V9.3c0-.042-.02-.107-.105-.175A.637.637 0 0 0 9.5 9h-3a.637.637 0 0 0-.395.125C6.02 9.193 6 9.258 6 9.3z\"/><path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkLock2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10 7v1.076c.54.166 1 .597 1 1.224v2.4c0 .816-.781 1.3-1.5 1.3h-3c-.719 0-1.5-.484-1.5-1.3V9.3c0-.627.46-1.058 1-1.224V7a2 2 0 1 1 4 0zM7 7v1h2V7a1 1 0 0 0-2 0z\"/><path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkLock2Fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7 7a1 1 0 0 1 2 0v1H7V7z\"/><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM10 7v1.076c.54.166 1 .597 1 1.224v2.4c0 .816-.781 1.3-1.5 1.3h-3c-.719 0-1.5-.484-1.5-1.3V9.3c0-.627.46-1.058 1-1.224V7a2 2 0 1 1 4 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkLockFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7 7a1 1 0 0 1 2 0v1H7V7zM6 9.3c0-.042.02-.107.105-.175A.637.637 0 0 1 6.5 9h3a.64.64 0 0 1 .395.125c.085.068.105.133.105.175v2.4c0 .042-.02.107-.105.175A.637.637 0 0 1 9.5 12h-3a.637.637 0 0 1-.395-.125C6.02 11.807 6 11.742 6 11.7V9.3z\"/><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM10 7v1.076c.54.166 1 .597 1 1.224v2.4c0 .816-.781 1.3-1.5 1.3h-3c-.719 0-1.5-.484-1.5-1.3V9.3c0-.627.46-1.058 1-1.224V7a2 2 0 1 1 4 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkMedical",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.5 5.5a.5.5 0 0 0-1 0v.634l-.549-.317a.5.5 0 1 0-.5.866L6 7l-.549.317a.5.5 0 1 0 .5.866l.549-.317V8.5a.5.5 0 1 0 1 0v-.634l.549.317a.5.5 0 1 0 .5-.866L8 7l.549-.317a.5.5 0 1 0-.5-.866l-.549.317V5.5zm-2 4.5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5zm0 2a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5z\"/><path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkMedicalFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zm-3 2v.634l.549-.317a.5.5 0 1 1 .5.866L7 7l.549.317a.5.5 0 1 1-.5.866L6.5 7.866V8.5a.5.5 0 0 1-1 0v-.634l-.549.317a.5.5 0 1 1-.5-.866L5 7l-.549-.317a.5.5 0 0 1 .5-.866l.549.317V5.5a.5.5 0 1 1 1 0zm-2 4.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1zm0 2h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkMinus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.5 9a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z\"/><path d=\"M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkMinusFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM6 8.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1 0-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkMusic",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11 6.64a1 1 0 0 0-1.243-.97l-1 .25A1 1 0 0 0 8 6.89v4.306A2.572 2.572 0 0 0 7 11c-.5 0-.974.134-1.338.377-.36.24-.662.628-.662 1.123s.301.883.662 1.123c.364.243.839.377 1.338.377.5 0 .974-.134 1.338-.377.36-.24.662-.628.662-1.123V8.89l2-.5V6.64z\"/><path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkMusicFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM11 6.64v1.75l-2 .5v3.61c0 .495-.301.883-.662 1.123C7.974 13.866 7.499 14 7 14c-.5 0-.974-.134-1.338-.377-.36-.24-.662-.628-.662-1.123s.301-.883.662-1.123C6.026 11.134 6.501 11 7 11c.356 0 .7.068 1 .196V6.89a1 1 0 0 1 .757-.97l1-.25A1 1 0 0 1 11 6.64z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkPdf",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"/><path d=\"M4.603 14.087a.81.81 0 0 1-.438-.42c-.195-.388-.13-.776.08-1.102.198-.307.526-.568.897-.787a7.68 7.68 0 0 1 1.482-.645 19.697 19.697 0 0 0 1.062-2.227 7.269 7.269 0 0 1-.43-1.295c-.086-.4-.119-.796-.046-1.136.075-.354.274-.672.65-.823.192-.077.4-.12.602-.077a.7.7 0 0 1 .477.365c.088.164.12.356.127.538.007.188-.012.396-.047.614-.084.51-.27 1.134-.52 1.794a10.954 10.954 0 0 0 .98 1.686 5.753 5.753 0 0 1 1.334.05c.364.066.734.195.96.465.12.144.193.32.2.518.007.192-.047.382-.138.563a1.04 1.04 0 0 1-.354.416.856.856 0 0 1-.51.138c-.331-.014-.654-.196-.933-.417a5.712 5.712 0 0 1-.911-.95 11.651 11.651 0 0 0-1.997.406 11.307 11.307 0 0 1-1.02 1.51c-.292.35-.609.656-.927.787a.793.793 0 0 1-.58.029zm1.379-1.901c-.166.076-.32.156-.459.238-.328.194-.541.383-.647.547-.094.145-.096.25-.04.361.01.022.02.036.026.044a.266.266 0 0 0 .035-.012c.137-.056.355-.235.635-.572a8.18 8.18 0 0 0 .45-.606zm1.64-1.33a12.71 12.71 0 0 1 1.01-.193 11.744 11.744 0 0 1-.51-.858 20.801 20.801 0 0 1-.5 1.05zm2.446.45c.15.163.296.3.435.41.24.19.407.253.498.256a.107.107 0 0 0 .07-.015.307.307 0 0 0 .094-.125.436.436 0 0 0 .059-.2.095.095 0 0 0-.026-.063c-.052-.062-.2-.152-.518-.209a3.876 3.876 0 0 0-.612-.053zM8.078 7.8a6.7 6.7 0 0 0 .2-.828c.031-.188.043-.343.038-.465a.613.613 0 0 0-.032-.198.517.517 0 0 0-.145.04c-.087.035-.158.106-.196.283-.04.192-.03.469.046.822.024.111.054.227.09.346z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkPdfFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.523 12.424c.14-.082.293-.162.459-.238a7.878 7.878 0 0 1-.45.606c-.28.337-.498.516-.635.572a.266.266 0 0 1-.035.012.282.282 0 0 1-.026-.044c-.056-.11-.054-.216.04-.36.106-.165.319-.354.647-.548zm2.455-1.647c-.119.025-.237.05-.356.078a21.148 21.148 0 0 0 .5-1.05 12.045 12.045 0 0 0 .51.858c-.217.032-.436.07-.654.114zm2.525.939a3.881 3.881 0 0 1-.435-.41c.228.005.434.022.612.054.317.057.466.147.518.209a.095.095 0 0 1 .026.064.436.436 0 0 1-.06.2.307.307 0 0 1-.094.124.107.107 0 0 1-.069.015c-.09-.003-.258-.066-.498-.256zM8.278 6.97c-.04.244-.108.524-.2.829a4.86 4.86 0 0 1-.089-.346c-.076-.353-.087-.63-.046-.822.038-.177.11-.248.196-.283a.517.517 0 0 1 .145-.04c.013.03.028.092.032.198.005.122-.007.277-.038.465z\"/><path fill-rule=\"evenodd\" d=\"M4 0h5.293A1 1 0 0 1 10 .293L13.707 4a1 1 0 0 1 .293.707V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm5.5 1.5v2a1 1 0 0 0 1 1h2l-3-3zM4.165 13.668c.09.18.23.343.438.419.207.075.412.04.58-.03.318-.13.635-.436.926-.786.333-.401.683-.927 1.021-1.51a11.651 11.651 0 0 1 1.997-.406c.3.383.61.713.91.95.28.22.603.403.934.417a.856.856 0 0 0 .51-.138c.155-.101.27-.247.354-.416.09-.181.145-.37.138-.563a.844.844 0 0 0-.2-.518c-.226-.27-.596-.4-.96-.465a5.76 5.76 0 0 0-1.335-.05 10.954 10.954 0 0 1-.98-1.686c.25-.66.437-1.284.52-1.794.036-.218.055-.426.048-.614a1.238 1.238 0 0 0-.127-.538.7.7 0 0 0-.477-.365c-.202-.043-.41 0-.601.077-.377.15-.576.47-.651.823-.073.34-.04.736.046 1.136.088.406.238.848.43 1.295a19.697 19.697 0 0 1-1.062 2.227 7.662 7.662 0 0 0-1.482.645c-.37.22-.699.48-.897.787-.21.326-.275.714-.08 1.103z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkPerson",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z\"/><path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2v9.255S12 12 8 12s-5 1.755-5 1.755V2a1 1 0 0 1 1-1h5.5v2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkPersonFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0zm2 5.755V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-.245S4 12 8 12s5 1.755 5 1.755z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkPlay",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 6.883v4.234a.5.5 0 0 0 .757.429l3.528-2.117a.5.5 0 0 0 0-.858L6.757 6.454a.5.5 0 0 0-.757.43z\"/><path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkPlayFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM6 6.883a.5.5 0 0 1 .757-.429l3.528 2.117a.5.5 0 0 1 0 .858l-3.528 2.117a.5.5 0 0 1-.757-.43V6.884z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkPlus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 6.5a.5.5 0 0 1 .5.5v1.5H10a.5.5 0 0 1 0 1H8.5V11a.5.5 0 0 1-1 0V9.5H6a.5.5 0 0 1 0-1h1.5V7a.5.5 0 0 1 .5-.5z\"/><path d=\"M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkPlusFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM8.5 7v1.5H10a.5.5 0 0 1 0 1H8.5V11a.5.5 0 0 1-1 0V9.5H6a.5.5 0 0 1 0-1h1.5V7a.5.5 0 0 1 1 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkPost",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h-2z\"/><path d=\"M4 6.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-7zm0-3a.5.5 0 0 1 .5-.5H7a.5.5 0 0 1 0 1H4.5a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkPostFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zm-5-.5H7a.5.5 0 0 1 0 1H4.5a.5.5 0 0 1 0-1zm0 3h7a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-7a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkPpt",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7 5.5a1 1 0 0 0-1 1V13a.5.5 0 0 0 1 0v-2h1.188a2.75 2.75 0 0 0 0-5.5H7zM8.188 10H7V6.5h1.188a1.75 1.75 0 1 1 0 3.5z\"/><path d=\"M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkPptFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.188 10H7V6.5h1.188a1.75 1.75 0 1 1 0 3.5z\"/><path d=\"M4 0h5.293A1 1 0 0 1 10 .293L13.707 4a1 1 0 0 1 .293.707V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm5.5 1.5v2a1 1 0 0 0 1 1h2l-3-3zM7 5.5a1 1 0 0 0-1 1V13a.5.5 0 0 0 1 0v-2h1.188a2.75 2.75 0 0 0 0-5.5H7z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkRichtext",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h-2z\"/><path d=\"M4.5 12.5A.5.5 0 0 1 5 12h3a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm0-2A.5.5 0 0 1 5 10h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm1.639-3.708 1.33.886 1.854-1.855a.25.25 0 0 1 .289-.047l1.888.974V8.5a.5.5 0 0 1-.5.5H5a.5.5 0 0 1-.5-.5V8s1.54-1.274 1.639-1.208zM6.25 6a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkRichtextFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM7 6.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0zm-.861 1.542 1.33.886 1.854-1.855a.25.25 0 0 1 .289-.047l1.888.974V9.5a.5.5 0 0 1-.5.5H5a.5.5 0 0 1-.5-.5V9s1.54-1.274 1.639-1.208zM5 11h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1zm0 2h3a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkRuled",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V9H3V2a1 1 0 0 1 1-1h5.5v2zM3 12v-2h2v2H3zm0 1h2v2H4a1 1 0 0 1-1-1v-1zm3 2v-2h7v1a1 1 0 0 1-1 1H6zm7-3H6v-2h7v2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkRuledFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM3 9h10v1H6v2h7v1H6v2H5v-2H3v-1h2v-2H3V9z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkSlides",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5 6a.5.5 0 0 0-.496.438l-.5 4A.5.5 0 0 0 4.5 11h3v2.016c-.863.055-1.5.251-1.5.484 0 .276.895.5 2 .5s2-.224 2-.5c0-.233-.637-.429-1.5-.484V11h3a.5.5 0 0 0 .496-.562l-.5-4A.5.5 0 0 0 11 6H5zm2 3.78V7.22c0-.096.106-.156.19-.106l2.13 1.279a.125.125 0 0 1 0 .214l-2.13 1.28A.125.125 0 0 1 7 9.778z\"/><path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkSlidesFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7 9.78V7.22c0-.096.106-.156.19-.106l2.13 1.279a.125.125 0 0 1 0 .214l-2.13 1.28A.125.125 0 0 1 7 9.778z\"/><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM5 6h6a.5.5 0 0 1 .496.438l.5 4A.5.5 0 0 1 11.5 11h-3v2.016c.863.055 1.5.251 1.5.484 0 .276-.895.5-2 .5s-2-.224-2-.5c0-.233.637-.429 1.5-.484V11h-3a.5.5 0 0 1-.496-.562l.5-4A.5.5 0 0 1 5 6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkSpreadsheet",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V9H3V2a1 1 0 0 1 1-1h5.5v2zM3 12v-2h2v2H3zm0 1h2v2H4a1 1 0 0 1-1-1v-1zm3 2v-2h3v2H6zm4 0v-2h3v1a1 1 0 0 1-1 1h-2zm3-3h-3v-2h3v2zm-7 0v-2h3v2H6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkSpreadsheetFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 12v-2h3v2H6z\"/><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM3 9h10v1h-3v2h3v1h-3v2H9v-2H6v2H5v-2H3v-1h2v-2H3V9z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkText",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.5 7a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5zM5 9.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z\"/><path d=\"M9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.5L9.5 0zm0 1v2A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkTextFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM4.5 9a.5.5 0 0 1 0-1h7a.5.5 0 0 1 0 1h-7zM4 10.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm.5 2.5a.5.5 0 0 1 0-1h4a.5.5 0 0 1 0 1h-4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkWord",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.485 6.879a.5.5 0 1 0-.97.242l1.5 6a.5.5 0 0 0 .967.01L8 9.402l1.018 3.73a.5.5 0 0 0 .967-.01l1.5-6a.5.5 0 0 0-.97-.242l-1.036 4.144-.997-3.655a.5.5 0 0 0-.964 0l-.997 3.655L5.485 6.88z\"/><path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkWordFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM5.485 6.879l1.036 4.144.997-3.655a.5.5 0 0 1 .964 0l.997 3.655 1.036-4.144a.5.5 0 0 1 .97.242l-1.5 6a.5.5 0 0 1-.967.01L8 9.402l-1.018 3.73a.5.5 0 0 1-.967-.01l-1.5-6a.5.5 0 1 1 .97-.242z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkX",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.854 7.146a.5.5 0 1 0-.708.708L7.293 9l-1.147 1.146a.5.5 0 0 0 .708.708L8 9.707l1.146 1.147a.5.5 0 0 0 .708-.708L8.707 9l1.147-1.146a.5.5 0 0 0-.708-.708L8 8.293 6.854 7.146z\"/><path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkXFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM6.854 7.146 8 8.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 9l1.147 1.146a.5.5 0 0 1-.708.708L8 9.707l-1.146 1.147a.5.5 0 0 1-.708-.708L7.293 9 6.146 7.854a.5.5 0 1 1 .708-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkZip",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5 7.5a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v.938l.4 1.599a1 1 0 0 1-.416 1.074l-.93.62a1 1 0 0 1-1.11 0l-.929-.62a1 1 0 0 1-.415-1.074L5 8.438V7.5zm2 0H6v.938a1 1 0 0 1-.03.243l-.4 1.598.93.62.929-.62-.4-1.598A1 1 0 0 1 7 8.438V7.5z\"/><path d=\"M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1h-2v1h-1v1h1v1h-1v1h1v1H6V5H5V4h1V3H5V2h1V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEarmarkZipFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.5 9.438V8.5h1v.938a1 1 0 0 0 .03.243l.4 1.598-.93.62-.93-.62.4-1.598a1 1 0 0 0 .03-.243z\"/><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zm-4-.5V2h-1V1H6v1h1v1H6v1h1v1H6v1h1v1H5.5V6h-1V5h1V4h-1V3h1zm0 4.5h1a1 1 0 0 1 1 1v.938l.4 1.599a1 1 0 0 1-.416 1.074l-.93.62a1 1 0 0 1-1.109 0l-.93-.62a1 1 0 0 1-.415-1.074l.4-1.599V8.5a1 1 0 0 1 1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEasel",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.5 5a.5.5 0 1 0-1 0h-2A1.5 1.5 0 0 0 4 6.5v2A1.5 1.5 0 0 0 5.5 10h.473l-.447 1.342a.5.5 0 1 0 .948.316L7.027 10H7.5v1a.5.5 0 0 0 1 0v-1h.473l.553 1.658a.5.5 0 1 0 .948-.316L10.027 10h.473A1.5 1.5 0 0 0 12 8.5v-2A1.5 1.5 0 0 0 10.5 5h-2zM5 6.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-2z\"/><path d=\"M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileEaselFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5 6.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-2z\"/><path d=\"M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM8.5 5h2A1.5 1.5 0 0 1 12 6.5v2a1.5 1.5 0 0 1-1.5 1.5h-.473l.447 1.342a.5.5 0 0 1-.948.316L8.973 10H8.5v1a.5.5 0 0 1-1 0v-1h-.473l-.553 1.658a.5.5 0 1 1-.948-.316L5.973 10H5.5A1.5 1.5 0 0 1 4 8.5v-2A1.5 1.5 0 0 1 5.5 5h2a.5.5 0 0 1 1 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileExcel",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.18 4.616a.5.5 0 0 1 .704.064L8 7.219l2.116-2.54a.5.5 0 1 1 .768.641L8.651 8l2.233 2.68a.5.5 0 0 1-.768.64L8 8.781l-2.116 2.54a.5.5 0 0 1-.768-.641L7.349 8 5.116 5.32a.5.5 0 0 1 .064-.704z\"/><path d=\"M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileExcelFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM5.884 4.68 8 7.219l2.116-2.54a.5.5 0 1 1 .768.641L8.651 8l2.233 2.68a.5.5 0 0 1-.768.64L8 8.781l-2.116 2.54a.5.5 0 0 1-.768-.641L7.349 8 5.116 5.32a.5.5 0 1 1 .768-.64z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M4 0h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileFont",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10.943 4H5.057L5 6h.5c.18-1.096.356-1.192 1.694-1.235l.293-.01v6.09c0 .47-.1.582-.898.655v.5H9.41v-.5c-.803-.073-.903-.184-.903-.654V4.755l.298.01c1.338.043 1.514.14 1.694 1.235h.5l-.057-2z\"/><path d=\"M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileFontFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM5.057 4h5.886L11 6h-.5c-.18-1.096-.356-1.192-1.694-1.235l-.298-.01v6.09c0 .47.1.582.903.655v.5H6.59v-.5c.799-.073.898-.184.898-.654V4.755l-.293.01C5.856 4.808 5.68 4.905 5.5 6H5l.057-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileImage",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.002 5.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z\"/><path d=\"M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM3 2a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v8l-2.083-2.083a.5.5 0 0 0-.76.063L8 11 5.835 9.7a.5.5 0 0 0-.611.076L3 12V2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileImageFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 0h8a2 2 0 0 1 2 2v8.293l-2.73-2.73a1 1 0 0 0-1.52.127l-1.889 2.644-1.769-1.062a1 1 0 0 0-1.222.15L2 12.292V2a2 2 0 0 1 2-2zm4.002 5.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0z\"/><path d=\"M10.564 8.27 14 11.708V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-.293l3.578-3.577 2.56 1.536 2.426-3.395z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileLock",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 5a1 1 0 0 1 1 1v1H7V6a1 1 0 0 1 1-1zm2 2.076V6a2 2 0 1 0-4 0v1.076c-.54.166-1 .597-1 1.224v2.4c0 .816.781 1.3 1.5 1.3h3c.719 0 1.5-.484 1.5-1.3V8.3c0-.627-.46-1.058-1-1.224zM6.105 8.125A.637.637 0 0 1 6.5 8h3a.64.64 0 0 1 .395.125c.085.068.105.133.105.175v2.4c0 .042-.02.107-.105.175A.637.637 0 0 1 9.5 11h-3a.637.637 0 0 1-.395-.125C6.02 10.807 6 10.742 6 10.7V8.3c0-.042.02-.107.105-.175z\"/><path d=\"M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileLock2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 5a1 1 0 0 1 1 1v1H7V6a1 1 0 0 1 1-1zm2 2.076V6a2 2 0 1 0-4 0v1.076c-.54.166-1 .597-1 1.224v2.4c0 .816.781 1.3 1.5 1.3h3c.719 0 1.5-.484 1.5-1.3V8.3c0-.627-.46-1.058-1-1.224z\"/><path d=\"M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileLock2Fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7 6a1 1 0 0 1 2 0v1H7V6z\"/><path d=\"M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm-2 6v1.076c.54.166 1 .597 1 1.224v2.4c0 .816-.781 1.3-1.5 1.3h-3c-.719 0-1.5-.484-1.5-1.3V8.3c0-.627.46-1.058 1-1.224V6a2 2 0 1 1 4 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileLockFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7 6a1 1 0 0 1 2 0v1H7V6zM6 8.3c0-.042.02-.107.105-.175A.637.637 0 0 1 6.5 8h3a.64.64 0 0 1 .395.125c.085.068.105.133.105.175v2.4c0 .042-.02.107-.105.175A.637.637 0 0 1 9.5 11h-3a.637.637 0 0 1-.395-.125C6.02 10.807 6 10.742 6 10.7V8.3z\"/><path d=\"M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm-2 6v1.076c.54.166 1 .597 1 1.224v2.4c0 .816-.781 1.3-1.5 1.3h-3c-.719 0-1.5-.484-1.5-1.3V8.3c0-.627.46-1.058 1-1.224V6a2 2 0 1 1 4 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileMedical",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.5 4.5a.5.5 0 0 0-1 0v.634l-.549-.317a.5.5 0 1 0-.5.866L7 6l-.549.317a.5.5 0 1 0 .5.866l.549-.317V7.5a.5.5 0 1 0 1 0v-.634l.549.317a.5.5 0 1 0 .5-.866L9 6l.549-.317a.5.5 0 1 0-.5-.866l-.549.317V4.5zM5.5 9a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5zm0 2a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5z\"/><path d=\"M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileMedicalFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM8.5 4.5v.634l.549-.317a.5.5 0 1 1 .5.866L9 6l.549.317a.5.5 0 1 1-.5.866L8.5 6.866V7.5a.5.5 0 0 1-1 0v-.634l-.549.317a.5.5 0 1 1-.5-.866L7 6l-.549-.317a.5.5 0 0 1 .5-.866l.549.317V4.5a.5.5 0 1 1 1 0zM5.5 9h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1zm0 2h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileMinus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.5 8a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z\"/><path d=\"M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileMinusFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM6 7.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1 0-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileMusic",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10.304 3.13a1 1 0 0 1 1.196.98v1.8l-2.5.5v5.09c0 .495-.301.883-.662 1.123C7.974 12.866 7.499 13 7 13c-.5 0-.974-.134-1.338-.377-.36-.24-.662-.628-.662-1.123s.301-.883.662-1.123C6.026 10.134 6.501 10 7 10c.356 0 .7.068 1 .196V4.41a1 1 0 0 1 .804-.98l1.5-.3z\"/><path d=\"M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileMusicFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm-.5 4.11v1.8l-2.5.5v5.09c0 .495-.301.883-.662 1.123C7.974 12.866 7.499 13 7 13c-.5 0-.974-.134-1.338-.377-.36-.24-.662-.628-.662-1.123s.301-.883.662-1.123C6.026 10.134 6.501 10 7 10c.356 0 .7.068 1 .196V4.41a1 1 0 0 1 .804-.98l1.5-.3a1 1 0 0 1 1.196.98z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FilePdf",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\"/><path d=\"M4.603 12.087a.81.81 0 0 1-.438-.42c-.195-.388-.13-.776.08-1.102.198-.307.526-.568.897-.787a7.68 7.68 0 0 1 1.482-.645 19.701 19.701 0 0 0 1.062-2.227 7.269 7.269 0 0 1-.43-1.295c-.086-.4-.119-.796-.046-1.136.075-.354.274-.672.65-.823.192-.077.4-.12.602-.077a.7.7 0 0 1 .477.365c.088.164.12.356.127.538.007.187-.012.395-.047.614-.084.51-.27 1.134-.52 1.794a10.954 10.954 0 0 0 .98 1.686 5.753 5.753 0 0 1 1.334.05c.364.065.734.195.96.465.12.144.193.32.2.518.007.192-.047.382-.138.563a1.04 1.04 0 0 1-.354.416.856.856 0 0 1-.51.138c-.331-.014-.654-.196-.933-.417a5.716 5.716 0 0 1-.911-.95 11.642 11.642 0 0 0-1.997.406 11.311 11.311 0 0 1-1.021 1.51c-.29.35-.608.655-.926.787a.793.793 0 0 1-.58.029zm1.379-1.901c-.166.076-.32.156-.459.238-.328.194-.541.383-.647.547-.094.145-.096.25-.04.361.01.022.02.036.026.044a.27.27 0 0 0 .035-.012c.137-.056.355-.235.635-.572a8.18 8.18 0 0 0 .45-.606zm1.64-1.33a12.647 12.647 0 0 1 1.01-.193 11.666 11.666 0 0 1-.51-.858 20.741 20.741 0 0 1-.5 1.05zm2.446.45c.15.162.296.3.435.41.24.19.407.253.498.256a.107.107 0 0 0 .07-.015.307.307 0 0 0 .094-.125.436.436 0 0 0 .059-.2.095.095 0 0 0-.026-.063c-.052-.062-.2-.152-.518-.209a3.881 3.881 0 0 0-.612-.053zM8.078 5.8a6.7 6.7 0 0 0 .2-.828c.031-.188.043-.343.038-.465a.613.613 0 0 0-.032-.198.517.517 0 0 0-.145.04c-.087.035-.158.106-.196.283-.04.192-.03.469.046.822.024.111.054.227.09.346z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FilePdfFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.523 10.424c.14-.082.293-.162.459-.238a7.878 7.878 0 0 1-.45.606c-.28.337-.498.516-.635.572a.266.266 0 0 1-.035.012.282.282 0 0 1-.026-.044c-.056-.11-.054-.216.04-.36.106-.165.319-.354.647-.548zm2.455-1.647c-.119.025-.237.05-.356.078a21.035 21.035 0 0 0 .5-1.05 11.96 11.96 0 0 0 .51.858c-.217.032-.436.07-.654.114zm2.525.939a3.888 3.888 0 0 1-.435-.41c.228.005.434.022.612.054.317.057.466.147.518.209a.095.095 0 0 1 .026.064.436.436 0 0 1-.06.2.307.307 0 0 1-.094.124.107.107 0 0 1-.069.015c-.09-.003-.258-.066-.498-.256zM8.278 4.97c-.04.244-.108.524-.2.829a4.86 4.86 0 0 1-.089-.346c-.076-.353-.087-.63-.046-.822.038-.177.11-.248.196-.283a.517.517 0 0 1 .145-.04c.013.03.028.092.032.198.005.122-.007.277-.038.465z\"/><path fill-rule=\"evenodd\" d=\"M4 0h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm.165 11.668c.09.18.23.343.438.419.207.075.412.04.58-.03.318-.13.635-.436.926-.786.333-.401.683-.927 1.021-1.51a11.64 11.64 0 0 1 1.997-.406c.3.383.61.713.91.95.28.22.603.403.934.417a.856.856 0 0 0 .51-.138c.155-.101.27-.247.354-.416.09-.181.145-.37.138-.563a.844.844 0 0 0-.2-.518c-.226-.27-.596-.4-.96-.465a5.76 5.76 0 0 0-1.335-.05 10.954 10.954 0 0 1-.98-1.686c.25-.66.437-1.284.52-1.794.036-.218.055-.426.048-.614a1.238 1.238 0 0 0-.127-.538.7.7 0 0 0-.477-.365c-.202-.043-.41 0-.601.077-.377.15-.576.47-.651.823-.073.34-.04.736.046 1.136.088.406.238.848.43 1.295a19.707 19.707 0 0 1-1.062 2.227 7.662 7.662 0 0 0-1.482.645c-.37.22-.699.48-.897.787-.21.326-.275.714-.08 1.103z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FilePerson",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 1a1 1 0 0 1 1 1v10.755S12 11 8 11s-5 1.755-5 1.755V2a1 1 0 0 1 1-1h8zM4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4z\"/><path d=\"M8 10a3 3 0 1 0 0-6 3 3 0 0 0 0 6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FilePersonFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm-1 7a3 3 0 1 1-6 0 3 3 0 0 1 6 0zm-3 4c2.623 0 4.146.826 5 1.755V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-1.245C3.854 11.825 5.377 11 8 11z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FilePlay",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 10.117V5.883a.5.5 0 0 1 .757-.429l3.528 2.117a.5.5 0 0 1 0 .858l-3.528 2.117a.5.5 0 0 1-.757-.43z\"/><path d=\"M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FilePlayFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM6 5.883a.5.5 0 0 1 .757-.429l3.528 2.117a.5.5 0 0 1 0 .858l-3.528 2.117a.5.5 0 0 1-.757-.43V5.884z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FilePlus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.5 6a.5.5 0 0 0-1 0v1.5H6a.5.5 0 0 0 0 1h1.5V10a.5.5 0 0 0 1 0V8.5H10a.5.5 0 0 0 0-1H8.5V6z\"/><path d=\"M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FilePlusFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM8.5 6v1.5H10a.5.5 0 0 1 0 1H8.5V10a.5.5 0 0 1-1 0V8.5H6a.5.5 0 0 1 0-1h1.5V6a.5.5 0 0 1 1 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FilePost",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 3.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-8z\"/><path d=\"M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FilePostFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM4.5 3h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1zm0 2h7a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-8a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FilePpt",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z\"/><path d=\"M6 5a1 1 0 0 1 1-1h1.188a2.75 2.75 0 0 1 0 5.5H7v2a.5.5 0 0 1-1 0V5zm1 3.5h1.188a1.75 1.75 0 1 0 0-3.5H7v3.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FilePptFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.188 8.5H7V5h1.188a1.75 1.75 0 1 1 0 3.5z\"/><path d=\"M4 0h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm3 4a1 1 0 0 0-1 1v6.5a.5.5 0 0 0 1 0v-2h1.188a2.75 2.75 0 0 0 0-5.5H7z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileRichtext",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7 4.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0zm-.861 1.542 1.33.886 1.854-1.855a.25.25 0 0 1 .289-.047l1.888.974V7.5a.5.5 0 0 1-.5.5H5a.5.5 0 0 1-.5-.5V7s1.54-1.274 1.639-1.208zM5 9a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1H5zm0 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1H5z\"/><path d=\"M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileRichtextFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM7 4.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0zm-.861 1.542 1.33.886 1.854-1.855a.25.25 0 0 1 .289-.047l1.888.974V7.5a.5.5 0 0 1-.5.5H5a.5.5 0 0 1-.5-.5V7s1.54-1.274 1.639-1.208zM5 9h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1zm0 2h3a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileRuled",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm2-1a1 1 0 0 0-1 1v4h10V2a1 1 0 0 0-1-1H4zm9 6H6v2h7V7zm0 3H6v2h7v-2zm0 3H6v2h6a1 1 0 0 0 1-1v-1zm-8 2v-2H3v1a1 1 0 0 0 1 1h1zm-2-3h2v-2H3v2zm0-3h2V7H3v2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileRuledFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 0H4a2 2 0 0 0-2 2v4h12V2a2 2 0 0 0-2-2zm2 7H6v2h8V7zm0 3H6v2h8v-2zm0 3H6v3h6a2 2 0 0 0 2-2v-1zm-9 3v-3H2v1a2 2 0 0 0 2 2h1zm-3-4h3v-2H2v2zm0-3h3V7H2v2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileSlides",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5 4a.5.5 0 0 0-.496.438l-.5 4A.5.5 0 0 0 4.5 9h3v2.016c-.863.055-1.5.251-1.5.484 0 .276.895.5 2 .5s2-.224 2-.5c0-.233-.637-.429-1.5-.484V9h3a.5.5 0 0 0 .496-.562l-.5-4A.5.5 0 0 0 11 4H5zm2 3.78V5.22c0-.096.106-.156.19-.106l2.13 1.279a.125.125 0 0 1 0 .214l-2.13 1.28A.125.125 0 0 1 7 7.778z\"/><path d=\"M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileSlidesFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7 7.78V5.22c0-.096.106-.156.19-.106l2.13 1.279a.125.125 0 0 1 0 .214l-2.13 1.28A.125.125 0 0 1 7 7.778z\"/><path d=\"M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM5 4h6a.5.5 0 0 1 .496.438l.5 4A.5.5 0 0 1 11.5 9h-3v2.016c.863.055 1.5.251 1.5.484 0 .276-.895.5-2 .5s-2-.224-2-.5c0-.233.637-.429 1.5-.484V9h-3a.5.5 0 0 1-.496-.562l.5-4A.5.5 0 0 1 5 4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileSpreadsheet",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm2-1a1 1 0 0 0-1 1v4h10V2a1 1 0 0 0-1-1H4zm9 6h-3v2h3V7zm0 3h-3v2h3v-2zm0 3h-3v2h2a1 1 0 0 0 1-1v-1zm-4 2v-2H6v2h3zm-4 0v-2H3v1a1 1 0 0 0 1 1h1zm-2-3h2v-2H3v2zm0-3h2V7H3v2zm3-2v2h3V7H6zm3 3H6v2h3v-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileSpreadsheetFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 0H4a2 2 0 0 0-2 2v4h12V2a2 2 0 0 0-2-2zm2 7h-4v2h4V7zm0 3h-4v2h4v-2zm0 3h-4v3h2a2 2 0 0 0 2-2v-1zm-5 3v-3H6v3h3zm-4 0v-3H2v1a2 2 0 0 0 2 2h1zm-3-4h3v-2H2v2zm0-3h3V7H2v2zm4 0V7h3v2H6zm0 1h3v2H6v-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileText",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5 4a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1H5zm-.5 2.5A.5.5 0 0 1 5 6h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zM5 8a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1H5zm0 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1H5z\"/><path d=\"M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileTextFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM5 4h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1zm-.5 2.5A.5.5 0 0 1 5 6h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zM5 8h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1zm0 2h3a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileWord",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.879 4.515a.5.5 0 0 1 .606.364l1.036 4.144.997-3.655a.5.5 0 0 1 .964 0l.997 3.655 1.036-4.144a.5.5 0 0 1 .97.242l-1.5 6a.5.5 0 0 1-.967.01L8 7.402l-1.018 3.73a.5.5 0 0 1-.967-.01l-1.5-6a.5.5 0 0 1 .364-.606z\"/><path d=\"M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileWordFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM5.485 4.879l1.036 4.144.997-3.655a.5.5 0 0 1 .964 0l.997 3.655 1.036-4.144a.5.5 0 0 1 .97.242l-1.5 6a.5.5 0 0 1-.967.01L8 7.402l-1.018 3.73a.5.5 0 0 1-.967-.01l-1.5-6a.5.5 0 1 1 .97-.242z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileX",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.146 6.146a.5.5 0 0 1 .708 0L8 7.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 8l1.147 1.146a.5.5 0 0 1-.708.708L8 8.707 6.854 9.854a.5.5 0 0 1-.708-.708L7.293 8 6.146 6.854a.5.5 0 0 1 0-.708z\"/><path d=\"M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileXFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM6.854 6.146 8 7.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 8l1.147 1.146a.5.5 0 0 1-.708.708L8 8.707 6.854 9.854a.5.5 0 0 1-.708-.708L7.293 8 6.146 6.854a.5.5 0 1 1 .708-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileZip",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.5 7.5a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v.938l.4 1.599a1 1 0 0 1-.416 1.074l-.93.62a1 1 0 0 1-1.109 0l-.93-.62a1 1 0 0 1-.415-1.074l.4-1.599V7.5zm2 0h-1v.938a1 1 0 0 1-.03.243l-.4 1.598.93.62.93-.62-.4-1.598a1 1 0 0 1-.03-.243V7.5z\"/><path d=\"M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm5.5-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H9v1H8v1h1v1H8v1h1v1H7.5V5h-1V4h1V3h-1V2h1V1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FileZipFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.5 9.438V8.5h-1v.938a1 1 0 0 1-.03.243l-.4 1.598.93.62.93-.62-.4-1.598a1 1 0 0 1-.03-.243z\"/><path d=\"M4 0h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm2.5 8.5v.938l-.4 1.599a1 1 0 0 0 .416 1.074l.93.62a1 1 0 0 0 1.109 0l.93-.62a1 1 0 0 0 .415-1.074l-.4-1.599V8.5a1 1 0 0 0-1-1h-1a1 1 0 0 0-1 1zm1-5.5h-1v1h1v1h-1v1h1v1H9V6H8V5h1V4H8V3h1V2H8V1H6.5v1h1v1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Files",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13 0H6a2 2 0 0 0-2 2 2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h7a2 2 0 0 0 2-2 2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm0 13V4a2 2 0 0 0-2-2H5a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1zM3 4a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FilesAlt",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11 0H3a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2 2 2 0 0 0 2-2V4a2 2 0 0 0-2-2 2 2 0 0 0-2-2zm2 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1V3zM2 2a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Film",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 1a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V1zm4 0v6h8V1H4zm8 8H4v6h8V9zM1 1v2h2V1H1zm2 3H1v2h2V4zM1 7v2h2V7H1zm2 3H1v2h2v-2zm-2 3v2h2v-2H1zM15 1h-2v2h2V1zm-2 3v2h2V4h-2zm2 3h-2v2h2V7zm-2 3v2h2v-2h-2zm2 3h-2v2h2v-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Filter",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 10.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FilterCircle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M7 11.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FilterCircleFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM3.5 5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1 0-1zM5 8.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm2 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FilterLeft",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 10.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FilterRight",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 10.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0 0 1h3a.5.5 0 0 0 .5-.5zm0-3a.5.5 0 0 0-.5-.5h-7a.5.5 0 0 0 0 1h7a.5.5 0 0 0 .5-.5zm0-3a.5.5 0 0 0-.5-.5h-11a.5.5 0 0 0 0 1h11a.5.5 0 0 0 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FilterSquare",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z\"/><path d=\"M6 11.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FilterSquareFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm.5 5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1 0-1zM4 8.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm2 3a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Flag",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14.778.085A.5.5 0 0 1 15 .5V8a.5.5 0 0 1-.314.464L14.5 8l.186.464-.003.001-.006.003-.023.009a12.435 12.435 0 0 1-.397.15c-.264.095-.631.223-1.047.35-.816.252-1.879.523-2.71.523-.847 0-1.548-.28-2.158-.525l-.028-.01C7.68 8.71 7.14 8.5 6.5 8.5c-.7 0-1.638.23-2.437.477A19.626 19.626 0 0 0 3 9.342V15.5a.5.5 0 0 1-1 0V.5a.5.5 0 0 1 1 0v.282c.226-.079.496-.17.79-.26C4.606.272 5.67 0 6.5 0c.84 0 1.524.277 2.121.519l.043.018C9.286.788 9.828 1 10.5 1c.7 0 1.638-.23 2.437-.477a19.587 19.587 0 0 0 1.349-.476l.019-.007.004-.002h.001M14 1.221c-.22.078-.48.167-.766.255-.81.252-1.872.523-2.734.523-.886 0-1.592-.286-2.203-.534l-.008-.003C7.662 1.21 7.139 1 6.5 1c-.669 0-1.606.229-2.415.478A21.294 21.294 0 0 0 3 1.845v6.433c.22-.078.48-.167.766-.255C4.576 7.77 5.638 7.5 6.5 7.5c.847 0 1.548.28 2.158.525l.028.01C9.32 8.29 9.86 8.5 10.5 8.5c.668 0 1.606-.229 2.415-.478A21.317 21.317 0 0 0 14 7.655V1.222z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FlagFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14.778.085A.5.5 0 0 1 15 .5V8a.5.5 0 0 1-.314.464L14.5 8l.186.464-.003.001-.006.003-.023.009a12.435 12.435 0 0 1-.397.15c-.264.095-.631.223-1.047.35-.816.252-1.879.523-2.71.523-.847 0-1.548-.28-2.158-.525l-.028-.01C7.68 8.71 7.14 8.5 6.5 8.5c-.7 0-1.638.23-2.437.477A19.626 19.626 0 0 0 3 9.342V15.5a.5.5 0 0 1-1 0V.5a.5.5 0 0 1 1 0v.282c.226-.079.496-.17.79-.26C4.606.272 5.67 0 6.5 0c.84 0 1.524.277 2.121.519l.043.018C9.286.788 9.828 1 10.5 1c.7 0 1.638-.23 2.437-.477a19.587 19.587 0 0 0 1.349-.476l.019-.007.004-.002h.001\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Flower1",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.174 1.184a2 2 0 0 1 3.652 0A2 2 0 0 1 12.99 3.01a2 2 0 0 1 1.826 3.164 2 2 0 0 1 0 3.652 2 2 0 0 1-1.826 3.164 2 2 0 0 1-3.164 1.826 2 2 0 0 1-3.652 0A2 2 0 0 1 3.01 12.99a2 2 0 0 1-1.826-3.164 2 2 0 0 1 0-3.652A2 2 0 0 1 3.01 3.01a2 2 0 0 1 3.164-1.826zM8 1a1 1 0 0 0-.998 1.03l.01.091c.012.077.029.176.054.296.049.241.122.542.213.887.182.688.428 1.513.676 2.314L8 5.762l.045-.144c.248-.8.494-1.626.676-2.314.091-.345.164-.646.213-.887a4.997 4.997 0 0 0 .064-.386L9 2a1 1 0 0 0-1-1zM2 9l.03-.002.091-.01a4.99 4.99 0 0 0 .296-.054c.241-.049.542-.122.887-.213a60.59 60.59 0 0 0 2.314-.676L5.762 8l-.144-.045a60.59 60.59 0 0 0-2.314-.676 16.705 16.705 0 0 0-.887-.213 4.99 4.99 0 0 0-.386-.064L2 7a1 1 0 1 0 0 2zm7 5-.002-.03a5.005 5.005 0 0 0-.064-.386 16.398 16.398 0 0 0-.213-.888 60.582 60.582 0 0 0-.676-2.314L8 10.238l-.045.144c-.248.8-.494 1.626-.676 2.314-.091.345-.164.646-.213.887a4.996 4.996 0 0 0-.064.386L7 14a1 1 0 1 0 2 0zm-5.696-2.134.025-.017a5.001 5.001 0 0 0 .303-.248c.184-.164.408-.377.661-.629A60.614 60.614 0 0 0 5.96 9.23l.103-.111-.147.033a60.88 60.88 0 0 0-2.343.572c-.344.093-.64.18-.874.258a5.063 5.063 0 0 0-.367.138l-.027.014a1 1 0 1 0 1 1.732zM4.5 14.062a1 1 0 0 0 1.366-.366l.014-.027c.01-.02.021-.048.036-.084a5.09 5.09 0 0 0 .102-.283c.078-.233.165-.53.258-.874a60.6 60.6 0 0 0 .572-2.343l.033-.147-.11.102a60.848 60.848 0 0 0-1.743 1.667 17.07 17.07 0 0 0-.629.66 5.06 5.06 0 0 0-.248.304l-.017.025a1 1 0 0 0 .366 1.366zm9.196-8.196a1 1 0 0 0-1-1.732l-.025.017a4.951 4.951 0 0 0-.303.248 16.69 16.69 0 0 0-.661.629A60.72 60.72 0 0 0 10.04 6.77l-.102.111.147-.033a60.6 60.6 0 0 0 2.342-.572c.345-.093.642-.18.875-.258a4.993 4.993 0 0 0 .367-.138.53.53 0 0 0 .027-.014zM11.5 1.938a1 1 0 0 0-1.366.366l-.014.027c-.01.02-.021.048-.036.084a5.09 5.09 0 0 0-.102.283c-.078.233-.165.53-.258.875a60.62 60.62 0 0 0-.572 2.342l-.033.147.11-.102a60.848 60.848 0 0 0 1.743-1.667c.252-.253.465-.477.629-.66a5.001 5.001 0 0 0 .248-.304l.017-.025a1 1 0 0 0-.366-1.366zM14 9a1 1 0 0 0 0-2l-.03.002a4.996 4.996 0 0 0-.386.064c-.242.049-.543.122-.888.213-.688.182-1.513.428-2.314.676L10.238 8l.144.045c.8.248 1.626.494 2.314.676.345.091.646.164.887.213a4.996 4.996 0 0 0 .386.064L14 9zM1.938 4.5a1 1 0 0 0 .393 1.38l.084.035c.072.03.166.064.283.103.233.078.53.165.874.258a60.88 60.88 0 0 0 2.343.572l.147.033-.103-.111a60.584 60.584 0 0 0-1.666-1.742 16.705 16.705 0 0 0-.66-.629 4.996 4.996 0 0 0-.304-.248l-.025-.017a1 1 0 0 0-1.366.366zm2.196-1.196.017.025a4.996 4.996 0 0 0 .248.303c.164.184.377.408.629.661A60.597 60.597 0 0 0 6.77 5.96l.111.102-.033-.147a60.602 60.602 0 0 0-.572-2.342c-.093-.345-.18-.642-.258-.875a5.006 5.006 0 0 0-.138-.367l-.014-.027a1 1 0 1 0-1.732 1zm9.928 8.196a1 1 0 0 0-.366-1.366l-.027-.014a5 5 0 0 0-.367-.138c-.233-.078-.53-.165-.875-.258a60.619 60.619 0 0 0-2.342-.572l-.147-.033.102.111a60.73 60.73 0 0 0 1.667 1.742c.253.252.477.465.66.629a4.946 4.946 0 0 0 .304.248l.025.017a1 1 0 0 0 1.366-.366zm-3.928 2.196a1 1 0 0 0 1.732-1l-.017-.025a5.065 5.065 0 0 0-.248-.303 16.705 16.705 0 0 0-.629-.661A60.462 60.462 0 0 0 9.23 10.04l-.111-.102.033.147a60.6 60.6 0 0 0 .572 2.342c.093.345.18.642.258.875a4.985 4.985 0 0 0 .138.367.575.575 0 0 0 .014.027zM8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Flower2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 16a4 4 0 0 0 4-4 4 4 0 0 0 0-8 4 4 0 0 0-8 0 4 4 0 1 0 0 8 4 4 0 0 0 4 4zm3-12c0 .073-.01.155-.03.247-.544.241-1.091.638-1.598 1.084A2.987 2.987 0 0 0 8 5c-.494 0-.96.12-1.372.331-.507-.446-1.054-.843-1.597-1.084A1.117 1.117 0 0 1 5 4a3 3 0 0 1 6 0zm-.812 6.052A2.99 2.99 0 0 0 11 8a2.99 2.99 0 0 0-.812-2.052c.215-.18.432-.346.647-.487C11.34 5.131 11.732 5 12 5a3 3 0 1 1 0 6c-.268 0-.66-.13-1.165-.461a6.833 6.833 0 0 1-.647-.487zm-3.56.617a3.001 3.001 0 0 0 2.744 0c.507.446 1.054.842 1.598 1.084.02.091.03.174.03.247a3 3 0 1 1-6 0c0-.073.01-.155.03-.247.544-.242 1.091-.638 1.598-1.084zm-.816-4.721A2.99 2.99 0 0 0 5 8c0 .794.308 1.516.812 2.052a6.83 6.83 0 0 1-.647.487C4.66 10.869 4.268 11 4 11a3 3 0 0 1 0-6c.268 0 .66.13 1.165.461.215.141.432.306.647.487zM8 9a1 1 0 1 1 0-2 1 1 0 0 1 0 2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Flower3",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11.424 8c.437-.052.811-.136 1.04-.268a2 2 0 0 0-2-3.464c-.229.132-.489.414-.752.767C9.886 4.63 10 4.264 10 4a2 2 0 1 0-4 0c0 .264.114.63.288 1.035-.263-.353-.523-.635-.752-.767a2 2 0 0 0-2 3.464c.229.132.603.216 1.04.268-.437.052-.811.136-1.04.268a2 2 0 1 0 2 3.464c.229-.132.489-.414.752-.767C6.114 11.37 6 11.736 6 12a2 2 0 1 0 4 0c0-.264-.114-.63-.288-1.035.263.353.523.635.752.767a2 2 0 1 0 2-3.464c-.229-.132-.603-.216-1.04-.268zM9 4a1.468 1.468 0 0 1-.045.205c-.039.132-.1.295-.183.484a12.88 12.88 0 0 1-.637 1.223L8 6.142a21.73 21.73 0 0 1-.135-.23 12.88 12.88 0 0 1-.637-1.223 4.216 4.216 0 0 1-.183-.484A1.473 1.473 0 0 1 7 4a1 1 0 1 1 2 0zM3.67 5.5a1 1 0 0 1 1.366-.366 1.472 1.472 0 0 1 .156.142c.094.1.204.233.326.4.245.333.502.747.742 1.163l.13.232a21.86 21.86 0 0 1-.265.002 12.88 12.88 0 0 1-1.379-.06 4.214 4.214 0 0 1-.51-.083 1.47 1.47 0 0 1-.2-.064A1 1 0 0 1 3.67 5.5zm1.366 5.366a1 1 0 0 1-1-1.732c.001 0 .016-.008.047-.02.037-.013.087-.028.153-.044.134-.032.305-.06.51-.083a12.88 12.88 0 0 1 1.379-.06c.09 0 .178 0 .266.002a21.82 21.82 0 0 1-.131.232c-.24.416-.497.83-.742 1.163a4.1 4.1 0 0 1-.327.4 1.483 1.483 0 0 1-.155.142zM9 12a1 1 0 0 1-2 0 1.476 1.476 0 0 1 .045-.206c.039-.131.1-.294.183-.483.166-.378.396-.808.637-1.223L8 9.858l.135.23c.241.415.47.845.637 1.223.083.19.144.352.183.484A1.338 1.338 0 0 1 9 12zm3.33-6.5a1 1 0 0 1-.366 1.366 1.478 1.478 0 0 1-.2.064c-.134.032-.305.06-.51.083-.412.045-.898.061-1.379.06-.09 0-.178 0-.266-.002l.131-.232c.24-.416.497-.83.742-1.163a4.1 4.1 0 0 1 .327-.4c.046-.05.085-.086.114-.11.026-.022.04-.03.041-.032a1 1 0 0 1 1.366.366zm-1.366 5.366a1.494 1.494 0 0 1-.155-.141 4.225 4.225 0 0 1-.327-.4A12.88 12.88 0 0 1 9.74 9.16a22 22 0 0 1-.13-.232l.265-.002c.48-.001.967.015 1.379.06.205.023.376.051.51.083.066.016.116.031.153.044l.048.02a1 1 0 1 1-1 1.732zM8 9a1 1 0 1 1 0-2 1 1 0 0 1 0 2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Folder",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M.54 3.87.5 3a2 2 0 0 1 2-2h3.672a2 2 0 0 1 1.414.586l.828.828A2 2 0 0 0 9.828 3h3.982a2 2 0 0 1 1.992 2.181l-.637 7A2 2 0 0 1 13.174 14H2.826a2 2 0 0 1-1.991-1.819l-.637-7a1.99 1.99 0 0 1 .342-1.31zM2.19 4a1 1 0 0 0-.996 1.09l.637 7a1 1 0 0 0 .995.91h10.348a1 1 0 0 0 .995-.91l.637-7A1 1 0 0 0 13.81 4H2.19zm4.69-1.707A1 1 0 0 0 6.172 2H2.5a1 1 0 0 0-1 .981l.006.139C1.72 3.042 1.95 3 2.19 3h5.396l-.707-.707z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Folder2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1 3.5A1.5 1.5 0 0 1 2.5 2h2.764c.958 0 1.76.56 2.311 1.184C7.985 3.648 8.48 4 9 4h4.5A1.5 1.5 0 0 1 15 5.5v7a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 1 12.5v-9zM2.5 3a.5.5 0 0 0-.5.5V6h12v-.5a.5.5 0 0 0-.5-.5H9c-.964 0-1.71-.629-2.174-1.154C6.374 3.334 5.82 3 5.264 3H2.5zM14 7H2v5.5a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 .5-.5V7z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Folder2Open",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1 3.5A1.5 1.5 0 0 1 2.5 2h2.764c.958 0 1.76.56 2.311 1.184C7.985 3.648 8.48 4 9 4h4.5A1.5 1.5 0 0 1 15 5.5v.64c.57.265.94.876.856 1.546l-.64 5.124A2.5 2.5 0 0 1 12.733 15H3.266a2.5 2.5 0 0 1-2.481-2.19l-.64-5.124A1.5 1.5 0 0 1 1 6.14V3.5zM2 6h12v-.5a.5.5 0 0 0-.5-.5H9c-.964 0-1.71-.629-2.174-1.154C6.374 3.334 5.82 3 5.264 3H2.5a.5.5 0 0 0-.5.5V6zm-.367 1a.5.5 0 0 0-.496.562l.64 5.124A1.5 1.5 0 0 0 3.266 14h9.468a1.5 1.5 0 0 0 1.489-1.314l.64-5.124A.5.5 0 0 0 14.367 7H1.633z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FolderCheck",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m.5 3 .04.87a1.99 1.99 0 0 0-.342 1.311l.637 7A2 2 0 0 0 2.826 14H9v-1H2.826a1 1 0 0 1-.995-.91l-.637-7A1 1 0 0 1 2.19 4h11.62a1 1 0 0 1 .996 1.09L14.54 8h1.005l.256-2.819A2 2 0 0 0 13.81 3H9.828a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 6.172 1H2.5a2 2 0 0 0-2 2zm5.672-1a1 1 0 0 1 .707.293L7.586 3H2.19c-.24 0-.47.042-.683.12L1.5 2.98a1 1 0 0 1 1-.98h3.672z\"/><path d=\"M15.854 10.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.707 0l-1.5-1.5a.5.5 0 0 1 .707-.708l1.146 1.147 2.646-2.647a.5.5 0 0 1 .708 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FolderFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.828 3h3.982a2 2 0 0 1 1.992 2.181l-.637 7A2 2 0 0 1 13.174 14H2.825a2 2 0 0 1-1.991-1.819l-.637-7a1.99 1.99 0 0 1 .342-1.31L.5 3a2 2 0 0 1 2-2h3.672a2 2 0 0 1 1.414.586l.828.828A2 2 0 0 0 9.828 3zm-8.322.12C1.72 3.042 1.95 3 2.19 3h5.396l-.707-.707A1 1 0 0 0 6.172 2H2.5a1 1 0 0 0-1 .981l.006.139z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FolderMinus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m.5 3 .04.87a1.99 1.99 0 0 0-.342 1.311l.637 7A2 2 0 0 0 2.826 14H9v-1H2.826a1 1 0 0 1-.995-.91l-.637-7A1 1 0 0 1 2.19 4h11.62a1 1 0 0 1 .996 1.09L14.54 8h1.005l.256-2.819A2 2 0 0 0 13.81 3H9.828a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 6.172 1H2.5a2 2 0 0 0-2 2zm5.672-1a1 1 0 0 1 .707.293L7.586 3H2.19c-.24 0-.47.042-.683.12L1.5 2.98a1 1 0 0 1 1-.98h3.672z\"/><path d=\"M11 11.5a.5.5 0 0 1 .5-.5h4a.5.5 0 1 1 0 1h-4a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FolderPlus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m.5 3 .04.87a1.99 1.99 0 0 0-.342 1.311l.637 7A2 2 0 0 0 2.826 14H9v-1H2.826a1 1 0 0 1-.995-.91l-.637-7A1 1 0 0 1 2.19 4h11.62a1 1 0 0 1 .996 1.09L14.54 8h1.005l.256-2.819A2 2 0 0 0 13.81 3H9.828a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 6.172 1H2.5a2 2 0 0 0-2 2zm5.672-1a1 1 0 0 1 .707.293L7.586 3H2.19c-.24 0-.47.042-.683.12L1.5 2.98a1 1 0 0 1 1-.98h3.672z\"/><path d=\"M13.5 10a.5.5 0 0 1 .5.5V12h1.5a.5.5 0 1 1 0 1H14v1.5a.5.5 0 1 1-1 0V13h-1.5a.5.5 0 0 1 0-1H13v-1.5a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FolderSymlink",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m11.798 8.271-3.182 1.97c-.27.166-.616-.036-.616-.372V9.1s-2.571-.3-4 2.4c.571-4.8 3.143-4.8 4-4.8v-.769c0-.336.346-.538.616-.371l3.182 1.969c.27.166.27.576 0 .742z\"/><path d=\"m.5 3 .04.87a1.99 1.99 0 0 0-.342 1.311l.637 7A2 2 0 0 0 2.826 14h10.348a2 2 0 0 0 1.991-1.819l.637-7A2 2 0 0 0 13.81 3H9.828a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 6.172 1H2.5a2 2 0 0 0-2 2zm.694 2.09A1 1 0 0 1 2.19 4h11.62a1 1 0 0 1 .996 1.09l-.636 7a1 1 0 0 1-.996.91H2.826a1 1 0 0 1-.995-.91l-.637-7zM6.172 2a1 1 0 0 1 .707.293L7.586 3H2.19c-.24 0-.47.042-.683.12L1.5 2.98a1 1 0 0 1 1-.98h3.672z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FolderSymlinkFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13.81 3H9.828a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 6.172 1H2.5a2 2 0 0 0-2 2l.04.87a1.99 1.99 0 0 0-.342 1.311l.637 7A2 2 0 0 0 2.826 14h10.348a2 2 0 0 0 1.991-1.819l.637-7A2 2 0 0 0 13.81 3zM2.19 3c-.24 0-.47.042-.683.12L1.5 2.98a1 1 0 0 1 1-.98h3.672a1 1 0 0 1 .707.293L7.586 3H2.19zm9.608 5.271-3.182 1.97c-.27.166-.616-.036-.616-.372V9.1s-2.571-.3-4 2.4c.571-4.8 3.143-4.8 4-4.8v-.769c0-.336.346-.538.616-.371l3.182 1.969c.27.166.27.576 0 .742z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FolderX",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M.54 3.87.5 3a2 2 0 0 1 2-2h3.672a2 2 0 0 1 1.414.586l.828.828A2 2 0 0 0 9.828 3h3.982a2 2 0 0 1 1.992 2.181L15.546 8H14.54l.265-2.91A1 1 0 0 0 13.81 4H2.19a1 1 0 0 0-.996 1.09l.637 7a1 1 0 0 0 .995.91H9v1H2.826a2 2 0 0 1-1.991-1.819l-.637-7a1.99 1.99 0 0 1 .342-1.31zm6.339-1.577A1 1 0 0 0 6.172 2H2.5a1 1 0 0 0-1 .981l.006.139C1.72 3.042 1.95 3 2.19 3h5.396l-.707-.707z\"/><path d=\"M11.854 10.146a.5.5 0 0 0-.707.708L12.293 12l-1.146 1.146a.5.5 0 0 0 .707.708L13 12.707l1.146 1.147a.5.5 0 0 0 .708-.708L13.707 12l1.147-1.146a.5.5 0 0 0-.707-.708L13 11.293l-1.146-1.147z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Fonts",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12.258 3h-8.51l-.083 2.46h.479c.26-1.544.758-1.783 2.693-1.845l.424-.013v7.827c0 .663-.144.82-1.3.923v.52h4.082v-.52c-1.162-.103-1.306-.26-1.306-.923V3.602l.431.013c1.934.062 2.434.301 2.693 1.846h.479L12.258 3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Forward",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.502 5.513a.144.144 0 0 0-.202.134V6.65a.5.5 0 0 1-.5.5H2.5v2.9h6.3a.5.5 0 0 1 .5.5v1.003c0 .108.11.176.202.134l3.984-2.933a.51.51 0 0 1 .042-.028.147.147 0 0 0 0-.252.51.51 0 0 1-.042-.028L9.502 5.513zM8.3 5.647a1.144 1.144 0 0 1 1.767-.96l3.994 2.94a1.147 1.147 0 0 1 0 1.946l-3.994 2.94a1.144 1.144 0 0 1-1.767-.96v-.503H2a.5.5 0 0 1-.5-.5v-3.9a.5.5 0 0 1 .5-.5h6.3v-.503z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ForwardFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m9.77 12.11 4.012-2.953a.647.647 0 0 0 0-1.114L9.771 5.09a.644.644 0 0 0-.971.557V6.65H2v3.9h6.8v1.003c0 .505.545.808.97.557z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Front",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-2H2a2 2 0 0 1-2-2V2zm5 10v2a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-2v5a2 2 0 0 1-2 2H5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Fullscreen",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1.5 1a.5.5 0 0 0-.5.5v4a.5.5 0 0 1-1 0v-4A1.5 1.5 0 0 1 1.5 0h4a.5.5 0 0 1 0 1h-4zM10 .5a.5.5 0 0 1 .5-.5h4A1.5 1.5 0 0 1 16 1.5v4a.5.5 0 0 1-1 0v-4a.5.5 0 0 0-.5-.5h-4a.5.5 0 0 1-.5-.5zM.5 10a.5.5 0 0 1 .5.5v4a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 0 1h-4A1.5 1.5 0 0 1 0 14.5v-4a.5.5 0 0 1 .5-.5zm15 0a.5.5 0 0 1 .5.5v4a1.5 1.5 0 0 1-1.5 1.5h-4a.5.5 0 0 1 0-1h4a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FullscreenExit",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.5 0a.5.5 0 0 1 .5.5v4A1.5 1.5 0 0 1 4.5 6h-4a.5.5 0 0 1 0-1h4a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 1 .5-.5zm5 0a.5.5 0 0 1 .5.5v4a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 0 1h-4A1.5 1.5 0 0 1 10 4.5v-4a.5.5 0 0 1 .5-.5zM0 10.5a.5.5 0 0 1 .5-.5h4A1.5 1.5 0 0 1 6 11.5v4a.5.5 0 0 1-1 0v-4a.5.5 0 0 0-.5-.5h-4a.5.5 0 0 1-.5-.5zm10 1a1.5 1.5 0 0 1 1.5-1.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 0-.5.5v4a.5.5 0 0 1-1 0v-4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Funnel",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1.5 1.5A.5.5 0 0 1 2 1h12a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.128.334L10 8.692V13.5a.5.5 0 0 1-.342.474l-3 1A.5.5 0 0 1 6 14.5V8.692L1.628 3.834A.5.5 0 0 1 1.5 3.5v-2zm1 .5v1.308l4.372 4.858A.5.5 0 0 1 7 8.5v5.306l2-.666V8.5a.5.5 0 0 1 .128-.334L13.5 3.308V2h-11z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "FunnelFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1.5 1.5A.5.5 0 0 1 2 1h12a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.128.334L10 8.692V13.5a.5.5 0 0 1-.342.474l-3 1A.5.5 0 0 1 6 14.5V8.692L1.628 3.834A.5.5 0 0 1 1.5 3.5v-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Gear",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 4.754a3.246 3.246 0 1 0 0 6.492 3.246 3.246 0 0 0 0-6.492zM5.754 8a2.246 2.246 0 1 1 4.492 0 2.246 2.246 0 0 1-4.492 0z\"/><path d=\"M9.796 1.343c-.527-1.79-3.065-1.79-3.592 0l-.094.319a.873.873 0 0 1-1.255.52l-.292-.16c-1.64-.892-3.433.902-2.54 2.541l.159.292a.873.873 0 0 1-.52 1.255l-.319.094c-1.79.527-1.79 3.065 0 3.592l.319.094a.873.873 0 0 1 .52 1.255l-.16.292c-.892 1.64.901 3.434 2.541 2.54l.292-.159a.873.873 0 0 1 1.255.52l.094.319c.527 1.79 3.065 1.79 3.592 0l.094-.319a.873.873 0 0 1 1.255-.52l.292.16c1.64.893 3.434-.902 2.54-2.541l-.159-.292a.873.873 0 0 1 .52-1.255l.319-.094c1.79-.527 1.79-3.065 0-3.592l-.319-.094a.873.873 0 0 1-.52-1.255l.16-.292c.893-1.64-.902-3.433-2.541-2.54l-.292.159a.873.873 0 0 1-1.255-.52l-.094-.319zm-2.633.283c.246-.835 1.428-.835 1.674 0l.094.319a1.873 1.873 0 0 0 2.693 1.115l.291-.16c.764-.415 1.6.42 1.184 1.185l-.159.292a1.873 1.873 0 0 0 1.116 2.692l.318.094c.835.246.835 1.428 0 1.674l-.319.094a1.873 1.873 0 0 0-1.115 2.693l.16.291c.415.764-.42 1.6-1.185 1.184l-.291-.159a1.873 1.873 0 0 0-2.693 1.116l-.094.318c-.246.835-1.428.835-1.674 0l-.094-.319a1.873 1.873 0 0 0-2.692-1.115l-.292.16c-.764.415-1.6-.42-1.184-1.185l.159-.291A1.873 1.873 0 0 0 1.945 8.93l-.319-.094c-.835-.246-.835-1.428 0-1.674l.319-.094A1.873 1.873 0 0 0 3.06 4.377l-.16-.292c-.415-.764.42-1.6 1.185-1.184l.292.159a1.873 1.873 0 0 0 2.692-1.115l.094-.319z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "GearFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.405 1.05c-.413-1.4-2.397-1.4-2.81 0l-.1.34a1.464 1.464 0 0 1-2.105.872l-.31-.17c-1.283-.698-2.686.705-1.987 1.987l.169.311c.446.82.023 1.841-.872 2.105l-.34.1c-1.4.413-1.4 2.397 0 2.81l.34.1a1.464 1.464 0 0 1 .872 2.105l-.17.31c-.698 1.283.705 2.686 1.987 1.987l.311-.169a1.464 1.464 0 0 1 2.105.872l.1.34c.413 1.4 2.397 1.4 2.81 0l.1-.34a1.464 1.464 0 0 1 2.105-.872l.31.17c1.283.698 2.686-.705 1.987-1.987l-.169-.311a1.464 1.464 0 0 1 .872-2.105l.34-.1c1.4-.413 1.4-2.397 0-2.81l-.34-.1a1.464 1.464 0 0 1-.872-2.105l.17-.31c.698-1.283-.705-2.686-1.987-1.987l-.311.169a1.464 1.464 0 0 1-2.105-.872l-.1-.34zM8 10.93a2.929 2.929 0 1 1 0-5.86 2.929 2.929 0 0 1 0 5.858z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "GearWide",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.932.727c-.243-.97-1.62-.97-1.864 0l-.071.286a.96.96 0 0 1-1.622.434l-.205-.211c-.695-.719-1.888-.03-1.613.931l.08.284a.96.96 0 0 1-1.186 1.187l-.284-.081c-.96-.275-1.65.918-.931 1.613l.211.205a.96.96 0 0 1-.434 1.622l-.286.071c-.97.243-.97 1.62 0 1.864l.286.071a.96.96 0 0 1 .434 1.622l-.211.205c-.719.695-.03 1.888.931 1.613l.284-.08a.96.96 0 0 1 1.187 1.187l-.081.283c-.275.96.918 1.65 1.613.931l.205-.211a.96.96 0 0 1 1.622.434l.071.286c.243.97 1.62.97 1.864 0l.071-.286a.96.96 0 0 1 1.622-.434l.205.211c.695.719 1.888.03 1.613-.931l-.08-.284a.96.96 0 0 1 1.187-1.187l.283.081c.96.275 1.65-.918.931-1.613l-.211-.205a.96.96 0 0 1 .434-1.622l.286-.071c.97-.243.97-1.62 0-1.864l-.286-.071a.96.96 0 0 1-.434-1.622l.211-.205c.719-.695.03-1.888-.931-1.613l-.284.08a.96.96 0 0 1-1.187-1.186l.081-.284c.275-.96-.918-1.65-1.613-.931l-.205.211a.96.96 0 0 1-1.622-.434L8.932.727zM8 12.997a4.998 4.998 0 1 1 0-9.995 4.998 4.998 0 0 1 0 9.996z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "GearWideConnected",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.068.727c.243-.97 1.62-.97 1.864 0l.071.286a.96.96 0 0 0 1.622.434l.205-.211c.695-.719 1.888-.03 1.613.931l-.08.284a.96.96 0 0 0 1.187 1.187l.283-.081c.96-.275 1.65.918.931 1.613l-.211.205a.96.96 0 0 0 .434 1.622l.286.071c.97.243.97 1.62 0 1.864l-.286.071a.96.96 0 0 0-.434 1.622l.211.205c.719.695.03 1.888-.931 1.613l-.284-.08a.96.96 0 0 0-1.187 1.187l.081.283c.275.96-.918 1.65-1.613.931l-.205-.211a.96.96 0 0 0-1.622.434l-.071.286c-.243.97-1.62.97-1.864 0l-.071-.286a.96.96 0 0 0-1.622-.434l-.205.211c-.695.719-1.888.03-1.613-.931l.08-.284a.96.96 0 0 0-1.186-1.187l-.284.081c-.96.275-1.65-.918-.931-1.613l.211-.205a.96.96 0 0 0-.434-1.622l-.286-.071c-.97-.243-.97-1.62 0-1.864l.286-.071a.96.96 0 0 0 .434-1.622l-.211-.205c-.719-.695-.03-1.888.931-1.613l.284.08a.96.96 0 0 0 1.187-1.186l-.081-.284c-.275-.96.918-1.65 1.613-.931l.205.211a.96.96 0 0 0 1.622-.434l.071-.286zM12.973 8.5H8.25l-2.834 3.779A4.998 4.998 0 0 0 12.973 8.5zm0-1a4.998 4.998 0 0 0-7.557-3.779l2.834 3.78h4.723zM5.048 3.967c-.03.021-.058.043-.087.065l.087-.065zm-.431.355A4.984 4.984 0 0 0 3.002 8c0 1.455.622 2.765 1.615 3.678L7.375 8 4.617 4.322zm.344 7.646.087.065-.087-.065z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Gem",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.1.7a.5.5 0 0 1 .4-.2h9a.5.5 0 0 1 .4.2l2.976 3.974c.149.185.156.45.01.644L8.4 15.3a.5.5 0 0 1-.8 0L.1 5.3a.5.5 0 0 1 0-.6l3-4zm11.386 3.785-1.806-2.41-.776 2.413 2.582-.003zm-3.633.004.961-2.989H4.186l.963 2.995 5.704-.006zM5.47 5.495 8 13.366l2.532-7.876-5.062.005zm-1.371-.999-.78-2.422-1.818 2.425 2.598-.003zM1.499 5.5l5.113 6.817-2.192-6.82L1.5 5.5zm7.889 6.817 5.123-6.83-2.928.002-2.195 6.828z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "GenderAmbiguous",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M11.5 1a.5.5 0 0 1 0-1h4a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V1.707l-3.45 3.45A4 4 0 0 1 8.5 10.97V13H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V14H6a.5.5 0 0 1 0-1h1.5v-2.03a4 4 0 1 1 3.471-6.648L14.293 1H11.5zm-.997 4.346a3 3 0 1 0-5.006 3.309 3 3 0 0 0 5.006-3.31z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "GenderFemale",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 1a4 4 0 1 0 0 8 4 4 0 0 0 0-8zM3 5a5 5 0 1 1 5.5 4.975V12h2a.5.5 0 0 1 0 1h-2v2.5a.5.5 0 0 1-1 0V13h-2a.5.5 0 0 1 0-1h2V9.975A5 5 0 0 1 3 5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "GenderMale",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M9.5 2a.5.5 0 0 1 0-1h5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-1 0V2.707L9.871 6.836a5 5 0 1 1-.707-.707L13.293 2H9.5zM6 6a4 4 0 1 0 0 8 4 4 0 0 0 0-8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "GenderTrans",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M0 .5A.5.5 0 0 1 .5 0h3a.5.5 0 0 1 0 1H1.707L3.5 2.793l.646-.647a.5.5 0 1 1 .708.708l-.647.646.822.822A3.99 3.99 0 0 1 8 3c1.18 0 2.239.51 2.971 1.322L14.293 1H11.5a.5.5 0 0 1 0-1h4a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V1.707l-3.45 3.45A4 4 0 0 1 8.5 10.97V13H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V14H6a.5.5 0 0 1 0-1h1.5v-2.03a4 4 0 0 1-3.05-5.814l-.95-.949-.646.647a.5.5 0 1 1-.708-.708l.647-.646L1 1.707V3.5a.5.5 0 0 1-1 0v-3zm5.49 4.856a3 3 0 1 0 5.02 3.288 3 3 0 0 0-5.02-3.288z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Geo",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 1a3 3 0 1 0 0 6 3 3 0 0 0 0-6zM4 4a4 4 0 1 1 4.5 3.969V13.5a.5.5 0 0 1-1 0V7.97A4 4 0 0 1 4 3.999zm2.493 8.574a.5.5 0 0 1-.411.575c-.712.118-1.28.295-1.655.493a1.319 1.319 0 0 0-.37.265.301.301 0 0 0-.057.09V14l.002.008a.147.147 0 0 0 .016.033.617.617 0 0 0 .145.15c.165.13.435.27.813.395.751.25 1.82.414 3.024.414s2.273-.163 3.024-.414c.378-.126.648-.265.813-.395a.619.619 0 0 0 .146-.15.148.148 0 0 0 .015-.033L12 14v-.004a.301.301 0 0 0-.057-.09 1.318 1.318 0 0 0-.37-.264c-.376-.198-.943-.375-1.655-.493a.5.5 0 1 1 .164-.986c.77.127 1.452.328 1.957.594C12.5 13 13 13.4 13 14c0 .426-.26.752-.544.977-.29.228-.68.413-1.116.558-.878.293-2.059.465-3.34.465-1.281 0-2.462-.172-3.34-.465-.436-.145-.826-.33-1.116-.558C3.26 14.752 3 14.426 3 14c0-.599.5-1 .961-1.243.505-.266 1.187-.467 1.957-.594a.5.5 0 0 1 .575.411z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "GeoAlt",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12.166 8.94c-.524 1.062-1.234 2.12-1.96 3.07A31.493 31.493 0 0 1 8 14.58a31.481 31.481 0 0 1-2.206-2.57c-.726-.95-1.436-2.008-1.96-3.07C3.304 7.867 3 6.862 3 6a5 5 0 0 1 10 0c0 .862-.305 1.867-.834 2.94zM8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10z\"/><path d=\"M8 8a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm0 1a3 3 0 1 0 0-6 3 3 0 0 0 0 6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "GeoAltFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10zm0-7a3 3 0 1 1 0-6 3 3 0 0 1 0 6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "GeoFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M4 4a4 4 0 1 1 4.5 3.969V13.5a.5.5 0 0 1-1 0V7.97A4 4 0 0 1 4 3.999zm2.493 8.574a.5.5 0 0 1-.411.575c-.712.118-1.28.295-1.655.493a1.319 1.319 0 0 0-.37.265.301.301 0 0 0-.057.09V14l.002.008a.147.147 0 0 0 .016.033.617.617 0 0 0 .145.15c.165.13.435.27.813.395.751.25 1.82.414 3.024.414s2.273-.163 3.024-.414c.378-.126.648-.265.813-.395a.619.619 0 0 0 .146-.15.148.148 0 0 0 .015-.033L12 14v-.004a.301.301 0 0 0-.057-.09 1.318 1.318 0 0 0-.37-.264c-.376-.198-.943-.375-1.655-.493a.5.5 0 1 1 .164-.986c.77.127 1.452.328 1.957.594C12.5 13 13 13.4 13 14c0 .426-.26.752-.544.977-.29.228-.68.413-1.116.558-.878.293-2.059.465-3.34.465-1.281 0-2.462-.172-3.34-.465-.436-.145-.826-.33-1.116-.558C3.26 14.752 3 14.426 3 14c0-.599.5-1 .961-1.243.505-.266 1.187-.467 1.957-.594a.5.5 0 0 1 .575.411z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Gift",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 2.5a2.5 2.5 0 0 1 5 0 2.5 2.5 0 0 1 5 0v.006c0 .07 0 .27-.038.494H15a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1v7.5a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 1 14.5V7a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h2.038A2.968 2.968 0 0 1 3 2.506V2.5zm1.068.5H7v-.5a1.5 1.5 0 1 0-3 0c0 .085.002.274.045.43a.522.522 0 0 0 .023.07zM9 3h2.932a.56.56 0 0 0 .023-.07c.043-.156.045-.345.045-.43a1.5 1.5 0 0 0-3 0V3zM1 4v2h6V4H1zm8 0v2h6V4H9zm5 3H9v8h4.5a.5.5 0 0 0 .5-.5V7zm-7 8V7H2v7.5a.5.5 0 0 0 .5.5H7z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "GiftFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 2.5a2.5 2.5 0 0 1 5 0 2.5 2.5 0 0 1 5 0v.006c0 .07 0 .27-.038.494H15a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h2.038A2.968 2.968 0 0 1 3 2.506V2.5zm1.068.5H7v-.5a1.5 1.5 0 1 0-3 0c0 .085.002.274.045.43a.522.522 0 0 0 .023.07zM9 3h2.932a.56.56 0 0 0 .023-.07c.043-.156.045-.345.045-.43a1.5 1.5 0 0 0-3 0V3zm6 4v7.5a1.5 1.5 0 0 1-1.5 1.5H9V7h6zM2.5 16A1.5 1.5 0 0 1 1 14.5V7h6v9H2.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Github",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Globe",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm7.5-6.923c-.67.204-1.335.82-1.887 1.855A7.97 7.97 0 0 0 5.145 4H7.5V1.077zM4.09 4a9.267 9.267 0 0 1 .64-1.539 6.7 6.7 0 0 1 .597-.933A7.025 7.025 0 0 0 2.255 4H4.09zm-.582 3.5c.03-.877.138-1.718.312-2.5H1.674a6.958 6.958 0 0 0-.656 2.5h2.49zM4.847 5a12.5 12.5 0 0 0-.338 2.5H7.5V5H4.847zM8.5 5v2.5h2.99a12.495 12.495 0 0 0-.337-2.5H8.5zM4.51 8.5a12.5 12.5 0 0 0 .337 2.5H7.5V8.5H4.51zm3.99 0V11h2.653c.187-.765.306-1.608.338-2.5H8.5zM5.145 12c.138.386.295.744.468 1.068.552 1.035 1.218 1.65 1.887 1.855V12H5.145zm.182 2.472a6.696 6.696 0 0 1-.597-.933A9.268 9.268 0 0 1 4.09 12H2.255a7.024 7.024 0 0 0 3.072 2.472zM3.82 11a13.652 13.652 0 0 1-.312-2.5h-2.49c.062.89.291 1.733.656 2.5H3.82zm6.853 3.472A7.024 7.024 0 0 0 13.745 12H11.91a9.27 9.27 0 0 1-.64 1.539 6.688 6.688 0 0 1-.597.933zM8.5 12v2.923c.67-.204 1.335-.82 1.887-1.855.173-.324.33-.682.468-1.068H8.5zm3.68-1h2.146c.365-.767.594-1.61.656-2.5h-2.49a13.65 13.65 0 0 1-.312 2.5zm2.802-3.5a6.959 6.959 0 0 0-.656-2.5H12.18c.174.782.282 1.623.312 2.5h2.49zM11.27 2.461c.247.464.462.98.64 1.539h1.835a7.024 7.024 0 0 0-3.072-2.472c.218.284.418.598.597.933zM10.855 4a7.966 7.966 0 0 0-.468-1.068C9.835 1.897 9.17 1.282 8.5 1.077V4h2.355z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Globe2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm7.5-6.923c-.67.204-1.335.82-1.887 1.855-.143.268-.276.56-.395.872.705.157 1.472.257 2.282.287V1.077zM4.249 3.539c.142-.384.304-.744.481-1.078a6.7 6.7 0 0 1 .597-.933A7.01 7.01 0 0 0 3.051 3.05c.362.184.763.349 1.198.49zM3.509 7.5c.036-1.07.188-2.087.436-3.008a9.124 9.124 0 0 1-1.565-.667A6.964 6.964 0 0 0 1.018 7.5h2.49zm1.4-2.741a12.344 12.344 0 0 0-.4 2.741H7.5V5.091c-.91-.03-1.783-.145-2.591-.332zM8.5 5.09V7.5h2.99a12.342 12.342 0 0 0-.399-2.741c-.808.187-1.681.301-2.591.332zM4.51 8.5c.035.987.176 1.914.399 2.741A13.612 13.612 0 0 1 7.5 10.91V8.5H4.51zm3.99 0v2.409c.91.03 1.783.145 2.591.332.223-.827.364-1.754.4-2.741H8.5zm-3.282 3.696c.12.312.252.604.395.872.552 1.035 1.218 1.65 1.887 1.855V11.91c-.81.03-1.577.13-2.282.287zm.11 2.276a6.696 6.696 0 0 1-.598-.933 8.853 8.853 0 0 1-.481-1.079 8.38 8.38 0 0 0-1.198.49 7.01 7.01 0 0 0 2.276 1.522zm-1.383-2.964A13.36 13.36 0 0 1 3.508 8.5h-2.49a6.963 6.963 0 0 0 1.362 3.675c.47-.258.995-.482 1.565-.667zm6.728 2.964a7.009 7.009 0 0 0 2.275-1.521 8.376 8.376 0 0 0-1.197-.49 8.853 8.853 0 0 1-.481 1.078 6.688 6.688 0 0 1-.597.933zM8.5 11.909v3.014c.67-.204 1.335-.82 1.887-1.855.143-.268.276-.56.395-.872A12.63 12.63 0 0 0 8.5 11.91zm3.555-.401c.57.185 1.095.409 1.565.667A6.963 6.963 0 0 0 14.982 8.5h-2.49a13.36 13.36 0 0 1-.437 3.008zM14.982 7.5a6.963 6.963 0 0 0-1.362-3.675c-.47.258-.995.482-1.565.667.248.92.4 1.938.437 3.008h2.49zM11.27 2.461c.177.334.339.694.482 1.078a8.368 8.368 0 0 0 1.196-.49 7.01 7.01 0 0 0-2.275-1.52c.218.283.418.597.597.932zm-.488 1.343a7.765 7.765 0 0 0-.395-.872C9.835 1.897 9.17 1.282 8.5 1.077V4.09c.81-.03 1.577-.13 2.282-.287z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Google",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M15.545 6.558a9.42 9.42 0 0 1 .139 1.626c0 2.434-.87 4.492-2.384 5.885h.002C11.978 15.292 10.158 16 8 16A8 8 0 1 1 8 0a7.689 7.689 0 0 1 5.352 2.082l-2.284 2.284A4.347 4.347 0 0 0 8 3.166c-2.087 0-3.86 1.408-4.492 3.304a4.792 4.792 0 0 0 0 3.063h.003c.635 1.893 2.405 3.301 4.492 3.301 1.078 0 2.004-.276 2.722-.764h-.003a3.702 3.702 0 0 0 1.599-2.431H8v-3.08h7.545z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "GraphDown",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M0 0h1v15h15v1H0V0zm10 11.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-1 0v2.6l-3.613-4.417a.5.5 0 0 0-.74-.037L7.06 8.233 3.404 3.206a.5.5 0 0 0-.808.588l4 5.5a.5.5 0 0 0 .758.06l2.609-2.61L13.445 11H10.5a.5.5 0 0 0-.5.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "GraphUp",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M0 0h1v15h15v1H0V0zm10 3.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V4.9l-3.613 4.417a.5.5 0 0 1-.74.037L7.06 6.767l-3.656 5.027a.5.5 0 0 1-.808-.588l4-5.5a.5.5 0 0 1 .758-.06l2.609 2.61L13.445 4H10.5a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Grid",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1 2.5A1.5 1.5 0 0 1 2.5 1h3A1.5 1.5 0 0 1 7 2.5v3A1.5 1.5 0 0 1 5.5 7h-3A1.5 1.5 0 0 1 1 5.5v-3zM2.5 2a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5h-3zm6.5.5A1.5 1.5 0 0 1 10.5 1h3A1.5 1.5 0 0 1 15 2.5v3A1.5 1.5 0 0 1 13.5 7h-3A1.5 1.5 0 0 1 9 5.5v-3zm1.5-.5a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5h-3zM1 10.5A1.5 1.5 0 0 1 2.5 9h3A1.5 1.5 0 0 1 7 10.5v3A1.5 1.5 0 0 1 5.5 15h-3A1.5 1.5 0 0 1 1 13.5v-3zm1.5-.5a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5h-3zm6.5.5A1.5 1.5 0 0 1 10.5 9h3a1.5 1.5 0 0 1 1.5 1.5v3a1.5 1.5 0 0 1-1.5 1.5h-3A1.5 1.5 0 0 1 9 13.5v-3zm1.5-.5a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5h-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Grid1x2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 1H1v14h5V1zm9 0h-5v5h5V1zm0 9v5h-5v-5h5zM0 1a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V1zm9 0a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1V1zm1 8a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-5a1 1 0 0 0-1-1h-5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Grid1x2Fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 1a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V1zm9 0a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1V1zm0 9a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Grid3x2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 3.5A1.5 1.5 0 0 1 1.5 2h13A1.5 1.5 0 0 1 16 3.5v8a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 11.5v-8zM1.5 3a.5.5 0 0 0-.5.5V7h4V3H1.5zM5 8H1v3.5a.5.5 0 0 0 .5.5H5V8zm1 0v4h4V8H6zm4-1V3H6v4h4zm1 1v4h3.5a.5.5 0 0 0 .5-.5V8h-4zm0-1h4V3.5a.5.5 0 0 0-.5-.5H11v4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Grid3x2Gap",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 4v2H2V4h2zm1 7V9a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1zm0-5V4a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1zm5 5V9a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1zm0-5V4a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1zM9 4v2H7V4h2zm5 0h-2v2h2V4zM4 9v2H2V9h2zm5 0v2H7V9h2zm5 0v2h-2V9h2zm-3-5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V4zm1 4a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1h-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Grid3x2GapFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1 4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V4zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V4zM1 9a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V9zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V9zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V9z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Grid3x3",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 1.5A1.5 1.5 0 0 1 1.5 0h13A1.5 1.5 0 0 1 16 1.5v13a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 14.5v-13zM1.5 1a.5.5 0 0 0-.5.5V5h4V1H1.5zM5 6H1v4h4V6zm1 4h4V6H6v4zm-1 1H1v3.5a.5.5 0 0 0 .5.5H5v-4zm1 0v4h4v-4H6zm5 0v4h3.5a.5.5 0 0 0 .5-.5V11h-4zm0-1h4V6h-4v4zm0-5h4V1.5a.5.5 0 0 0-.5-.5H11v4zm-1 0V1H6v4h4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Grid3x3Gap",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 2v2H2V2h2zm1 12v-2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1zm0-5V7a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1zm0-5V2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1zm5 10v-2a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1zm0-5V7a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1zm0-5V2a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1zM9 2v2H7V2h2zm5 0v2h-2V2h2zM4 7v2H2V7h2zm5 0v2H7V7h2zm5 0h-2v2h2V7zM4 12v2H2v-2h2zm5 0v2H7v-2h2zm5 0v2h-2v-2h2zM12 1a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1h-2zm-1 6a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V7zm1 4a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1h-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Grid3x3GapFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1 2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V2zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V2zM1 7a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V7zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V7zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V7zM1 12a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-2zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1v-2zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "GridFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1 2.5A1.5 1.5 0 0 1 2.5 1h3A1.5 1.5 0 0 1 7 2.5v3A1.5 1.5 0 0 1 5.5 7h-3A1.5 1.5 0 0 1 1 5.5v-3zm8 0A1.5 1.5 0 0 1 10.5 1h3A1.5 1.5 0 0 1 15 2.5v3A1.5 1.5 0 0 1 13.5 7h-3A1.5 1.5 0 0 1 9 5.5v-3zm-8 8A1.5 1.5 0 0 1 2.5 9h3A1.5 1.5 0 0 1 7 10.5v3A1.5 1.5 0 0 1 5.5 15h-3A1.5 1.5 0 0 1 1 13.5v-3zm8 0A1.5 1.5 0 0 1 10.5 9h3a1.5 1.5 0 0 1 1.5 1.5v3a1.5 1.5 0 0 1-1.5 1.5h-3A1.5 1.5 0 0 1 9 13.5v-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "GripHorizontal",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 8a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm0-3a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm3 3a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm0-3a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm3 3a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm0-3a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm3 3a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm0-3a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm3 3a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm0-3a1 1 0 1 1 0 2 1 1 0 0 1 0-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "GripVertical",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7 2a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zM7 5a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zM7 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm-3 3a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm-3 3a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Hammer",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.972 2.508a.5.5 0 0 0-.16-.556l-.178-.129a5.009 5.009 0 0 0-2.076-.783C6.215.862 4.504 1.229 2.84 3.133H1.786a.5.5 0 0 0-.354.147L.146 4.567a.5.5 0 0 0 0 .706l2.571 2.579a.5.5 0 0 0 .708 0l1.286-1.29a.5.5 0 0 0 .146-.353V5.57l8.387 8.873A.5.5 0 0 0 14 14.5l1.5-1.5a.5.5 0 0 0 .017-.689l-9.129-8.63c.747-.456 1.772-.839 3.112-.839a.5.5 0 0 0 .472-.334z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "HandIndex",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.75 1a.75.75 0 0 1 .75.75V8a.5.5 0 0 0 1 0V5.467l.086-.004c.317-.012.637-.008.816.027.134.027.294.096.448.182.077.042.15.147.15.314V8a.5.5 0 1 0 1 0V6.435a4.9 4.9 0 0 1 .106-.01c.316-.024.584-.01.708.04.118.046.3.207.486.43.081.096.15.19.2.259V8.5a.5.5 0 0 0 1 0v-1h.342a1 1 0 0 1 .995 1.1l-.271 2.715a2.5 2.5 0 0 1-.317.991l-1.395 2.442a.5.5 0 0 1-.434.252H6.035a.5.5 0 0 1-.416-.223l-1.433-2.15a1.5 1.5 0 0 1-.243-.666l-.345-3.105a.5.5 0 0 1 .399-.546L5 8.11V9a.5.5 0 0 0 1 0V1.75A.75.75 0 0 1 6.75 1zM8.5 4.466V1.75a1.75 1.75 0 1 0-3.5 0v5.34l-1.2.24a1.5 1.5 0 0 0-1.196 1.636l.345 3.106a2.5 2.5 0 0 0 .405 1.11l1.433 2.15A1.5 1.5 0 0 0 6.035 16h6.385a1.5 1.5 0 0 0 1.302-.756l1.395-2.441a3.5 3.5 0 0 0 .444-1.389l.271-2.715a2 2 0 0 0-1.99-2.199h-.581a5.114 5.114 0 0 0-.195-.248c-.191-.229-.51-.568-.88-.716-.364-.146-.846-.132-1.158-.108l-.132.012a1.26 1.26 0 0 0-.56-.642 2.632 2.632 0 0 0-.738-.288c-.31-.062-.739-.058-1.05-.046l-.048.002zm2.094 2.025z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "HandIndexFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.5 4.466V1.75a1.75 1.75 0 1 0-3.5 0v5.34l-1.2.24a1.5 1.5 0 0 0-1.196 1.636l.345 3.106a2.5 2.5 0 0 0 .405 1.11l1.433 2.15A1.5 1.5 0 0 0 6.035 16h6.385a1.5 1.5 0 0 0 1.302-.756l1.395-2.441a3.5 3.5 0 0 0 .444-1.389l.271-2.715a2 2 0 0 0-1.99-2.199h-.581a5.114 5.114 0 0 0-.195-.248c-.191-.229-.51-.568-.88-.716-.364-.146-.846-.132-1.158-.108l-.132.012a1.26 1.26 0 0 0-.56-.642 2.632 2.632 0 0 0-.738-.288c-.31-.062-.739-.058-1.05-.046l-.048.002z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "HandIndexThumb",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.75 1a.75.75 0 0 1 .75.75V8a.5.5 0 0 0 1 0V5.467l.086-.004c.317-.012.637-.008.816.027.134.027.294.096.448.182.077.042.15.147.15.314V8a.5.5 0 0 0 1 0V6.435l.106-.01c.316-.024.584-.01.708.04.118.046.3.207.486.43.081.096.15.19.2.259V8.5a.5.5 0 1 0 1 0v-1h.342a1 1 0 0 1 .995 1.1l-.271 2.715a2.5 2.5 0 0 1-.317.991l-1.395 2.442a.5.5 0 0 1-.434.252H6.118a.5.5 0 0 1-.447-.276l-1.232-2.465-2.512-4.185a.517.517 0 0 1 .809-.631l2.41 2.41A.5.5 0 0 0 6 9.5V1.75A.75.75 0 0 1 6.75 1zM8.5 4.466V1.75a1.75 1.75 0 1 0-3.5 0v6.543L3.443 6.736A1.517 1.517 0 0 0 1.07 8.588l2.491 4.153 1.215 2.43A1.5 1.5 0 0 0 6.118 16h6.302a1.5 1.5 0 0 0 1.302-.756l1.395-2.441a3.5 3.5 0 0 0 .444-1.389l.271-2.715a2 2 0 0 0-1.99-2.199h-.581a5.114 5.114 0 0 0-.195-.248c-.191-.229-.51-.568-.88-.716-.364-.146-.846-.132-1.158-.108l-.132.012a1.26 1.26 0 0 0-.56-.642 2.632 2.632 0 0 0-.738-.288c-.31-.062-.739-.058-1.05-.046l-.048.002zm2.094 2.025z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "HandIndexThumbFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.5 1.75v2.716l.047-.002c.312-.012.742-.016 1.051.046.28.056.543.18.738.288.273.152.456.385.56.642l.132-.012c.312-.024.794-.038 1.158.108.37.148.689.487.88.716.075.09.141.175.195.248h.582a2 2 0 0 1 1.99 2.199l-.272 2.715a3.5 3.5 0 0 1-.444 1.389l-1.395 2.441A1.5 1.5 0 0 1 12.42 16H6.118a1.5 1.5 0 0 1-1.342-.83l-1.215-2.43L1.07 8.589a1.517 1.517 0 0 1 2.373-1.852L5 8.293V1.75a1.75 1.75 0 0 1 3.5 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "HandThumbsDown",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.864 15.674c-.956.24-1.843-.484-1.908-1.42-.072-1.05-.23-2.015-.428-2.59-.125-.36-.479-1.012-1.04-1.638-.557-.624-1.282-1.179-2.131-1.41C2.685 8.432 2 7.85 2 7V3c0-.845.682-1.464 1.448-1.546 1.07-.113 1.564-.415 2.068-.723l.048-.029c.272-.166.578-.349.97-.484C6.931.08 7.395 0 8 0h3.5c.937 0 1.599.478 1.934 1.064.164.287.254.607.254.913 0 .152-.023.312-.077.464.201.262.38.577.488.9.11.33.172.762.004 1.15.069.13.12.268.159.403.077.27.113.567.113.856 0 .289-.036.586-.113.856-.035.12-.08.244-.138.363.394.571.418 1.2.234 1.733-.206.592-.682 1.1-1.2 1.272-.847.283-1.803.276-2.516.211a9.877 9.877 0 0 1-.443-.05 9.364 9.364 0 0 1-.062 4.51c-.138.508-.55.848-1.012.964l-.261.065zM11.5 1H8c-.51 0-.863.068-1.14.163-.281.097-.506.229-.776.393l-.04.025c-.555.338-1.198.73-2.49.868-.333.035-.554.29-.554.55V7c0 .255.226.543.62.65 1.095.3 1.977.997 2.614 1.709.635.71 1.064 1.475 1.238 1.977.243.7.407 1.768.482 2.85.025.362.36.595.667.518l.262-.065c.16-.04.258-.144.288-.255a8.34 8.34 0 0 0-.145-4.726.5.5 0 0 1 .595-.643h.003l.014.004.058.013a8.912 8.912 0 0 0 1.036.157c.663.06 1.457.054 2.11-.163.175-.059.45-.301.57-.651.107-.308.087-.67-.266-1.021L12.793 7l.353-.354c.043-.042.105-.14.154-.315.048-.167.075-.37.075-.581 0-.211-.027-.414-.075-.581-.05-.174-.111-.273-.154-.315l-.353-.354.353-.354c.047-.047.109-.176.005-.488a2.224 2.224 0 0 0-.505-.804l-.353-.354.353-.354c.006-.005.041-.05.041-.17a.866.866 0 0 0-.121-.415C12.4 1.272 12.063 1 11.5 1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "HandThumbsDownFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.956 14.534c.065.936.952 1.659 1.908 1.42l.261-.065a1.378 1.378 0 0 0 1.012-.965c.22-.816.533-2.512.062-4.51.136.02.285.037.443.051.713.065 1.669.071 2.516-.211.518-.173.994-.68 1.2-1.272a1.896 1.896 0 0 0-.234-1.734c.058-.118.103-.242.138-.362.077-.27.113-.568.113-.856 0-.29-.036-.586-.113-.857a2.094 2.094 0 0 0-.16-.403c.169-.387.107-.82-.003-1.149a3.162 3.162 0 0 0-.488-.9c.054-.153.076-.313.076-.465a1.86 1.86 0 0 0-.253-.912C13.1.757 12.437.28 11.5.28H8c-.605 0-1.07.08-1.466.217a4.823 4.823 0 0 0-.97.485l-.048.029c-.504.308-.999.61-2.068.723C2.682 1.815 2 2.434 2 3.279v4c0 .851.685 1.433 1.357 1.616.849.232 1.574.787 2.132 1.41.56.626.914 1.28 1.039 1.638.199.575.356 1.54.428 2.591z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "HandThumbsUp",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.864.046C7.908-.193 7.02.53 6.956 1.466c-.072 1.051-.23 2.016-.428 2.59-.125.36-.479 1.013-1.04 1.639-.557.623-1.282 1.178-2.131 1.41C2.685 7.288 2 7.87 2 8.72v4.001c0 .845.682 1.464 1.448 1.545 1.07.114 1.564.415 2.068.723l.048.03c.272.165.578.348.97.484.397.136.861.217 1.466.217h3.5c.937 0 1.599-.477 1.934-1.064a1.86 1.86 0 0 0 .254-.912c0-.152-.023-.312-.077-.464.201-.263.38-.578.488-.901.11-.33.172-.762.004-1.149.069-.13.12-.269.159-.403.077-.27.113-.568.113-.857 0-.288-.036-.585-.113-.856a2.144 2.144 0 0 0-.138-.362 1.9 1.9 0 0 0 .234-1.734c-.206-.592-.682-1.1-1.2-1.272-.847-.282-1.803-.276-2.516-.211a9.84 9.84 0 0 0-.443.05 9.365 9.365 0 0 0-.062-4.509A1.38 1.38 0 0 0 9.125.111L8.864.046zM11.5 14.721H8c-.51 0-.863-.069-1.14-.164-.281-.097-.506-.228-.776-.393l-.04-.024c-.555-.339-1.198-.731-2.49-.868-.333-.036-.554-.29-.554-.55V8.72c0-.254.226-.543.62-.65 1.095-.3 1.977-.996 2.614-1.708.635-.71 1.064-1.475 1.238-1.978.243-.7.407-1.768.482-2.85.025-.362.36-.594.667-.518l.262.066c.16.04.258.143.288.255a8.34 8.34 0 0 1-.145 4.725.5.5 0 0 0 .595.644l.003-.001.014-.003.058-.014a8.908 8.908 0 0 1 1.036-.157c.663-.06 1.457-.054 2.11.164.175.058.45.3.57.65.107.308.087.67-.266 1.022l-.353.353.353.354c.043.043.105.141.154.315.048.167.075.37.075.581 0 .212-.027.414-.075.582-.05.174-.111.272-.154.315l-.353.353.353.354c.047.047.109.177.005.488a2.224 2.224 0 0 1-.505.805l-.353.353.353.354c.006.005.041.05.041.17a.866.866 0 0 1-.121.416c-.165.288-.503.56-1.066.56z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "HandThumbsUpFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.956 1.745C7.021.81 7.908.087 8.864.325l.261.066c.463.116.874.456 1.012.965.22.816.533 2.511.062 4.51a9.84 9.84 0 0 1 .443-.051c.713-.065 1.669-.072 2.516.21.518.173.994.681 1.2 1.273.184.532.16 1.162-.234 1.733.058.119.103.242.138.363.077.27.113.567.113.856 0 .289-.036.586-.113.856-.039.135-.09.273-.16.404.169.387.107.819-.003 1.148a3.163 3.163 0 0 1-.488.901c.054.152.076.312.076.465 0 .305-.089.625-.253.912C13.1 15.522 12.437 16 11.5 16H8c-.605 0-1.07-.081-1.466-.218a4.82 4.82 0 0 1-.97-.484l-.048-.03c-.504-.307-.999-.609-2.068-.722C2.682 14.464 2 13.846 2 13V9c0-.85.685-1.432 1.357-1.615.849-.232 1.574-.787 2.132-1.41.56-.627.914-1.28 1.039-1.639.199-.575.356-1.539.428-2.59z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Handbag",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 1a2 2 0 0 1 2 2v2H6V3a2 2 0 0 1 2-2zm3 4V3a3 3 0 1 0-6 0v2H3.36a1.5 1.5 0 0 0-1.483 1.277L.85 13.13A2.5 2.5 0 0 0 3.322 16h9.355a2.5 2.5 0 0 0 2.473-2.87l-1.028-6.853A1.5 1.5 0 0 0 12.64 5H11zm-1 1v1.5a.5.5 0 0 0 1 0V6h1.639a.5.5 0 0 1 .494.426l1.028 6.851A1.5 1.5 0 0 1 12.678 15H3.322a1.5 1.5 0 0 1-1.483-1.723l1.028-6.851A.5.5 0 0 1 3.36 6H5v1.5a.5.5 0 1 0 1 0V6h4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "HandbagFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 1a2 2 0 0 0-2 2v2H5V3a3 3 0 1 1 6 0v2h-1V3a2 2 0 0 0-2-2zM5 5H3.36a1.5 1.5 0 0 0-1.483 1.277L.85 13.13A2.5 2.5 0 0 0 3.322 16h9.355a2.5 2.5 0 0 0 2.473-2.87l-1.028-6.853A1.5 1.5 0 0 0 12.64 5H11v1.5a.5.5 0 0 1-1 0V5H6v1.5a.5.5 0 0 1-1 0V5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Hash",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.39 12.648a1.32 1.32 0 0 0-.015.18c0 .305.21.508.5.508.266 0 .492-.172.555-.477l.554-2.703h1.204c.421 0 .617-.234.617-.547 0-.312-.188-.53-.617-.53h-.985l.516-2.524h1.265c.43 0 .618-.227.618-.547 0-.313-.188-.524-.618-.524h-1.046l.476-2.304a1.06 1.06 0 0 0 .016-.164.51.51 0 0 0-.516-.516.54.54 0 0 0-.539.43l-.523 2.554H7.617l.477-2.304c.008-.04.015-.118.015-.164a.512.512 0 0 0-.523-.516.539.539 0 0 0-.531.43L6.53 5.484H5.414c-.43 0-.617.22-.617.532 0 .312.187.539.617.539h.906l-.515 2.523H4.609c-.421 0-.609.219-.609.531 0 .313.188.547.61.547h.976l-.516 2.492c-.008.04-.015.125-.015.18 0 .305.21.508.5.508.265 0 .492-.172.554-.477l.555-2.703h2.242l-.515 2.492zm-1-6.109h2.266l-.515 2.563H6.859l.532-2.563z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Hdd",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.5 11a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zM3 10.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0z\"/><path d=\"M16 11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V9.51c0-.418.105-.83.305-1.197l2.472-4.531A1.5 1.5 0 0 1 4.094 3h7.812a1.5 1.5 0 0 1 1.317.782l2.472 4.53c.2.368.305.78.305 1.198V11zM3.655 4.26 1.592 8.043C1.724 8.014 1.86 8 2 8h12c.14 0 .276.014.408.042L12.345 4.26a.5.5 0 0 0-.439-.26H4.094a.5.5 0 0 0-.44.26zM1 10v1a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-1a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "HddFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 10a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-1zm2.5 1a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zm2 0a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zM.91 7.204A2.993 2.993 0 0 1 2 7h12c.384 0 .752.072 1.09.204l-1.867-3.422A1.5 1.5 0 0 0 11.906 3H4.094a1.5 1.5 0 0 0-1.317.782L.91 7.204z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "HddNetwork",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.5 5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zM3 4.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0z\"/><path d=\"M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1a2 2 0 0 1-2 2H8.5v3a1.5 1.5 0 0 1 1.5 1.5h5.5a.5.5 0 0 1 0 1H10A1.5 1.5 0 0 1 8.5 14h-1A1.5 1.5 0 0 1 6 12.5H.5a.5.5 0 0 1 0-1H6A1.5 1.5 0 0 1 7.5 10V7H2a2 2 0 0 1-2-2V4zm1 0v1a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1zm6 7.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "HddNetworkFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 2a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h5.5v3A1.5 1.5 0 0 0 6 11.5H.5a.5.5 0 0 0 0 1H6A1.5 1.5 0 0 0 7.5 14h1a1.5 1.5 0 0 0 1.5-1.5h5.5a.5.5 0 0 0 0-1H10A1.5 1.5 0 0 0 8.5 10V7H14a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2zm.5 3a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm2 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "HddRack",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.5 5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zM3 4.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm2 7a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm-2.5.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1z\"/><path d=\"M2 2a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h1v2H2a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-1a2 2 0 0 0-2-2h-1V7h1a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2zm13 2v1a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1zm0 7v1a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1zm-3-4v2H4V7h8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "HddRackFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 2a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h1v2H2a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-1a2 2 0 0 0-2-2h-1V7h1a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2zm.5 3a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm2 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm-2 7a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm2 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zM12 7v2H4V7h8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "HddStack",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 10a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1h12zM2 9a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-1a2 2 0 0 0-2-2H2z\"/><path d=\"M5 11.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm-2 0a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zM14 3a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z\"/><path d=\"M5 4.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm-2 0a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "HddStackFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 9a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-1a2 2 0 0 0-2-2H2zm.5 3a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm2 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zM2 2a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2zm.5 3a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm2 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Headphones",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 3a5 5 0 0 0-5 5v1h1a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V8a6 6 0 1 1 12 0v5a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1h1V8a5 5 0 0 0-5-5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Headset",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 1a5 5 0 0 0-5 5v1h1a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a6 6 0 1 1 12 0v6a2.5 2.5 0 0 1-2.5 2.5H9.366a1 1 0 0 1-.866.5h-1a1 1 0 1 1 0-2h1a1 1 0 0 1 .866.5H11.5A1.5 1.5 0 0 0 13 12h-1a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h1V6a5 5 0 0 0-5-5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "HeadsetVr",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 1.248c1.857 0 3.526.641 4.65 1.794a4.978 4.978 0 0 1 2.518 1.09C13.907 1.482 11.295 0 8 0 4.75 0 2.12 1.48.844 4.122a4.979 4.979 0 0 1 2.289-1.047C4.236 1.872 5.974 1.248 8 1.248z\"/><path d=\"M12 12a3.988 3.988 0 0 1-2.786-1.13l-.002-.002a1.612 1.612 0 0 0-.276-.167A2.164 2.164 0 0 0 8 10.5c-.414 0-.729.103-.935.201a1.612 1.612 0 0 0-.277.167l-.002.002A4 4 0 1 1 4 4h8a4 4 0 0 1 0 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Heart",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m8 2.748-.717-.737C5.6.281 2.514.878 1.4 3.053c-.523 1.023-.641 2.5.314 4.385.92 1.815 2.834 3.989 6.286 6.357 3.452-2.368 5.365-4.542 6.286-6.357.955-1.886.838-3.362.314-4.385C13.486.878 10.4.28 8.717 2.01L8 2.748zM8 15C-7.333 4.868 3.279-3.04 7.824 1.143c.06.055.119.112.176.171a3.12 3.12 0 0 1 .176-.17C12.72-3.042 23.333 4.867 8 15z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "HeartFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 1.314C12.438-3.248 23.534 4.735 8 15-7.534 4.736 3.562-3.248 8 1.314z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "HeartHalf",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 2.748v11.047c3.452-2.368 5.365-4.542 6.286-6.357.955-1.886.838-3.362.314-4.385C13.486.878 10.4.28 8.717 2.01L8 2.748zM8 15C-7.333 4.868 3.279-3.04 7.824 1.143c.06.055.119.112.176.171a3.12 3.12 0 0 1 .176-.17C12.72-3.042 23.333 4.867 8 15z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Heptagon",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.779.052a.5.5 0 0 1 .442 0l6.015 2.97a.5.5 0 0 1 .267.34l1.485 6.676a.5.5 0 0 1-.093.415l-4.162 5.354a.5.5 0 0 1-.395.193H4.662a.5.5 0 0 1-.395-.193L.105 10.453a.5.5 0 0 1-.093-.415l1.485-6.676a.5.5 0 0 1 .267-.34L7.779.053zM2.422 3.813l-1.383 6.212L4.907 15h6.186l3.868-4.975-1.383-6.212L8 1.058 2.422 3.813z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "HeptagonFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M7.779.052a.5.5 0 0 1 .442 0l6.015 2.97a.5.5 0 0 1 .267.34l1.485 6.676a.5.5 0 0 1-.093.415l-4.162 5.354a.5.5 0 0 1-.395.193H4.662a.5.5 0 0 1-.395-.193L.105 10.453a.5.5 0 0 1-.093-.415l1.485-6.676a.5.5 0 0 1 .267-.34L7.779.053z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "HeptagonHalf",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.779.052a.5.5 0 0 1 .442 0l6.015 2.97a.5.5 0 0 1 .267.34l1.485 6.676a.5.5 0 0 1-.093.415l-4.162 5.354a.5.5 0 0 1-.395.193H4.662a.5.5 0 0 1-.395-.193L.105 10.453a.5.5 0 0 1-.093-.415l1.485-6.676a.5.5 0 0 1 .267-.34L7.779.053zM8 15h3.093l3.868-4.975-1.383-6.212L8 1.058V15z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Hexagon",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 4.577v6.846L8 15l-6-3.577V4.577L8 1l6 3.577zM8.5.134a1 1 0 0 0-1 0l-6 3.577a1 1 0 0 0-.5.866v6.846a1 1 0 0 0 .5.866l6 3.577a1 1 0 0 0 1 0l6-3.577a1 1 0 0 0 .5-.866V4.577a1 1 0 0 0-.5-.866L8.5.134z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "HexagonFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8.5.134a1 1 0 0 0-1 0l-6 3.577a1 1 0 0 0-.5.866v6.846a1 1 0 0 0 .5.866l6 3.577a1 1 0 0 0 1 0l6-3.577a1 1 0 0 0 .5-.866V4.577a1 1 0 0 0-.5-.866L8.5.134z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "HexagonHalf",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 4.577v6.846L8 15V1l6 3.577zM8.5.134a1 1 0 0 0-1 0l-6 3.577a1 1 0 0 0-.5.866v6.846a1 1 0 0 0 .5.866l6 3.577a1 1 0 0 0 1 0l6-3.577a1 1 0 0 0 .5-.866V4.577a1 1 0 0 0-.5-.866L8.5.134z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Hourglass",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 1.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-1v1a4.5 4.5 0 0 1-2.557 4.06c-.29.139-.443.377-.443.59v.7c0 .213.154.451.443.59A4.5 4.5 0 0 1 12.5 13v1h1a.5.5 0 0 1 0 1h-11a.5.5 0 1 1 0-1h1v-1a4.5 4.5 0 0 1 2.557-4.06c.29-.139.443-.377.443-.59v-.7c0-.213-.154-.451-.443-.59A4.5 4.5 0 0 1 3.5 3V2h-1a.5.5 0 0 1-.5-.5zm2.5.5v1a3.5 3.5 0 0 0 1.989 3.158c.533.256 1.011.791 1.011 1.491v.702c0 .7-.478 1.235-1.011 1.491A3.5 3.5 0 0 0 4.5 13v1h7v-1a3.5 3.5 0 0 0-1.989-3.158C8.978 9.586 8.5 9.052 8.5 8.351v-.702c0-.7.478-1.235 1.011-1.491A3.5 3.5 0 0 0 11.5 3V2h-7z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "HourglassBottom",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 1.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-1v1a4.5 4.5 0 0 1-2.557 4.06c-.29.139-.443.377-.443.59v.7c0 .213.154.451.443.59A4.5 4.5 0 0 1 12.5 13v1h1a.5.5 0 0 1 0 1h-11a.5.5 0 1 1 0-1h1v-1a4.5 4.5 0 0 1 2.557-4.06c.29-.139.443-.377.443-.59v-.7c0-.213-.154-.451-.443-.59A4.5 4.5 0 0 1 3.5 3V2h-1a.5.5 0 0 1-.5-.5zm2.5.5v1a3.5 3.5 0 0 0 1.989 3.158c.533.256 1.011.791 1.011 1.491v.702s.18.149.5.149.5-.15.5-.15v-.7c0-.701.478-1.236 1.011-1.492A3.5 3.5 0 0 0 11.5 3V2h-7z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "HourglassSplit",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.5 15a.5.5 0 1 1 0-1h1v-1a4.5 4.5 0 0 1 2.557-4.06c.29-.139.443-.377.443-.59v-.7c0-.213-.154-.451-.443-.59A4.5 4.5 0 0 1 3.5 3V2h-1a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-1v1a4.5 4.5 0 0 1-2.557 4.06c-.29.139-.443.377-.443.59v.7c0 .213.154.451.443.59A4.5 4.5 0 0 1 12.5 13v1h1a.5.5 0 0 1 0 1h-11zm2-13v1c0 .537.12 1.045.337 1.5h6.326c.216-.455.337-.963.337-1.5V2h-7zm3 6.35c0 .701-.478 1.236-1.011 1.492A3.5 3.5 0 0 0 4.5 13s.866-1.299 3-1.48V8.35zm1 0v3.17c2.134.181 3 1.48 3 1.48a3.5 3.5 0 0 0-1.989-3.158C8.978 9.586 8.5 9.052 8.5 8.351z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "HourglassTop",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 14.5a.5.5 0 0 0 .5.5h11a.5.5 0 1 0 0-1h-1v-1a4.5 4.5 0 0 0-2.557-4.06c-.29-.139-.443-.377-.443-.59v-.7c0-.213.154-.451.443-.59A4.5 4.5 0 0 0 12.5 3V2h1a.5.5 0 0 0 0-1h-11a.5.5 0 0 0 0 1h1v1a4.5 4.5 0 0 0 2.557 4.06c.29.139.443.377.443.59v.7c0 .213-.154.451-.443.59A4.5 4.5 0 0 0 3.5 13v1h-1a.5.5 0 0 0-.5.5zm2.5-.5v-1a3.5 3.5 0 0 1 1.989-3.158c.533-.256 1.011-.79 1.011-1.491v-.702s.18.101.5.101.5-.1.5-.1v.7c0 .701.478 1.236 1.011 1.492A3.5 3.5 0 0 1 11.5 13v1h-7z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "House",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M2 13.5V7h1v6.5a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5V7h1v6.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 13.5zm11-11V6l-2-2V2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5z\"/><path fill-rule=\"evenodd\" d=\"M7.293 1.5a1 1 0 0 1 1.414 0l6.647 6.646a.5.5 0 0 1-.708.708L8 2.207 1.354 8.854a.5.5 0 1 1-.708-.708L7.293 1.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "HouseDoor",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4.5a.5.5 0 0 0 .5-.5v-4h2v4a.5.5 0 0 0 .5.5H14a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146zM2.5 14V7.707l5.5-5.5 5.5 5.5V14H10v-4a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5v4H2.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "HouseDoorFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "HouseFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"m8 3.293 6 6V13.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 13.5V9.293l6-6zm5-.793V6l-2-2V2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5z\"/><path fill-rule=\"evenodd\" d=\"M7.293 1.5a1 1 0 0 1 1.414 0l6.647 6.646a.5.5 0 0 1-.708.708L8 2.207 1.354 8.854a.5.5 0 1 1-.708-.708L7.293 1.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Hr",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 3H4a1 1 0 0 0-1 1v2.5H2V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2.5h-1V4a1 1 0 0 0-1-1zM2 9.5h1V12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V9.5h1V12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9.5zm-1.5-2a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1H.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Hurricane",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.999 2.6A5.5 5.5 0 0 1 15 7.5a.5.5 0 0 0 1 0 6.5 6.5 0 1 0-13 0 5 5 0 0 0 6.001 4.9A5.5 5.5 0 0 1 1 7.5a.5.5 0 0 0-1 0 6.5 6.5 0 1 0 13 0 5 5 0 0 0-6.001-4.9zM10 7.5a2 2 0 1 1-4 0 2 2 0 0 1 4 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Image",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.002 5.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z\"/><path d=\"M2.002 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2h-12zm12 1a1 1 0 0 1 1 1v6.5l-3.777-1.947a.5.5 0 0 0-.577.093l-3.71 3.71-2.66-1.772a.5.5 0 0 0-.63.062L1.002 12V3a1 1 0 0 1 1-1h12z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ImageAlt",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7 2.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0zm4.225 4.053a.5.5 0 0 0-.577.093l-3.71 4.71-2.66-2.772a.5.5 0 0 0-.63.062L.002 13v2a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-4.5l-4.777-3.947z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ImageFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M.002 3a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-12a2 2 0 0 1-2-2V3zm1 9v1a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V9.5l-3.777-1.947a.5.5 0 0 0-.577.093l-3.71 3.71-2.66-1.772a.5.5 0 0 0-.63.062L1.002 12zm5-6.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Images",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.502 9a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z\"/><path d=\"M14.002 13a2 2 0 0 1-2 2h-10a2 2 0 0 1-2-2V5A2 2 0 0 1 2 3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v8a2 2 0 0 1-1.998 2zM14 2H4a1 1 0 0 0-1 1h9.002a2 2 0 0 1 2 2v7A1 1 0 0 0 15 11V3a1 1 0 0 0-1-1zM2.002 4a1 1 0 0 0-1 1v8l2.646-2.354a.5.5 0 0 1 .63-.062l2.66 1.773 3.71-3.71a.5.5 0 0 1 .577-.094l1.777 1.947V5a1 1 0 0 0-1-1h-10z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Inbox",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.98 4a.5.5 0 0 0-.39.188L1.54 8H6a.5.5 0 0 1 .5.5 1.5 1.5 0 1 0 3 0A.5.5 0 0 1 10 8h4.46l-3.05-3.812A.5.5 0 0 0 11.02 4H4.98zm9.954 5H10.45a2.5 2.5 0 0 1-4.9 0H1.066l.32 2.562a.5.5 0 0 0 .497.438h12.234a.5.5 0 0 0 .496-.438L14.933 9zM3.809 3.563A1.5 1.5 0 0 1 4.981 3h6.038a1.5 1.5 0 0 1 1.172.563l3.7 4.625a.5.5 0 0 1 .105.374l-.39 3.124A1.5 1.5 0 0 1 14.117 13H1.883a1.5 1.5 0 0 1-1.489-1.314l-.39-3.124a.5.5 0 0 1 .106-.374l3.7-4.625z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "InboxFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.98 4a.5.5 0 0 0-.39.188L1.54 8H6a.5.5 0 0 1 .5.5 1.5 1.5 0 1 0 3 0A.5.5 0 0 1 10 8h4.46l-3.05-3.812A.5.5 0 0 0 11.02 4H4.98zm-1.17-.437A1.5 1.5 0 0 1 4.98 3h6.04a1.5 1.5 0 0 1 1.17.563l3.7 4.625a.5.5 0 0 1 .106.374l-.39 3.124A1.5 1.5 0 0 1 14.117 13H1.883a1.5 1.5 0 0 1-1.489-1.314l-.39-3.124a.5.5 0 0 1 .106-.374l3.7-4.625z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Inboxes",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.98 1a.5.5 0 0 0-.39.188L1.54 5H6a.5.5 0 0 1 .5.5 1.5 1.5 0 0 0 3 0A.5.5 0 0 1 10 5h4.46l-3.05-3.812A.5.5 0 0 0 11.02 1H4.98zm9.954 5H10.45a2.5 2.5 0 0 1-4.9 0H1.066l.32 2.562A.5.5 0 0 0 1.884 9h12.234a.5.5 0 0 0 .496-.438L14.933 6zM3.809.563A1.5 1.5 0 0 1 4.981 0h6.038a1.5 1.5 0 0 1 1.172.563l3.7 4.625a.5.5 0 0 1 .105.374l-.39 3.124A1.5 1.5 0 0 1 14.117 10H1.883A1.5 1.5 0 0 1 .394 8.686l-.39-3.124a.5.5 0 0 1 .106-.374L3.81.563zM.125 11.17A.5.5 0 0 1 .5 11H6a.5.5 0 0 1 .5.5 1.5 1.5 0 0 0 3 0 .5.5 0 0 1 .5-.5h5.5a.5.5 0 0 1 .496.562l-.39 3.124A1.5 1.5 0 0 1 14.117 16H1.883a1.5 1.5 0 0 1-1.489-1.314l-.39-3.124a.5.5 0 0 1 .121-.393zm.941.83.32 2.562a.5.5 0 0 0 .497.438h12.234a.5.5 0 0 0 .496-.438l.32-2.562H10.45a2.5 2.5 0 0 1-4.9 0H1.066z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "InboxesFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.98 1a.5.5 0 0 0-.39.188L1.54 5H6a.5.5 0 0 1 .5.5 1.5 1.5 0 0 0 3 0A.5.5 0 0 1 10 5h4.46l-3.05-3.812A.5.5 0 0 0 11.02 1H4.98zM3.81.563A1.5 1.5 0 0 1 4.98 0h6.04a1.5 1.5 0 0 1 1.17.563l3.7 4.625a.5.5 0 0 1 .106.374l-.39 3.124A1.5 1.5 0 0 1 14.117 10H1.883A1.5 1.5 0 0 1 .394 8.686l-.39-3.124a.5.5 0 0 1 .106-.374L3.81.563zM.125 11.17A.5.5 0 0 1 .5 11H6a.5.5 0 0 1 .5.5 1.5 1.5 0 0 0 3 0 .5.5 0 0 1 .5-.5h5.5a.5.5 0 0 1 .496.562l-.39 3.124A1.5 1.5 0 0 1 14.117 16H1.883a1.5 1.5 0 0 1-1.489-1.314l-.39-3.124a.5.5 0 0 1 .121-.393z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Info",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533L8.93 6.588zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "InfoCircle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533L8.93 6.588zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "InfoCircleFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zm.93-9.412-1 4.705c-.07.34.029.533.304.533.194 0 .487-.07.686-.246l-.088.416c-.287.346-.92.598-1.465.598-.703 0-1.002-.422-.808-1.319l.738-3.468c.064-.293.006-.399-.287-.47l-.451-.081.082-.381 2.29-.287zM8 5.5a1 1 0 1 1 0-2 1 1 0 0 1 0 2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "InfoLg",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m10.277 5.433-4.031.505-.145.67.794.145c.516.123.619.309.505.824L6.101 13.68c-.34 1.578.186 2.32 1.423 2.32.959 0 2.072-.443 2.577-1.052l.155-.732c-.35.31-.866.434-1.206.434-.485 0-.66-.34-.536-.939l1.763-8.278zm.122-3.673a1.76 1.76 0 1 1-3.52 0 1.76 1.76 0 0 1 3.52 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "InfoSquare",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z\"/><path d=\"m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533L8.93 6.588zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "InfoSquareFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm8.93 4.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533L8.93 6.588zM8 5.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "InputCursor",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10 5h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-4v1h4a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-4v1zM6 5V4H2a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h4v-1H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h4z\"/><path fill-rule=\"evenodd\" d=\"M8 1a.5.5 0 0 1 .5.5v13a.5.5 0 0 1-1 0v-13A.5.5 0 0 1 8 1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "InputCursorText",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M5 2a.5.5 0 0 1 .5-.5c.862 0 1.573.287 2.06.566.174.099.321.198.44.286.119-.088.266-.187.44-.286A4.165 4.165 0 0 1 10.5 1.5a.5.5 0 0 1 0 1c-.638 0-1.177.213-1.564.434a3.49 3.49 0 0 0-.436.294V7.5H9a.5.5 0 0 1 0 1h-.5v4.272c.1.08.248.187.436.294.387.221.926.434 1.564.434a.5.5 0 0 1 0 1 4.165 4.165 0 0 1-2.06-.566A4.561 4.561 0 0 1 8 13.65a4.561 4.561 0 0 1-.44.285 4.165 4.165 0 0 1-2.06.566.5.5 0 0 1 0-1c.638 0 1.177-.213 1.564-.434.188-.107.335-.214.436-.294V8.5H7a.5.5 0 0 1 0-1h.5V3.228a3.49 3.49 0 0 0-.436-.294A3.166 3.166 0 0 0 5.5 2.5.5.5 0 0 1 5 2z\"/><path d=\"M10 5h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-4v1h4a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-4v1zM6 5V4H2a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h4v-1H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Instagram",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.917 3.917 0 0 0-1.417.923A3.927 3.927 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.916 3.916 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926 3.926 0 0 0-.923-1.417A3.911 3.911 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0h.003zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.47 2.47 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478 2.478 0 0 1-.92-.598 2.48 2.48 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233 0-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045v.002zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92zm-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217zm0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Intersect",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-2H2a2 2 0 0 1-2-2V2zm5 10v2a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-2v5a2 2 0 0 1-2 2H5zm6-8V2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h2V6a2 2 0 0 1 2-2h5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Journal",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z\"/><path d=\"M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "JournalAlbum",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.5 4a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5h-5zm1 7a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3z\"/><path d=\"M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z\"/><path d=\"M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "JournalArrowDown",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 5a.5.5 0 0 1 .5.5v3.793l1.146-1.147a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 1 1 .708-.708L7.5 9.293V5.5A.5.5 0 0 1 8 5z\"/><path d=\"M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z\"/><path d=\"M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "JournalArrowUp",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 11a.5.5 0 0 0 .5-.5V6.707l1.146 1.147a.5.5 0 0 0 .708-.708l-2-2a.5.5 0 0 0-.708 0l-2 2a.5.5 0 1 0 .708.708L7.5 6.707V10.5a.5.5 0 0 0 .5.5z\"/><path d=\"M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z\"/><path d=\"M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "JournalBookmark",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M6 8V1h1v6.117L8.743 6.07a.5.5 0 0 1 .514 0L11 7.117V1h1v7a.5.5 0 0 1-.757.429L9 7.083 6.757 8.43A.5.5 0 0 1 6 8z\"/><path d=\"M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z\"/><path d=\"M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "JournalBookmarkFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M6 1h6v7a.5.5 0 0 1-.757.429L9 7.083 6.757 8.43A.5.5 0 0 1 6 8V1z\"/><path d=\"M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z\"/><path d=\"M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "JournalCheck",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M10.854 6.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 8.793l2.646-2.647a.5.5 0 0 1 .708 0z\"/><path d=\"M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z\"/><path d=\"M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "JournalCode",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8.646 5.646a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L10.293 8 8.646 6.354a.5.5 0 0 1 0-.708zm-1.292 0a.5.5 0 0 0-.708 0l-2 2a.5.5 0 0 0 0 .708l2 2a.5.5 0 0 0 .708-.708L5.707 8l1.647-1.646a.5.5 0 0 0 0-.708z\"/><path d=\"M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z\"/><path d=\"M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "JournalMedical",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 4a.5.5 0 0 1 .5.5v.634l.549-.317a.5.5 0 1 1 .5.866L9 6l.549.317a.5.5 0 1 1-.5.866L8.5 6.866V7.5a.5.5 0 0 1-1 0v-.634l-.549.317a.5.5 0 1 1-.5-.866L7 6l-.549-.317a.5.5 0 0 1 .5-.866l.549.317V4.5A.5.5 0 0 1 8 4zM5 9.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5z\"/><path d=\"M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z\"/><path d=\"M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "JournalMinus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M5.5 8a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z\"/><path d=\"M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z\"/><path d=\"M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "JournalPlus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 5.5a.5.5 0 0 1 .5.5v1.5H10a.5.5 0 0 1 0 1H8.5V10a.5.5 0 0 1-1 0V8.5H6a.5.5 0 0 1 0-1h1.5V6a.5.5 0 0 1 .5-.5z\"/><path d=\"M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z\"/><path d=\"M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "JournalRichtext",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.5 3.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0zm-.861 1.542 1.33.886 1.854-1.855a.25.25 0 0 1 .289-.047L11 4.75V7a.5.5 0 0 1-.5.5h-5A.5.5 0 0 1 5 7v-.5s1.54-1.274 1.639-1.208zM5 9.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z\"/><path d=\"M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z\"/><path d=\"M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "JournalText",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5 10.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5zm0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5z\"/><path d=\"M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z\"/><path d=\"M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "JournalX",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M6.146 6.146a.5.5 0 0 1 .708 0L8 7.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 8l1.147 1.146a.5.5 0 0 1-.708.708L8 8.707 6.854 9.854a.5.5 0 0 1-.708-.708L7.293 8 6.146 6.854a.5.5 0 0 1 0-.708z\"/><path d=\"M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z\"/><path d=\"M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Journals",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5 0h8a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2 2 2 0 0 1-2 2H3a2 2 0 0 1-2-2h1a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1H1a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v9a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1H3a2 2 0 0 1 2-2z\"/><path d=\"M1 6v-.5a.5.5 0 0 1 1 0V6h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V9h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 2.5v.5H.5a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1H2v-.5a.5.5 0 0 0-1 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Joystick",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10 2a2 2 0 0 1-1.5 1.937v5.087c.863.083 1.5.377 1.5.726 0 .414-.895.75-2 .75s-2-.336-2-.75c0-.35.637-.643 1.5-.726V3.937A2 2 0 1 1 10 2z\"/><path d=\"M0 9.665v1.717a1 1 0 0 0 .553.894l6.553 3.277a2 2 0 0 0 1.788 0l6.553-3.277a1 1 0 0 0 .553-.894V9.665c0-.1-.06-.19-.152-.23L9.5 6.715v.993l5.227 2.178a.125.125 0 0 1 .001.23l-5.94 2.546a2 2 0 0 1-1.576 0l-5.94-2.546a.125.125 0 0 1 .001-.23L6.5 7.708l-.013-.988L.152 9.435a.25.25 0 0 0-.152.23z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Justify",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M2 12.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "JustifyLeft",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M2 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "JustifyRight",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M6 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-4-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Kanban",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13.5 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1h-11a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h11zm-11-1a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h11a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2h-11z\"/><path d=\"M6.5 3a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V3zm-4 0a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V3zm8 0a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "KanbanFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.5 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h11a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2h-11zm5 2h1a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zm-5 1a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V3zm9-1h1a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Key",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 8a4 4 0 0 1 7.465-2H14a.5.5 0 0 1 .354.146l1.5 1.5a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0L13 9.207l-.646.647a.5.5 0 0 1-.708 0L11 9.207l-.646.647a.5.5 0 0 1-.708 0L9 9.207l-.646.647A.5.5 0 0 1 8 10h-.535A4 4 0 0 1 0 8zm4-3a3 3 0 1 0 2.712 4.285A.5.5 0 0 1 7.163 9h.63l.853-.854a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708 0l.646.647.793-.793-1-1h-6.63a.5.5 0 0 1-.451-.285A3 3 0 0 0 4 5z\"/><path d=\"M4 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "KeyFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 11.5a3.5 3.5 0 1 1 3.163-5H14L15.5 8 14 9.5l-1-1-1 1-1-1-1 1-1-1-1 1H6.663a3.5 3.5 0 0 1-3.163 2zM2.5 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Keyboard",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 5a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h12zM2 4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H2z\"/><path d=\"M13 10.25a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25v-.5zm0-2a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25v-.5zm-5 0A.25.25 0 0 1 8.25 8h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5A.25.25 0 0 1 8 8.75v-.5zm2 0a.25.25 0 0 1 .25-.25h1.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25v-.5zm1 2a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25v-.5zm-5-2A.25.25 0 0 1 6.25 8h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5A.25.25 0 0 1 6 8.75v-.5zm-2 0A.25.25 0 0 1 4.25 8h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5A.25.25 0 0 1 4 8.75v-.5zm-2 0A.25.25 0 0 1 2.25 8h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5A.25.25 0 0 1 2 8.75v-.5zm11-2a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25v-.5zm-2 0a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25v-.5zm-2 0A.25.25 0 0 1 9.25 6h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5A.25.25 0 0 1 9 6.75v-.5zm-2 0A.25.25 0 0 1 7.25 6h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5A.25.25 0 0 1 7 6.75v-.5zm-2 0A.25.25 0 0 1 5.25 6h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5A.25.25 0 0 1 5 6.75v-.5zm-3 0A.25.25 0 0 1 2.25 6h1.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-1.5A.25.25 0 0 1 2 6.75v-.5zm0 4a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25v-.5zm2 0a.25.25 0 0 1 .25-.25h5.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-5.5a.25.25 0 0 1-.25-.25v-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "KeyboardFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V6zm13 .25v.5c0 .138.112.25.25.25h.5a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25h-.5a.25.25 0 0 0-.25.25zM2.25 8a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h.5A.25.25 0 0 0 3 8.75v-.5A.25.25 0 0 0 2.75 8h-.5zM4 8.25v.5c0 .138.112.25.25.25h.5A.25.25 0 0 0 5 8.75v-.5A.25.25 0 0 0 4.75 8h-.5a.25.25 0 0 0-.25.25zM6.25 8a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h.5A.25.25 0 0 0 7 8.75v-.5A.25.25 0 0 0 6.75 8h-.5zM8 8.25v.5c0 .138.112.25.25.25h.5A.25.25 0 0 0 9 8.75v-.5A.25.25 0 0 0 8.75 8h-.5a.25.25 0 0 0-.25.25zM13.25 8a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h.5a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25h-.5zm0 2a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h.5a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25h-.5zm-3-2a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h1.5a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25h-1.5zm.75 2.25v.5c0 .138.112.25.25.25h.5a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25h-.5a.25.25 0 0 0-.25.25zM11.25 6a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h.5a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25h-.5zM9 6.25v.5c0 .138.112.25.25.25h.5a.25.25 0 0 0 .25-.25v-.5A.25.25 0 0 0 9.75 6h-.5a.25.25 0 0 0-.25.25zM7.25 6a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h.5A.25.25 0 0 0 8 6.75v-.5A.25.25 0 0 0 7.75 6h-.5zM5 6.25v.5c0 .138.112.25.25.25h.5A.25.25 0 0 0 6 6.75v-.5A.25.25 0 0 0 5.75 6h-.5a.25.25 0 0 0-.25.25zM2.25 6a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h1.5A.25.25 0 0 0 4 6.75v-.5A.25.25 0 0 0 3.75 6h-1.5zM2 10.25v.5c0 .138.112.25.25.25h.5a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25h-.5a.25.25 0 0 0-.25.25zM4.25 10a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h5.5a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25h-5.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Ladder",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.5 1a.5.5 0 0 1 .5.5V2h6v-.5a.5.5 0 0 1 1 0v14a.5.5 0 0 1-1 0V15H5v.5a.5.5 0 0 1-1 0v-14a.5.5 0 0 1 .5-.5zM5 14h6v-2H5v2zm0-3h6V9H5v2zm0-3h6V6H5v2zm0-3h6V3H5v2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Lamp",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13 3v4H3V3h10zM3 2a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3zm4.5-1 .276-.553a.25.25 0 0 1 .448 0L8.5 1h-1zm-.012 9h1.024c.337.646.677 1.33.95 1.949.176.396.318.75.413 1.042.048.146.081.266.102.36A1.347 1.347 0 0 1 10 13.5c0 .665-.717 1.5-2 1.5s-2-.835-2-1.5c0 0 0-.013.004-.039.003-.027.01-.063.02-.11.02-.094.053-.214.1-.36.096-.291.238-.646.413-1.042.274-.62.614-1.303.95-1.949zm1.627-1h-2.23C6.032 10.595 5 12.69 5 13.5 5 14.88 6.343 16 8 16s3-1.12 3-2.5c0-.81-1.032-2.905-1.885-4.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "LampFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3zm5.5-2 .276-.553a.25.25 0 0 1 .448 0L8.5 1h-1zm-.615 8h2.23C9.968 10.595 11 12.69 11 13.5c0 1.38-1.343 2.5-3 2.5s-3-1.12-3-2.5c0-.81 1.032-2.905 1.885-4.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Laptop",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13.5 3a.5.5 0 0 1 .5.5V11H2V3.5a.5.5 0 0 1 .5-.5h11zm-11-1A1.5 1.5 0 0 0 1 3.5V12h14V3.5A1.5 1.5 0 0 0 13.5 2h-11zM0 12.5h16a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 12.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "LaptopFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.5 2A1.5 1.5 0 0 0 1 3.5V12h14V3.5A1.5 1.5 0 0 0 13.5 2h-11zM0 12.5h16a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 12.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "LayerBackward",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.354 15.854a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708l1-1a.5.5 0 0 1 .708 0l.646.647V4H1a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H9v7.793l.646-.647a.5.5 0 0 1 .708 0l1 1a.5.5 0 0 1 0 .708l-3 3z\"/><path d=\"M1 9a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h4.5a.5.5 0 0 1 0 1H1v2h4.5a.5.5 0 0 1 0 1H1zm9.5 0a.5.5 0 0 1 0-1H15V6h-4.5a.5.5 0 0 1 0-1H15a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-4.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "LayerForward",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.354.146a.5.5 0 0 0-.708 0l-3 3a.5.5 0 0 0 0 .708l1 1a.5.5 0 0 0 .708 0L7 4.207V12H1a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1H9V4.207l.646.647a.5.5 0 0 0 .708 0l1-1a.5.5 0 0 0 0-.708l-3-3z\"/><path d=\"M1 7a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h4.5a.5.5 0 0 0 0-1H1V8h4.5a.5.5 0 0 0 0-1H1zm9.5 0a.5.5 0 0 0 0 1H15v2h-4.5a.5.5 0 0 0 0 1H15a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1h-4.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Layers",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.235 1.559a.5.5 0 0 0-.47 0l-7.5 4a.5.5 0 0 0 0 .882L3.188 8 .264 9.559a.5.5 0 0 0 0 .882l7.5 4a.5.5 0 0 0 .47 0l7.5-4a.5.5 0 0 0 0-.882L12.813 8l2.922-1.559a.5.5 0 0 0 0-.882l-7.5-4zm3.515 7.008L14.438 10 8 13.433 1.562 10 4.25 8.567l3.515 1.874a.5.5 0 0 0 .47 0l3.515-1.874zM8 9.433 1.562 6 8 2.567 14.438 6 8 9.433z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "LayersFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.765 1.559a.5.5 0 0 1 .47 0l7.5 4a.5.5 0 0 1 0 .882l-7.5 4a.5.5 0 0 1-.47 0l-7.5-4a.5.5 0 0 1 0-.882l7.5-4z\"/><path d=\"m2.125 8.567-1.86.992a.5.5 0 0 0 0 .882l7.5 4a.5.5 0 0 0 .47 0l7.5-4a.5.5 0 0 0 0-.882l-1.86-.992-5.17 2.756a1.5 1.5 0 0 1-1.41 0l-5.17-2.756z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "LayersHalf",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.235 1.559a.5.5 0 0 0-.47 0l-7.5 4a.5.5 0 0 0 0 .882L3.188 8 .264 9.559a.5.5 0 0 0 0 .882l7.5 4a.5.5 0 0 0 .47 0l7.5-4a.5.5 0 0 0 0-.882L12.813 8l2.922-1.559a.5.5 0 0 0 0-.882l-7.5-4zM8 9.433 1.562 6 8 2.567 14.438 6 8 9.433z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "LayoutSidebar",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 3a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3zm5-1v12h9a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H5zM4 2H2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h2V2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "LayoutSidebarInset",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 2a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h12zM2 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2H2z\"/><path d=\"M3 4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "LayoutSidebarInsetReverse",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2zm12-1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h12z\"/><path d=\"M13 4a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "LayoutSidebarReverse",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 3a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3zm-5-1v12H2a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h9zm1 0h2a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-2V2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "LayoutSplit",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 3a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3zm8.5-1v12H14a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H8.5zm-1 0H2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h5.5V2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "LayoutTextSidebar",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 3a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5zm0 3a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5zM3 9.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm.5 2.5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5z\"/><path d=\"M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm12-1v14h2a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1h-2zm-1 0H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h9V1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "LayoutTextSidebarReverse",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12.5 3a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1h5zm0 3a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1h5zm.5 3.5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 .5-.5zm-.5 2.5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1h5z\"/><path d=\"M16 2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2zM4 1v14H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h2zm1 0h9a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H5V1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "LayoutTextWindow",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 6.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0 3a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm.5 2.5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5z\"/><path d=\"M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm12 1a1 1 0 0 1 1 1v1H1V2a1 1 0 0 1 1-1h12zm1 3v10a1 1 0 0 1-1 1h-2V4h3zm-4 0v11H2a1 1 0 0 1-1-1V4h10z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "LayoutTextWindowReverse",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13 6.5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 .5-.5zm0 3a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 .5-.5zm-.5 2.5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1h5z\"/><path d=\"M14 0a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h12zM2 1a1 1 0 0 0-1 1v1h14V2a1 1 0 0 0-1-1H2zM1 4v10a1 1 0 0 0 1 1h2V4H1zm4 0v11h9a1 1 0 0 0 1-1V4H5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "LayoutThreeColumns",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 1.5A1.5 1.5 0 0 1 1.5 0h13A1.5 1.5 0 0 1 16 1.5v13a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 14.5v-13zM1.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5H5V1H1.5zM10 15V1H6v14h4zm1 0h3.5a.5.5 0 0 0 .5-.5v-13a.5.5 0 0 0-.5-.5H11v14z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "LayoutWtf",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5 1v8H1V1h4zM1 0a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1H1zm13 2v5H9V2h5zM9 1a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H9zM5 13v2H3v-2h2zm-2-1a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1H3zm12-1v2H9v-2h6zm-6-1a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1H9z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "LifePreserver",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zm6.43-5.228a7.025 7.025 0 0 1-3.658 3.658l-1.115-2.788a4.015 4.015 0 0 0 1.985-1.985l2.788 1.115zM5.228 14.43a7.025 7.025 0 0 1-3.658-3.658l2.788-1.115a4.015 4.015 0 0 0 1.985 1.985L5.228 14.43zm9.202-9.202-2.788 1.115a4.015 4.015 0 0 0-1.985-1.985l1.115-2.788a7.025 7.025 0 0 1 3.658 3.658zm-8.087-.87a4.015 4.015 0 0 0-1.985 1.985L1.57 5.228A7.025 7.025 0 0 1 5.228 1.57l1.115 2.788zM8 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Lightbulb",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 6a6 6 0 1 1 10.174 4.31c-.203.196-.359.4-.453.619l-.762 1.769A.5.5 0 0 1 10.5 13a.5.5 0 0 1 0 1 .5.5 0 0 1 0 1l-.224.447a1 1 0 0 1-.894.553H6.618a1 1 0 0 1-.894-.553L5.5 15a.5.5 0 0 1 0-1 .5.5 0 0 1 0-1 .5.5 0 0 1-.46-.302l-.761-1.77a1.964 1.964 0 0 0-.453-.618A5.984 5.984 0 0 1 2 6zm6-5a5 5 0 0 0-3.479 8.592c.263.254.514.564.676.941L5.83 12h4.342l.632-1.467c.162-.377.413-.687.676-.941A5 5 0 0 0 8 1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "LightbulbFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 6a6 6 0 1 1 10.174 4.31c-.203.196-.359.4-.453.619l-.762 1.769A.5.5 0 0 1 10.5 13h-5a.5.5 0 0 1-.46-.302l-.761-1.77a1.964 1.964 0 0 0-.453-.618A5.984 5.984 0 0 1 2 6zm3 8.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1l-.224.447a1 1 0 0 1-.894.553H6.618a1 1 0 0 1-.894-.553L5.5 15a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "LightbulbOff",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M2.23 4.35A6.004 6.004 0 0 0 2 6c0 1.691.7 3.22 1.826 4.31.203.196.359.4.453.619l.762 1.769A.5.5 0 0 0 5.5 13a.5.5 0 0 0 0 1 .5.5 0 0 0 0 1l.224.447a1 1 0 0 0 .894.553h2.764a1 1 0 0 0 .894-.553L10.5 15a.5.5 0 0 0 0-1 .5.5 0 0 0 0-1 .5.5 0 0 0 .288-.091L9.878 12H5.83l-.632-1.467a2.954 2.954 0 0 0-.676-.941 4.984 4.984 0 0 1-1.455-4.405l-.837-.836zm1.588-2.653.708.707a5 5 0 0 1 7.07 7.07l.707.707a6 6 0 0 0-8.484-8.484zm-2.172-.051a.5.5 0 0 1 .708 0l12 12a.5.5 0 0 1-.708.708l-12-12a.5.5 0 0 1 0-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "LightbulbOffFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 6c0-.572.08-1.125.23-1.65l8.558 8.559A.5.5 0 0 1 10.5 13h-5a.5.5 0 0 1-.46-.302l-.761-1.77a1.964 1.964 0 0 0-.453-.618A5.984 5.984 0 0 1 2 6zm10.303 4.181L3.818 1.697a6 6 0 0 1 8.484 8.484zM5 14.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1l-.224.447a1 1 0 0 1-.894.553H6.618a1 1 0 0 1-.894-.553L5.5 15a.5.5 0 0 1-.5-.5zM2.354 1.646a.5.5 0 1 0-.708.708l12 12a.5.5 0 0 0 .708-.708l-12-12z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Lightning",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.52.359A.5.5 0 0 1 6 0h4a.5.5 0 0 1 .474.658L8.694 6H12.5a.5.5 0 0 1 .395.807l-7 9a.5.5 0 0 1-.873-.454L6.823 9.5H3.5a.5.5 0 0 1-.48-.641l2.5-8.5zM6.374 1 4.168 8.5H7.5a.5.5 0 0 1 .478.647L6.78 13.04 11.478 7H8a.5.5 0 0 1-.474-.658L9.306 1H6.374z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "LightningCharge",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11.251.068a.5.5 0 0 1 .227.58L9.677 6.5H13a.5.5 0 0 1 .364.843l-8 8.5a.5.5 0 0 1-.842-.49L6.323 9.5H3a.5.5 0 0 1-.364-.843l8-8.5a.5.5 0 0 1 .615-.09zM4.157 8.5H7a.5.5 0 0 1 .478.647L6.11 13.59l5.732-6.09H9a.5.5 0 0 1-.478-.647L9.89 2.41 4.157 8.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "LightningChargeFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11.251.068a.5.5 0 0 1 .227.58L9.677 6.5H13a.5.5 0 0 1 .364.843l-8 8.5a.5.5 0 0 1-.842-.49L6.323 9.5H3a.5.5 0 0 1-.364-.843l8-8.5a.5.5 0 0 1 .615-.09z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "LightningFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.52.359A.5.5 0 0 1 6 0h4a.5.5 0 0 1 .474.658L8.694 6H12.5a.5.5 0 0 1 .395.807l-7 9a.5.5 0 0 1-.873-.454L6.823 9.5H3.5a.5.5 0 0 1-.48-.641l2.5-8.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Link",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.354 5.5H4a3 3 0 0 0 0 6h3a3 3 0 0 0 2.83-4H9c-.086 0-.17.01-.25.031A2 2 0 0 1 7 10.5H4a2 2 0 1 1 0-4h1.535c.218-.376.495-.714.82-1z\"/><path d=\"M9 5.5a3 3 0 0 0-2.83 4h1.098A2 2 0 0 1 9 6.5h3a2 2 0 1 1 0 4h-1.535a4.02 4.02 0 0 1-.82 1H12a3 3 0 1 0 0-6H9z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Link45deg",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.715 6.542 3.343 7.914a3 3 0 1 0 4.243 4.243l1.828-1.829A3 3 0 0 0 8.586 5.5L8 6.086a1.002 1.002 0 0 0-.154.199 2 2 0 0 1 .861 3.337L6.88 11.45a2 2 0 1 1-2.83-2.83l.793-.792a4.018 4.018 0 0 1-.128-1.287z\"/><path d=\"M6.586 4.672A3 3 0 0 0 7.414 9.5l.775-.776a2 2 0 0 1-.896-3.346L9.12 3.55a2 2 0 1 1 2.83 2.83l-.793.792c.112.42.155.855.128 1.287l1.372-1.372a3 3 0 1 0-4.243-4.243L6.586 4.672z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Linkedin",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "List",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ListCheck",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M5 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zM3.854 2.146a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 1 1 .708-.708L2 3.293l1.146-1.147a.5.5 0 0 1 .708 0zm0 4a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 1 1 .708-.708L2 7.293l1.146-1.147a.5.5 0 0 1 .708 0zm0 4a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 0 1 .708-.708l.146.147 1.146-1.147a.5.5 0 0 1 .708 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ListNested",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ListOl",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M5 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5z\"/><path d=\"M1.713 11.865v-.474H2c.217 0 .363-.137.363-.317 0-.185-.158-.31-.361-.31-.223 0-.367.152-.373.31h-.59c.016-.467.373-.787.986-.787.588-.002.954.291.957.703a.595.595 0 0 1-.492.594v.033a.615.615 0 0 1 .569.631c.003.533-.502.8-1.051.8-.656 0-1-.37-1.008-.794h.582c.008.178.186.306.422.309.254 0 .424-.145.422-.35-.002-.195-.155-.348-.414-.348h-.3zm-.004-4.699h-.604v-.035c0-.408.295-.844.958-.844.583 0 .96.326.96.756 0 .389-.257.617-.476.848l-.537.572v.03h1.054V9H1.143v-.395l.957-.99c.138-.142.293-.304.293-.508 0-.18-.147-.32-.342-.32a.33.33 0 0 0-.342.338v.041zM2.564 5h-.635V2.924h-.031l-.598.42v-.567l.629-.443h.635V5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ListStars",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M5 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5z\"/><path d=\"M2.242 2.194a.27.27 0 0 1 .516 0l.162.53c.035.115.14.194.258.194h.551c.259 0 .37.333.164.493l-.468.363a.277.277 0 0 0-.094.3l.173.569c.078.256-.213.462-.423.3l-.417-.324a.267.267 0 0 0-.328 0l-.417.323c-.21.163-.5-.043-.423-.299l.173-.57a.277.277 0 0 0-.094-.299l-.468-.363c-.206-.16-.095-.493.164-.493h.55a.271.271 0 0 0 .259-.194l.162-.53zm0 4a.27.27 0 0 1 .516 0l.162.53c.035.115.14.194.258.194h.551c.259 0 .37.333.164.493l-.468.363a.277.277 0 0 0-.094.3l.173.569c.078.255-.213.462-.423.3l-.417-.324a.267.267 0 0 0-.328 0l-.417.323c-.21.163-.5-.043-.423-.299l.173-.57a.277.277 0 0 0-.094-.299l-.468-.363c-.206-.16-.095-.493.164-.493h.55a.271.271 0 0 0 .259-.194l.162-.53zm0 4a.27.27 0 0 1 .516 0l.162.53c.035.115.14.194.258.194h.551c.259 0 .37.333.164.493l-.468.363a.277.277 0 0 0-.094.3l.173.569c.078.255-.213.462-.423.3l-.417-.324a.267.267 0 0 0-.328 0l-.417.323c-.21.163-.5-.043-.423-.299l.173-.57a.277.277 0 0 0-.094-.299l-.468-.363c-.206-.16-.095-.493.164-.493h.55a.271.271 0 0 0 .259-.194l.162-.53z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ListTask",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M2 2.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5H2zM3 3H2v1h1V3z\"/><path d=\"M5 3.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zM5.5 7a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9zm0 4a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9z\"/><path fill-rule=\"evenodd\" d=\"M1.5 7a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H2a.5.5 0 0 1-.5-.5V7zM2 7h1v1H2V7zm0 3.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5H2zm1 .5H2v1h1v-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ListUl",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M5 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm-3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm0 4a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm0 4a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Lock",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "LockFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Mailbox",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 4a3 3 0 0 0-3 3v6h6V7a3 3 0 0 0-3-3zm0-1h8a4 4 0 0 1 4 4v6a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V7a4 4 0 0 1 4-4zm2.646 1A3.99 3.99 0 0 1 8 7v6h7V7a3 3 0 0 0-3-3H6.646z\"/><path d=\"M11.793 8.5H9v-1h5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.354-.146l-.853-.854zM5 7c0 .552-.448 0-1 0s-1 .552-1 0a1 1 0 0 1 2 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Mailbox2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9 8.5h2.793l.853.854A.5.5 0 0 0 13 9.5h1a.5.5 0 0 0 .5-.5V8a.5.5 0 0 0-.5-.5H9v1z\"/><path d=\"M12 3H4a4 4 0 0 0-4 4v6a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V7a4 4 0 0 0-4-4zM8 7a3.99 3.99 0 0 0-1.354-3H12a3 3 0 0 1 3 3v6H8V7zm-3.415.157C4.42 7.087 4.218 7 4 7c-.218 0-.42.086-.585.157C3.164 7.264 3 7.334 3 7a1 1 0 0 1 2 0c0 .334-.164.264-.415.157z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Map",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M15.817.113A.5.5 0 0 1 16 .5v14a.5.5 0 0 1-.402.49l-5 1a.502.502 0 0 1-.196 0L5.5 15.01l-4.902.98A.5.5 0 0 1 0 15.5v-14a.5.5 0 0 1 .402-.49l5-1a.5.5 0 0 1 .196 0L10.5.99l4.902-.98a.5.5 0 0 1 .415.103zM10 1.91l-4-.8v12.98l4 .8V1.91zm1 12.98 4-.8V1.11l-4 .8v12.98zm-6-.8V1.11l-4 .8v12.98l4-.8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "MapFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M16 .5a.5.5 0 0 0-.598-.49L10.5.99 5.598.01a.5.5 0 0 0-.196 0l-5 1A.5.5 0 0 0 0 1.5v14a.5.5 0 0 0 .598.49l4.902-.98 4.902.98a.502.502 0 0 0 .196 0l5-1A.5.5 0 0 0 16 14.5V.5zM5 14.09V1.11l.5-.1.5.1v12.98l-.402-.08a.498.498 0 0 0-.196 0L5 14.09zm5 .8V1.91l.402.08a.5.5 0 0 0 .196 0L11 1.91v12.98l-.5.1-.5-.1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Markdown",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z\"/><path fill-rule=\"evenodd\" d=\"M9.146 8.146a.5.5 0 0 1 .708 0L11.5 9.793l1.646-1.647a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 0 1 0-.708z\"/><path fill-rule=\"evenodd\" d=\"M11.5 5a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0v-4a.5.5 0 0 1 .5-.5z\"/><path d=\"M3.56 11V7.01h.056l1.428 3.239h.774l1.42-3.24h.056V11h1.073V5.001h-1.2l-1.71 3.894h-.039l-1.71-3.894H2.5V11h1.06z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "MarkdownFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm11.5 1a.5.5 0 0 0-.5.5v3.793L9.854 8.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L12 9.293V5.5a.5.5 0 0 0-.5-.5zM3.56 7.01h.056l1.428 3.239h.774l1.42-3.24h.056V11h1.073V5.001h-1.2l-1.71 3.894h-.039l-1.71-3.894H2.5V11h1.06V7.01z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Mask",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.225 1.227A7.5 7.5 0 0 1 10.5 8a7.5 7.5 0 0 1-4.275 6.773 7 7 0 1 0 0-13.546zM4.187.966a8 8 0 1 1 7.627 14.069A8 8 0 0 1 4.186.964z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Mastodon",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Megaphone",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13 2.5a1.5 1.5 0 0 1 3 0v11a1.5 1.5 0 0 1-3 0v-.214c-2.162-1.241-4.49-1.843-6.912-2.083l.405 2.712A1 1 0 0 1 5.51 15.1h-.548a1 1 0 0 1-.916-.599l-1.85-3.49a68.14 68.14 0 0 0-.202-.003A2.014 2.014 0 0 1 0 9V7a2.02 2.02 0 0 1 1.992-2.013 74.663 74.663 0 0 0 2.483-.075c3.043-.154 6.148-.849 8.525-2.199V2.5zm1 0v11a.5.5 0 0 0 1 0v-11a.5.5 0 0 0-1 0zm-1 1.35c-2.344 1.205-5.209 1.842-8 2.033v4.233c.18.01.359.022.537.036 2.568.189 5.093.744 7.463 1.993V3.85zm-9 6.215v-4.13a95.09 95.09 0 0 1-1.992.052A1.02 1.02 0 0 0 1 7v2c0 .55.448 1.002 1.006 1.009A60.49 60.49 0 0 1 4 10.065zm-.657.975 1.609 3.037.01.024h.548l-.002-.014-.443-2.966a68.019 68.019 0 0 0-1.722-.082z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "MegaphoneFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13 2.5a1.5 1.5 0 0 1 3 0v11a1.5 1.5 0 0 1-3 0v-11zm-1 .724c-2.067.95-4.539 1.481-7 1.656v6.237a25.222 25.222 0 0 1 1.088.085c2.053.204 4.038.668 5.912 1.56V3.224zm-8 7.841V4.934c-.68.027-1.399.043-2.008.053A2.02 2.02 0 0 0 0 7v2c0 1.106.896 1.996 1.994 2.009a68.14 68.14 0 0 1 .496.008 64 64 0 0 1 1.51.048zm1.39 1.081c.285.021.569.047.85.078l.253 1.69a1 1 0 0 1-.983 1.187h-.548a1 1 0 0 1-.916-.599l-1.314-2.48a65.81 65.81 0 0 1 1.692.064c.327.017.65.037.966.06z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "MenuApp",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 1.5A1.5 1.5 0 0 1 1.5 0h2A1.5 1.5 0 0 1 5 1.5v2A1.5 1.5 0 0 1 3.5 5h-2A1.5 1.5 0 0 1 0 3.5v-2zM1.5 1a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5h-2zM0 8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V8zm1 3v2a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2H1zm14-1V8a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2h14zM2 8.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0 4a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "MenuAppFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 1.5A1.5 1.5 0 0 1 1.5 0h2A1.5 1.5 0 0 1 5 1.5v2A1.5 1.5 0 0 1 3.5 5h-2A1.5 1.5 0 0 1 0 3.5v-2zM0 8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V8zm1 3v2a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2H1zm14-1V8a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2h14zM2 8.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0 4a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "MenuButton",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 1.5A1.5 1.5 0 0 1 1.5 0h8A1.5 1.5 0 0 1 11 1.5v2A1.5 1.5 0 0 1 9.5 5h-8A1.5 1.5 0 0 1 0 3.5v-2zM1.5 1a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5h-8z\"/><path d=\"m7.823 2.823-.396-.396A.25.25 0 0 1 7.604 2h.792a.25.25 0 0 1 .177.427l-.396.396a.25.25 0 0 1-.354 0zM0 8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V8zm1 3v2a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2H1zm14-1V8a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2h14zM2 8.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0 4a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "MenuButtonFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1.5 0A1.5 1.5 0 0 0 0 1.5v2A1.5 1.5 0 0 0 1.5 5h8A1.5 1.5 0 0 0 11 3.5v-2A1.5 1.5 0 0 0 9.5 0h-8zm5.927 2.427A.25.25 0 0 1 7.604 2h.792a.25.25 0 0 1 .177.427l-.396.396a.25.25 0 0 1-.354 0l-.396-.396zM0 8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V8zm1 3v2a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2H1zm14-1V8a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2h14zM2 8.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0 4a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "MenuButtonWide",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 1.5A1.5 1.5 0 0 1 1.5 0h13A1.5 1.5 0 0 1 16 1.5v2A1.5 1.5 0 0 1 14.5 5h-13A1.5 1.5 0 0 1 0 3.5v-2zM1.5 1a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5h-13z\"/><path d=\"M2 2.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5zm10.823.323-.396-.396A.25.25 0 0 1 12.604 2h.792a.25.25 0 0 1 .177.427l-.396.396a.25.25 0 0 1-.354 0zM0 8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V8zm1 3v2a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2H1zm14-1V8a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2h14zM2 8.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0 4a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "MenuButtonWideFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1.5 0A1.5 1.5 0 0 0 0 1.5v2A1.5 1.5 0 0 0 1.5 5h13A1.5 1.5 0 0 0 16 3.5v-2A1.5 1.5 0 0 0 14.5 0h-13zm1 2h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1 0-1zm9.927.427A.25.25 0 0 1 12.604 2h.792a.25.25 0 0 1 .177.427l-.396.396a.25.25 0 0 1-.354 0l-.396-.396zM0 8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V8zm1 3v2a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2H1zm14-1V8a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2h14zM2 8.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0 4a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "MenuDown",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.646.146a.5.5 0 0 1 .708 0L10.207 2H14a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h3.793L7.646.146zM1 7v3h14V7H1zm14-1V4a1 1 0 0 0-1-1h-3.793a1 1 0 0 1-.707-.293L8 1.207l-1.5 1.5A1 1 0 0 1 5.793 3H2a1 1 0 0 0-1 1v2h14zm0 5H1v2a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2zM2 4.5a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 0 1h-8a.5.5 0 0 1-.5-.5zm0 4a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0 4a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "MenuUp",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.646 15.854a.5.5 0 0 0 .708 0L10.207 14H14a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h3.793l1.853 1.854zM1 9V6h14v3H1zm14 1v2a1 1 0 0 1-1 1h-3.793a1 1 0 0 0-.707.293l-1.5 1.5-1.5-1.5A1 1 0 0 0 5.793 13H2a1 1 0 0 1-1-1v-2h14zm0-5H1V3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v2zM2 11.5a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 0-1h-8a.5.5 0 0 0-.5.5zm0-4a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 0-1h-11a.5.5 0 0 0-.5.5zm0-4a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 0-1h-6a.5.5 0 0 0-.5.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Messenger",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 7.76C0 3.301 3.493 0 8 0s8 3.301 8 7.76-3.493 7.76-8 7.76c-.81 0-1.586-.107-2.316-.307a.639.639 0 0 0-.427.03l-1.588.702a.64.64 0 0 1-.898-.566l-.044-1.423a.639.639 0 0 0-.215-.456C.956 12.108 0 10.092 0 7.76zm5.546-1.459-2.35 3.728c-.225.358.214.761.551.506l2.525-1.916a.48.48 0 0 1 .578-.002l1.869 1.402a1.2 1.2 0 0 0 1.735-.32l2.35-3.728c.226-.358-.214-.761-.551-.506L9.728 7.381a.48.48 0 0 1-.578.002L7.281 5.98a1.2 1.2 0 0 0-1.735.32z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Mic",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 6.5A.5.5 0 0 1 4 7v1a4 4 0 0 0 8 0V7a.5.5 0 0 1 1 0v1a5 5 0 0 1-4.5 4.975V15h3a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1h3v-2.025A5 5 0 0 1 3 8V7a.5.5 0 0 1 .5-.5z\"/><path d=\"M10 8a2 2 0 1 1-4 0V3a2 2 0 1 1 4 0v5zM8 0a3 3 0 0 0-3 3v5a3 3 0 0 0 6 0V3a3 3 0 0 0-3-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "MicFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5 3a3 3 0 0 1 6 0v5a3 3 0 0 1-6 0V3z\"/><path d=\"M3.5 6.5A.5.5 0 0 1 4 7v1a4 4 0 0 0 8 0V7a.5.5 0 0 1 1 0v1a5 5 0 0 1-4.5 4.975V15h3a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1h3v-2.025A5 5 0 0 1 3 8V7a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "MicMute",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13 8c0 .564-.094 1.107-.266 1.613l-.814-.814A4.02 4.02 0 0 0 12 8V7a.5.5 0 0 1 1 0v1zm-5 4c.818 0 1.578-.245 2.212-.667l.718.719a4.973 4.973 0 0 1-2.43.923V15h3a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1h3v-2.025A5 5 0 0 1 3 8V7a.5.5 0 0 1 1 0v1a4 4 0 0 0 4 4zm3-9v4.879l-1-1V3a2 2 0 0 0-3.997-.118l-.845-.845A3.001 3.001 0 0 1 11 3z\"/><path d=\"m9.486 10.607-.748-.748A2 2 0 0 1 6 8v-.878l-1-1V8a3 3 0 0 0 4.486 2.607zm-7.84-9.253 12 12 .708-.708-12-12-.708.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "MicMuteFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13 8c0 .564-.094 1.107-.266 1.613l-.814-.814A4.02 4.02 0 0 0 12 8V7a.5.5 0 0 1 1 0v1zm-5 4c.818 0 1.578-.245 2.212-.667l.718.719a4.973 4.973 0 0 1-2.43.923V15h3a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1h3v-2.025A5 5 0 0 1 3 8V7a.5.5 0 0 1 1 0v1a4 4 0 0 0 4 4zm3-9v4.879L5.158 2.037A3.001 3.001 0 0 1 11 3z\"/><path d=\"M9.486 10.607 5 6.12V8a3 3 0 0 0 4.486 2.607zm-7.84-9.253 12 12 .708-.708-12-12-.708.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Minecart",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 15a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm0 1a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm8-1a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm0 1a2 2 0 1 0 0-4 2 2 0 0 0 0 4zM.115 3.18A.5.5 0 0 1 .5 3h15a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 14 12H2a.5.5 0 0 1-.491-.408l-1.5-8a.5.5 0 0 1 .106-.411zm.987.82 1.313 7h11.17l1.313-7H1.102z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "MinecartLoaded",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 15a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm0 1a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm8-1a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm0 1a2 2 0 1 0 0-4 2 2 0 0 0 0 4zM.115 3.18A.5.5 0 0 1 .5 3h15a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 14 12H2a.5.5 0 0 1-.491-.408l-1.5-8a.5.5 0 0 1 .106-.411zm.987.82 1.313 7h11.17l1.313-7H1.102z\"/><path fill-rule=\"evenodd\" d=\"M6 1a2.498 2.498 0 0 1 4 0c.818 0 1.545.394 2 1 .67 0 1.552.57 2 1h-2c-.314 0-.611-.15-.8-.4-.274-.365-.71-.6-1.2-.6-.314 0-.611-.15-.8-.4a1.497 1.497 0 0 0-2.4 0c-.189.25-.486.4-.8.4-.507 0-.955.251-1.228.638-.09.13-.194.25-.308.362H3c.13-.147.401-.432.562-.545a1.63 1.63 0 0 0 .393-.393A2.498 2.498 0 0 1 6 1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Moisture",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13.5 0a.5.5 0 0 0 0 1H15v2.75h-.5a.5.5 0 0 0 0 1h.5V7.5h-1.5a.5.5 0 0 0 0 1H15v2.75h-.5a.5.5 0 0 0 0 1h.5V15h-1.5a.5.5 0 0 0 0 1h2a.5.5 0 0 0 .5-.5V.5a.5.5 0 0 0-.5-.5h-2zM7 1.5l.364-.343a.5.5 0 0 0-.728 0l-.002.002-.006.007-.022.023-.08.088a28.458 28.458 0 0 0-1.274 1.517c-.769.983-1.714 2.325-2.385 3.727C2.368 7.564 2 8.682 2 9.733 2 12.614 4.212 15 7 15s5-2.386 5-5.267c0-1.05-.368-2.169-.867-3.212-.671-1.402-1.616-2.744-2.385-3.727a28.458 28.458 0 0 0-1.354-1.605l-.022-.023-.006-.007-.002-.001L7 1.5zm0 0-.364-.343L7 1.5zm-.016.766L7 2.247l.016.019c.24.274.572.667.944 1.144.611.781 1.32 1.776 1.901 2.827H4.14c.58-1.051 1.29-2.046 1.9-2.827.373-.477.706-.87.945-1.144zM3 9.733c0-.755.244-1.612.638-2.496h6.724c.395.884.638 1.741.638 2.496C11 12.117 9.182 14 7 14s-4-1.883-4-4.267z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Moon",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 .278a.768.768 0 0 1 .08.858 7.208 7.208 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277.527 0 1.04-.055 1.533-.16a.787.787 0 0 1 .81.316.733.733 0 0 1-.031.893A8.349 8.349 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71 0 4.266 2.114 1.312 5.124.06A.752.752 0 0 1 6 .278zM4.858 1.311A7.269 7.269 0 0 0 1.025 7.71c0 4.02 3.279 7.276 7.319 7.276a7.316 7.316 0 0 0 5.205-2.162c-.337.042-.68.063-1.029.063-4.61 0-8.343-3.714-8.343-8.29 0-1.167.242-2.278.681-3.286z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "MoonFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 .278a.768.768 0 0 1 .08.858 7.208 7.208 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277.527 0 1.04-.055 1.533-.16a.787.787 0 0 1 .81.316.733.733 0 0 1-.031.893A8.349 8.349 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71 0 4.266 2.114 1.312 5.124.06A.752.752 0 0 1 6 .278z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "MoonStars",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 .278a.768.768 0 0 1 .08.858 7.208 7.208 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277.527 0 1.04-.055 1.533-.16a.787.787 0 0 1 .81.316.733.733 0 0 1-.031.893A8.349 8.349 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71 0 4.266 2.114 1.312 5.124.06A.752.752 0 0 1 6 .278zM4.858 1.311A7.269 7.269 0 0 0 1.025 7.71c0 4.02 3.279 7.276 7.319 7.276a7.316 7.316 0 0 0 5.205-2.162c-.337.042-.68.063-1.029.063-4.61 0-8.343-3.714-8.343-8.29 0-1.167.242-2.278.681-3.286z\"/><path d=\"M10.794 3.148a.217.217 0 0 1 .412 0l.387 1.162c.173.518.579.924 1.097 1.097l1.162.387a.217.217 0 0 1 0 .412l-1.162.387a1.734 1.734 0 0 0-1.097 1.097l-.387 1.162a.217.217 0 0 1-.412 0l-.387-1.162A1.734 1.734 0 0 0 9.31 6.593l-1.162-.387a.217.217 0 0 1 0-.412l1.162-.387a1.734 1.734 0 0 0 1.097-1.097l.387-1.162zM13.863.099a.145.145 0 0 1 .274 0l.258.774c.115.346.386.617.732.732l.774.258a.145.145 0 0 1 0 .274l-.774.258a1.156 1.156 0 0 0-.732.732l-.258.774a.145.145 0 0 1-.274 0l-.258-.774a1.156 1.156 0 0 0-.732-.732l-.774-.258a.145.145 0 0 1 0-.274l.774-.258c.346-.115.617-.386.732-.732L13.863.1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "MoonStarsFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 .278a.768.768 0 0 1 .08.858 7.208 7.208 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277.527 0 1.04-.055 1.533-.16a.787.787 0 0 1 .81.316.733.733 0 0 1-.031.893A8.349 8.349 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71 0 4.266 2.114 1.312 5.124.06A.752.752 0 0 1 6 .278z\"/><path d=\"M10.794 3.148a.217.217 0 0 1 .412 0l.387 1.162c.173.518.579.924 1.097 1.097l1.162.387a.217.217 0 0 1 0 .412l-1.162.387a1.734 1.734 0 0 0-1.097 1.097l-.387 1.162a.217.217 0 0 1-.412 0l-.387-1.162A1.734 1.734 0 0 0 9.31 6.593l-1.162-.387a.217.217 0 0 1 0-.412l1.162-.387a1.734 1.734 0 0 0 1.097-1.097l.387-1.162zM13.863.099a.145.145 0 0 1 .274 0l.258.774c.115.346.386.617.732.732l.774.258a.145.145 0 0 1 0 .274l-.774.258a1.156 1.156 0 0 0-.732.732l-.258.774a.145.145 0 0 1-.274 0l-.258-.774a1.156 1.156 0 0 0-.732-.732l-.774-.258a.145.145 0 0 1 0-.274l.774-.258c.346-.115.617-.386.732-.732L13.863.1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Mouse",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 3a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 3zm4 8a4 4 0 0 1-8 0V5a4 4 0 1 1 8 0v6zM8 0a5 5 0 0 0-5 5v6a5 5 0 0 0 10 0V5a5 5 0 0 0-5-5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Mouse2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 5.188C3 2.341 5.22 0 8 0s5 2.342 5 5.188v5.625C13 13.658 10.78 16 8 16s-5-2.342-5-5.188V5.189zm4.5-4.155C5.541 1.289 4 3.035 4 5.188V5.5h3.5V1.033zm1 0V5.5H12v-.313c0-2.152-1.541-3.898-3.5-4.154zM12 6.5H4v4.313C4 13.145 5.81 15 8 15s4-1.855 4-4.188V6.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Mouse2Fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.5.026C4.958.286 3 2.515 3 5.188V5.5h4.5V.026zm1 0V5.5H13v-.312C13 2.515 11.042.286 8.5.026zM13 6.5H3v4.313C3 13.658 5.22 16 8 16s5-2.342 5-5.188V6.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Mouse3",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7 0c-.593 0-1.104.157-1.527.463-.418.302-.717.726-.93 1.208C4.123 2.619 4 3.879 4 5.187v.504L3.382 6A2.5 2.5 0 0 0 2 8.236v2.576C2 13.659 4.22 16 7 16h2c2.78 0 5-2.342 5-5.188V7.51a.71.71 0 0 0 0-.02V5.186c0-1.13-.272-2.044-.748-2.772-.474-.726-1.13-1.235-1.849-1.59C9.981.123 8.26 0 7 0zm2.5 6.099V1.232c.51.11 1.008.267 1.46.49.596.293 1.099.694 1.455 1.24.355.543.585 1.262.585 2.225v1.69l-3.5-.778zm-1-5.025v4.803L5 5.099c.006-1.242.134-2.293.457-3.024.162-.366.363-.63.602-.801C6.292 1.105 6.593 1 7 1c.468 0 .98.018 1.5.074zM5 6.124 13 7.9v2.912C13 13.145 11.19 15 9 15H7c-2.19 0-4-1.855-4-4.188V8.236a1.5 1.5 0 0 1 .83-1.342l.187-.093c.01.265.024.58.047.92.062.938.19 2.12.462 2.937a.5.5 0 1 0 .948-.316c-.227-.683-.35-1.75-.413-2.688a29.17 29.17 0 0 1-.06-1.528v-.002z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Mouse3Fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.5.069A15.328 15.328 0 0 0 7 0c-.593 0-1.104.157-1.527.463-.418.302-.717.726-.93 1.208-.386.873-.522 2.01-.54 3.206l4.497 1V.069zM3.71 5.836 3.381 6A2.5 2.5 0 0 0 2 8.236v2.576C2 13.659 4.22 16 7 16h2c2.78 0 5-2.342 5-5.188V8.123l-9-2v.003l.008.353c.007.3.023.715.053 1.175.063.937.186 2.005.413 2.688a.5.5 0 1 1-.948.316c-.273-.817-.4-2-.462-2.937A30.16 30.16 0 0 1 4 6.003c0-.034.003-.067.01-.1l-.3-.067zM14 7.1V5.187c0-1.13-.272-2.044-.748-2.772-.474-.726-1.13-1.235-1.849-1.59A7.495 7.495 0 0 0 9.5.212v5.887l4.5 1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "MouseFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 5a5 5 0 0 1 10 0v6a5 5 0 0 1-10 0V5zm5.5-1.5a.5.5 0 0 0-1 0v2a.5.5 0 0 0 1 0v-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "MusicNote",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9 13c0 1.105-1.12 2-2.5 2S4 14.105 4 13s1.12-2 2.5-2 2.5.895 2.5 2z\"/><path fill-rule=\"evenodd\" d=\"M9 3v10H8V3h1z\"/><path d=\"M8 2.82a1 1 0 0 1 .804-.98l3-.6A1 1 0 0 1 13 2.22V4L8 5V2.82z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "MusicNoteBeamed",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 13c0 1.105-1.12 2-2.5 2S1 14.105 1 13c0-1.104 1.12-2 2.5-2s2.5.896 2.5 2zm9-2c0 1.105-1.12 2-2.5 2s-2.5-.895-2.5-2 1.12-2 2.5-2 2.5.895 2.5 2z\"/><path fill-rule=\"evenodd\" d=\"M14 11V2h1v9h-1zM6 3v10H5V3h1z\"/><path d=\"M5 2.905a1 1 0 0 1 .9-.995l8-.8a1 1 0 0 1 1.1.995V3L5 4V2.905z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "MusicNoteList",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 13c0 1.105-1.12 2-2.5 2S7 14.105 7 13s1.12-2 2.5-2 2.5.895 2.5 2z\"/><path fill-rule=\"evenodd\" d=\"M12 3v10h-1V3h1z\"/><path d=\"M11 2.82a1 1 0 0 1 .804-.98l3-.6A1 1 0 0 1 16 2.22V4l-5 1V2.82z\"/><path fill-rule=\"evenodd\" d=\"M0 11.5a.5.5 0 0 1 .5-.5H4a.5.5 0 0 1 0 1H.5a.5.5 0 0 1-.5-.5zm0-4A.5.5 0 0 1 .5 7H8a.5.5 0 0 1 0 1H.5a.5.5 0 0 1-.5-.5zm0-4A.5.5 0 0 1 .5 3H8a.5.5 0 0 1 0 1H.5a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "MusicPlayer",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 3a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V3zm1 0v3h6V3H5zm3 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/><path d=\"M11 11a3 3 0 1 1-6 0 3 3 0 0 1 6 0zm-3 2a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/><path d=\"M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm2-1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "MusicPlayerFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 12a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/><path d=\"M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm1 2h6a1 1 0 0 1 1 1v2.5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zm3 12a3 3 0 1 1 0-6 3 3 0 0 1 0 6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Newspaper",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 2.5A1.5 1.5 0 0 1 1.5 1h11A1.5 1.5 0 0 1 14 2.5v10.528c0 .3-.05.654-.238.972h.738a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 1 1 0v9a1.5 1.5 0 0 1-1.5 1.5H1.497A1.497 1.497 0 0 1 0 13.5v-11zM12 14c.37 0 .654-.211.853-.441.092-.106.147-.279.147-.531V2.5a.5.5 0 0 0-.5-.5h-11a.5.5 0 0 0-.5.5v11c0 .278.223.5.497.5H12z\"/><path d=\"M2 3h10v2H2V3zm0 3h4v3H2V6zm0 4h4v1H2v-1zm0 2h4v1H2v-1zm5-6h2v1H7V6zm3 0h2v1h-2V6zM7 8h2v1H7V8zm3 0h2v1h-2V8zm-3 2h2v1H7v-1zm3 0h2v1h-2v-1zm-3 2h2v1H7v-1zm3 0h2v1h-2v-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "NodeMinus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M11 4a4 4 0 1 0 0 8 4 4 0 0 0 0-8zM6.025 7.5a5 5 0 1 1 0 1H4A1.5 1.5 0 0 1 2.5 10h-1A1.5 1.5 0 0 1 0 8.5v-1A1.5 1.5 0 0 1 1.5 6h1A1.5 1.5 0 0 1 4 7.5h2.025zM1.5 7a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zM8 8a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5A.5.5 0 0 1 8 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "NodeMinusFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M16 8a5 5 0 0 1-9.975.5H4A1.5 1.5 0 0 1 2.5 10h-1A1.5 1.5 0 0 1 0 8.5v-1A1.5 1.5 0 0 1 1.5 6h1A1.5 1.5 0 0 1 4 7.5h2.025A5 5 0 0 1 16 8zm-2 0a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h5A.5.5 0 0 0 14 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "NodePlus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M11 4a4 4 0 1 0 0 8 4 4 0 0 0 0-8zM6.025 7.5a5 5 0 1 1 0 1H4A1.5 1.5 0 0 1 2.5 10h-1A1.5 1.5 0 0 1 0 8.5v-1A1.5 1.5 0 0 1 1.5 6h1A1.5 1.5 0 0 1 4 7.5h2.025zM11 5a.5.5 0 0 1 .5.5v2h2a.5.5 0 0 1 0 1h-2v2a.5.5 0 0 1-1 0v-2h-2a.5.5 0 0 1 0-1h2v-2A.5.5 0 0 1 11 5zM1.5 7a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "NodePlusFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11 13a5 5 0 1 0-4.975-5.5H4A1.5 1.5 0 0 0 2.5 6h-1A1.5 1.5 0 0 0 0 7.5v1A1.5 1.5 0 0 0 1.5 10h1A1.5 1.5 0 0 0 4 8.5h2.025A5 5 0 0 0 11 13zm.5-7.5v2h2a.5.5 0 0 1 0 1h-2v2a.5.5 0 0 1-1 0v-2h-2a.5.5 0 0 1 0-1h2v-2a.5.5 0 0 1 1 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Nut",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m11.42 2 3.428 6-3.428 6H4.58L1.152 8 4.58 2h6.84zM4.58 1a1 1 0 0 0-.868.504l-3.428 6a1 1 0 0 0 0 .992l3.428 6A1 1 0 0 0 4.58 15h6.84a1 1 0 0 0 .868-.504l3.429-6a1 1 0 0 0 0-.992l-3.429-6A1 1 0 0 0 11.42 1H4.58z\"/><path d=\"M6.848 5.933a2.5 2.5 0 1 0 2.5 4.33 2.5 2.5 0 0 0-2.5-4.33zm-1.78 3.915a3.5 3.5 0 1 1 6.061-3.5 3.5 3.5 0 0 1-6.062 3.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "NutFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.58 1a1 1 0 0 0-.868.504l-3.428 6a1 1 0 0 0 0 .992l3.428 6A1 1 0 0 0 4.58 15h6.84a1 1 0 0 0 .868-.504l3.429-6a1 1 0 0 0 0-.992l-3.429-6A1 1 0 0 0 11.42 1H4.58zm5.018 9.696a3 3 0 1 1-3-5.196 3 3 0 0 1 3 5.196z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Octagon",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.54.146A.5.5 0 0 1 4.893 0h6.214a.5.5 0 0 1 .353.146l4.394 4.394a.5.5 0 0 1 .146.353v6.214a.5.5 0 0 1-.146.353l-4.394 4.394a.5.5 0 0 1-.353.146H4.893a.5.5 0 0 1-.353-.146L.146 11.46A.5.5 0 0 1 0 11.107V4.893a.5.5 0 0 1 .146-.353L4.54.146zM5.1 1 1 5.1v5.8L5.1 15h5.8l4.1-4.1V5.1L10.9 1H5.1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "OctagonFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11.107 0a.5.5 0 0 1 .353.146l4.394 4.394a.5.5 0 0 1 .146.353v6.214a.5.5 0 0 1-.146.353l-4.394 4.394a.5.5 0 0 1-.353.146H4.893a.5.5 0 0 1-.353-.146L.146 11.46A.5.5 0 0 1 0 11.107V4.893a.5.5 0 0 1 .146-.353L4.54.146A.5.5 0 0 1 4.893 0h6.214z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "OctagonHalf",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.54.146A.5.5 0 0 1 4.893 0h6.214a.5.5 0 0 1 .353.146l4.394 4.394a.5.5 0 0 1 .146.353v6.214a.5.5 0 0 1-.146.353l-4.394 4.394a.5.5 0 0 1-.353.146H4.893a.5.5 0 0 1-.353-.146L.146 11.46A.5.5 0 0 1 0 11.107V4.893a.5.5 0 0 1 .146-.353L4.54.146zM8 15h2.9l4.1-4.1V5.1L10.9 1H8v14z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Option",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1 2.5a.5.5 0 0 1 .5-.5h3.797a.5.5 0 0 1 .439.26L11 13h3.5a.5.5 0 0 1 0 1h-3.797a.5.5 0 0 1-.439-.26L5 3H1.5a.5.5 0 0 1-.5-.5zm10 0a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Outlet",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.34 2.994c.275-.338.68-.494 1.074-.494h7.172c.393 0 .798.156 1.074.494.578.708 1.84 2.534 1.84 5.006 0 2.472-1.262 4.297-1.84 5.006-.276.338-.68.494-1.074.494H4.414c-.394 0-.799-.156-1.074-.494C2.762 12.297 1.5 10.472 1.5 8c0-2.472 1.262-4.297 1.84-5.006zm1.074.506a.376.376 0 0 0-.299.126C3.599 4.259 2.5 5.863 2.5 8c0 2.137 1.099 3.74 1.615 4.374.06.073.163.126.3.126h7.17c.137 0 .24-.053.3-.126.516-.633 1.615-2.237 1.615-4.374 0-2.137-1.099-3.74-1.615-4.374a.376.376 0 0 0-.3-.126h-7.17z\"/><path d=\"M6 5.5a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5zm4 0a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5zM7 10v1h2v-1a1 1 0 0 0-2 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PaintBucket",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.192 2.78c-.458-.677-.927-1.248-1.35-1.643a2.972 2.972 0 0 0-.71-.515c-.217-.104-.56-.205-.882-.02-.367.213-.427.63-.43.896-.003.304.064.664.173 1.044.196.687.556 1.528 1.035 2.402L.752 8.22c-.277.277-.269.656-.218.918.055.283.187.593.36.903.348.627.92 1.361 1.626 2.068.707.707 1.441 1.278 2.068 1.626.31.173.62.305.903.36.262.05.64.059.918-.218l5.615-5.615c.118.257.092.512.05.939-.03.292-.068.665-.073 1.176v.123h.003a1 1 0 0 0 1.993 0H14v-.057a1.01 1.01 0 0 0-.004-.117c-.055-1.25-.7-2.738-1.86-3.494a4.322 4.322 0 0 0-.211-.434c-.349-.626-.92-1.36-1.627-2.067-.707-.707-1.441-1.279-2.068-1.627-.31-.172-.62-.304-.903-.36-.262-.05-.64-.058-.918.219l-.217.216zM4.16 1.867c.381.356.844.922 1.311 1.632l-.704.705c-.382-.727-.66-1.402-.813-1.938a3.283 3.283 0 0 1-.131-.673c.091.061.204.15.337.274zm.394 3.965c.54.852 1.107 1.567 1.607 2.033a.5.5 0 1 0 .682-.732c-.453-.422-1.017-1.136-1.564-2.027l1.088-1.088c.054.12.115.243.183.365.349.627.92 1.361 1.627 2.068.706.707 1.44 1.278 2.068 1.626.122.068.244.13.365.183l-4.861 4.862a.571.571 0 0 1-.068-.01c-.137-.027-.342-.104-.608-.252-.524-.292-1.186-.8-1.846-1.46-.66-.66-1.168-1.32-1.46-1.846-.147-.265-.225-.47-.251-.607a.573.573 0 0 1-.01-.068l3.048-3.047zm2.87-1.935a2.44 2.44 0 0 1-.241-.561c.135.033.324.11.562.241.524.292 1.186.8 1.846 1.46.45.45.83.901 1.118 1.31a3.497 3.497 0 0 0-1.066.091 11.27 11.27 0 0 1-.76-.694c-.66-.66-1.167-1.322-1.458-1.847z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Palette",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm4 3a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zM5.5 7a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm.5 6a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z\"/><path d=\"M16 8c0 3.15-1.866 2.585-3.567 2.07C11.42 9.763 10.465 9.473 10 10c-.603.683-.475 1.819-.351 2.92C9.826 14.495 9.996 16 8 16a8 8 0 1 1 8-8zm-8 7c.611 0 .654-.171.655-.176.078-.146.124-.464.07-1.119-.014-.168-.037-.37-.061-.591-.052-.464-.112-1.005-.118-1.462-.01-.707.083-1.61.704-2.314.369-.417.845-.578 1.272-.618.404-.038.812.026 1.16.104.343.077.702.186 1.025.284l.028.008c.346.105.658.199.953.266.653.148.904.083.991.024C14.717 9.38 15 9.161 15 8a7 7 0 1 0-7 7z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Palette2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 .5A.5.5 0 0 1 .5 0h5a.5.5 0 0 1 .5.5v5.277l4.147-4.131a.5.5 0 0 1 .707 0l3.535 3.536a.5.5 0 0 1 0 .708L10.261 10H15.5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5H3a2.99 2.99 0 0 1-2.121-.879A2.99 2.99 0 0 1 0 13.044m6-.21 7.328-7.3-2.829-2.828L6 7.188v5.647zM4.5 13a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0zM15 15v-4H9.258l-4.015 4H15zM0 .5v12.495V.5z\"/><path d=\"M0 12.995V13a3.07 3.07 0 0 0 0-.005z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PaletteFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12.433 10.07C14.133 10.585 16 11.15 16 8a8 8 0 1 0-8 8c1.996 0 1.826-1.504 1.649-3.08-.124-1.101-.252-2.237.351-2.92.465-.527 1.42-.237 2.433.07zM8 5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm4.5 3a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM5 6.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Paperclip",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.5 3a2.5 2.5 0 0 1 5 0v9a1.5 1.5 0 0 1-3 0V5a.5.5 0 0 1 1 0v7a.5.5 0 0 0 1 0V3a1.5 1.5 0 1 0-3 0v9a2.5 2.5 0 0 0 5 0V5a.5.5 0 0 1 1 0v7a3.5 3.5 0 1 1-7 0V3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Paragraph",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10.5 15a.5.5 0 0 1-.5-.5V2H9v12.5a.5.5 0 0 1-1 0V9H7a4 4 0 1 1 0-8h5.5a.5.5 0 0 1 0 1H11v12.5a.5.5 0 0 1-.5.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PatchCheck",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M10.354 6.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7 8.793l2.646-2.647a.5.5 0 0 1 .708 0z\"/><path d=\"m10.273 2.513-.921-.944.715-.698.622.637.89-.011a2.89 2.89 0 0 1 2.924 2.924l-.01.89.636.622a2.89 2.89 0 0 1 0 4.134l-.637.622.011.89a2.89 2.89 0 0 1-2.924 2.924l-.89-.01-.622.636a2.89 2.89 0 0 1-4.134 0l-.622-.637-.89.011a2.89 2.89 0 0 1-2.924-2.924l.01-.89-.636-.622a2.89 2.89 0 0 1 0-4.134l.637-.622-.011-.89a2.89 2.89 0 0 1 2.924-2.924l.89.01.622-.636a2.89 2.89 0 0 1 4.134 0l-.715.698a1.89 1.89 0 0 0-2.704 0l-.92.944-1.32-.016a1.89 1.89 0 0 0-1.911 1.912l.016 1.318-.944.921a1.89 1.89 0 0 0 0 2.704l.944.92-.016 1.32a1.89 1.89 0 0 0 1.912 1.911l1.318-.016.921.944a1.89 1.89 0 0 0 2.704 0l.92-.944 1.32.016a1.89 1.89 0 0 0 1.911-1.912l-.016-1.318.944-.921a1.89 1.89 0 0 0 0-2.704l-.944-.92.016-1.32a1.89 1.89 0 0 0-1.912-1.911l-1.318.016z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PatchCheckFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10.067.87a2.89 2.89 0 0 0-4.134 0l-.622.638-.89-.011a2.89 2.89 0 0 0-2.924 2.924l.01.89-.636.622a2.89 2.89 0 0 0 0 4.134l.637.622-.011.89a2.89 2.89 0 0 0 2.924 2.924l.89-.01.622.636a2.89 2.89 0 0 0 4.134 0l.622-.637.89.011a2.89 2.89 0 0 0 2.924-2.924l-.01-.89.636-.622a2.89 2.89 0 0 0 0-4.134l-.637-.622.011-.89a2.89 2.89 0 0 0-2.924-2.924l-.89.01-.622-.636zm.287 5.984-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7 8.793l2.646-2.647a.5.5 0 0 1 .708.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PatchExclamation",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.001 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.553.553 0 0 1-1.1 0L7.1 4.995z\"/><path d=\"m10.273 2.513-.921-.944.715-.698.622.637.89-.011a2.89 2.89 0 0 1 2.924 2.924l-.01.89.636.622a2.89 2.89 0 0 1 0 4.134l-.637.622.011.89a2.89 2.89 0 0 1-2.924 2.924l-.89-.01-.622.636a2.89 2.89 0 0 1-4.134 0l-.622-.637-.89.011a2.89 2.89 0 0 1-2.924-2.924l.01-.89-.636-.622a2.89 2.89 0 0 1 0-4.134l.637-.622-.011-.89a2.89 2.89 0 0 1 2.924-2.924l.89.01.622-.636a2.89 2.89 0 0 1 4.134 0l-.715.698a1.89 1.89 0 0 0-2.704 0l-.92.944-1.32-.016a1.89 1.89 0 0 0-1.911 1.912l.016 1.318-.944.921a1.89 1.89 0 0 0 0 2.704l.944.92-.016 1.32a1.89 1.89 0 0 0 1.912 1.911l1.318-.016.921.944a1.89 1.89 0 0 0 2.704 0l.92-.944 1.32.016a1.89 1.89 0 0 0 1.911-1.912l-.016-1.318.944-.921a1.89 1.89 0 0 0 0-2.704l-.944-.92.016-1.32a1.89 1.89 0 0 0-1.912-1.911l-1.318.016z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PatchExclamationFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10.067.87a2.89 2.89 0 0 0-4.134 0l-.622.638-.89-.011a2.89 2.89 0 0 0-2.924 2.924l.01.89-.636.622a2.89 2.89 0 0 0 0 4.134l.637.622-.011.89a2.89 2.89 0 0 0 2.924 2.924l.89-.01.622.636a2.89 2.89 0 0 0 4.134 0l.622-.637.89.011a2.89 2.89 0 0 0 2.924-2.924l-.01-.89.636-.622a2.89 2.89 0 0 0 0-4.134l-.637-.622.011-.89a2.89 2.89 0 0 0-2.924-2.924l-.89.01-.622-.636zM8 4c.535 0 .954.462.9.995l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 4.995A.905.905 0 0 1 8 4zm.002 6a1 1 0 1 1 0 2 1 1 0 0 1 0-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PatchMinus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M5.5 8a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z\"/><path d=\"m10.273 2.513-.921-.944.715-.698.622.637.89-.011a2.89 2.89 0 0 1 2.924 2.924l-.01.89.636.622a2.89 2.89 0 0 1 0 4.134l-.637.622.011.89a2.89 2.89 0 0 1-2.924 2.924l-.89-.01-.622.636a2.89 2.89 0 0 1-4.134 0l-.622-.637-.89.011a2.89 2.89 0 0 1-2.924-2.924l.01-.89-.636-.622a2.89 2.89 0 0 1 0-4.134l.637-.622-.011-.89a2.89 2.89 0 0 1 2.924-2.924l.89.01.622-.636a2.89 2.89 0 0 1 4.134 0l-.715.698a1.89 1.89 0 0 0-2.704 0l-.92.944-1.32-.016a1.89 1.89 0 0 0-1.911 1.912l.016 1.318-.944.921a1.89 1.89 0 0 0 0 2.704l.944.92-.016 1.32a1.89 1.89 0 0 0 1.912 1.911l1.318-.016.921.944a1.89 1.89 0 0 0 2.704 0l.92-.944 1.32.016a1.89 1.89 0 0 0 1.911-1.912l-.016-1.318.944-.921a1.89 1.89 0 0 0 0-2.704l-.944-.92.016-1.32a1.89 1.89 0 0 0-1.912-1.911l-1.318.016z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PatchMinusFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10.067.87a2.89 2.89 0 0 0-4.134 0l-.622.638-.89-.011a2.89 2.89 0 0 0-2.924 2.924l.01.89-.636.622a2.89 2.89 0 0 0 0 4.134l.637.622-.011.89a2.89 2.89 0 0 0 2.924 2.924l.89-.01.622.636a2.89 2.89 0 0 0 4.134 0l.622-.637.89.011a2.89 2.89 0 0 0 2.924-2.924l-.01-.89.636-.622a2.89 2.89 0 0 0 0-4.134l-.637-.622.011-.89a2.89 2.89 0 0 0-2.924-2.924l-.89.01-.622-.636zM6 7.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1 0-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PatchPlus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 5.5a.5.5 0 0 1 .5.5v1.5H10a.5.5 0 0 1 0 1H8.5V10a.5.5 0 0 1-1 0V8.5H6a.5.5 0 0 1 0-1h1.5V6a.5.5 0 0 1 .5-.5z\"/><path d=\"m10.273 2.513-.921-.944.715-.698.622.637.89-.011a2.89 2.89 0 0 1 2.924 2.924l-.01.89.636.622a2.89 2.89 0 0 1 0 4.134l-.637.622.011.89a2.89 2.89 0 0 1-2.924 2.924l-.89-.01-.622.636a2.89 2.89 0 0 1-4.134 0l-.622-.637-.89.011a2.89 2.89 0 0 1-2.924-2.924l.01-.89-.636-.622a2.89 2.89 0 0 1 0-4.134l.637-.622-.011-.89a2.89 2.89 0 0 1 2.924-2.924l.89.01.622-.636a2.89 2.89 0 0 1 4.134 0l-.715.698a1.89 1.89 0 0 0-2.704 0l-.92.944-1.32-.016a1.89 1.89 0 0 0-1.911 1.912l.016 1.318-.944.921a1.89 1.89 0 0 0 0 2.704l.944.92-.016 1.32a1.89 1.89 0 0 0 1.912 1.911l1.318-.016.921.944a1.89 1.89 0 0 0 2.704 0l.92-.944 1.32.016a1.89 1.89 0 0 0 1.911-1.912l-.016-1.318.944-.921a1.89 1.89 0 0 0 0-2.704l-.944-.92.016-1.32a1.89 1.89 0 0 0-1.912-1.911l-1.318.016z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PatchPlusFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10.067.87a2.89 2.89 0 0 0-4.134 0l-.622.638-.89-.011a2.89 2.89 0 0 0-2.924 2.924l.01.89-.636.622a2.89 2.89 0 0 0 0 4.134l.637.622-.011.89a2.89 2.89 0 0 0 2.924 2.924l.89-.01.622.636a2.89 2.89 0 0 0 4.134 0l.622-.637.89.011a2.89 2.89 0 0 0 2.924-2.924l-.01-.89.636-.622a2.89 2.89 0 0 0 0-4.134l-.637-.622.011-.89a2.89 2.89 0 0 0-2.924-2.924l-.89.01-.622-.636zM8.5 6v1.5H10a.5.5 0 0 1 0 1H8.5V10a.5.5 0 0 1-1 0V8.5H6a.5.5 0 0 1 0-1h1.5V6a.5.5 0 0 1 1 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PatchQuestion",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.05 9.6c.336 0 .504-.24.554-.627.04-.534.198-.815.847-1.26.673-.475 1.049-1.09 1.049-1.986 0-1.325-.92-2.227-2.262-2.227-1.02 0-1.792.492-2.1 1.29A1.71 1.71 0 0 0 6 5.48c0 .393.203.64.545.64.272 0 .455-.147.564-.51.158-.592.525-.915 1.074-.915.61 0 1.03.446 1.03 1.084 0 .563-.208.885-.822 1.325-.619.433-.926.914-.926 1.64v.111c0 .428.208.745.585.745z\"/><path d=\"m10.273 2.513-.921-.944.715-.698.622.637.89-.011a2.89 2.89 0 0 1 2.924 2.924l-.01.89.636.622a2.89 2.89 0 0 1 0 4.134l-.637.622.011.89a2.89 2.89 0 0 1-2.924 2.924l-.89-.01-.622.636a2.89 2.89 0 0 1-4.134 0l-.622-.637-.89.011a2.89 2.89 0 0 1-2.924-2.924l.01-.89-.636-.622a2.89 2.89 0 0 1 0-4.134l.637-.622-.011-.89a2.89 2.89 0 0 1 2.924-2.924l.89.01.622-.636a2.89 2.89 0 0 1 4.134 0l-.715.698a1.89 1.89 0 0 0-2.704 0l-.92.944-1.32-.016a1.89 1.89 0 0 0-1.911 1.912l.016 1.318-.944.921a1.89 1.89 0 0 0 0 2.704l.944.92-.016 1.32a1.89 1.89 0 0 0 1.912 1.911l1.318-.016.921.944a1.89 1.89 0 0 0 2.704 0l.92-.944 1.32.016a1.89 1.89 0 0 0 1.911-1.912l-.016-1.318.944-.921a1.89 1.89 0 0 0 0-2.704l-.944-.92.016-1.32a1.89 1.89 0 0 0-1.912-1.911l-1.318.016z\"/><path d=\"M7.001 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PatchQuestionFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.933.87a2.89 2.89 0 0 1 4.134 0l.622.638.89-.011a2.89 2.89 0 0 1 2.924 2.924l-.01.89.636.622a2.89 2.89 0 0 1 0 4.134l-.637.622.011.89a2.89 2.89 0 0 1-2.924 2.924l-.89-.01-.622.636a2.89 2.89 0 0 1-4.134 0l-.622-.637-.89.011a2.89 2.89 0 0 1-2.924-2.924l.01-.89-.636-.622a2.89 2.89 0 0 1 0-4.134l.637-.622-.011-.89a2.89 2.89 0 0 1 2.924-2.924l.89.01.622-.636zM7.002 11a1 1 0 1 0 2 0 1 1 0 0 0-2 0zm1.602-2.027c.04-.534.198-.815.846-1.26.674-.475 1.05-1.09 1.05-1.986 0-1.325-.92-2.227-2.262-2.227-1.02 0-1.792.492-2.1 1.29A1.71 1.71 0 0 0 6 5.48c0 .393.203.64.545.64.272 0 .455-.147.564-.51.158-.592.525-.915 1.074-.915.61 0 1.03.446 1.03 1.084 0 .563-.208.885-.822 1.325-.619.433-.926.914-.926 1.64v.111c0 .428.208.745.585.745.336 0 .504-.24.554-.627z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Pause",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 3.5a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-1 0V4a.5.5 0 0 1 .5-.5zm4 0a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-1 0V4a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PauseBtn",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.25 5C5.56 5 5 5.56 5 6.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C7.5 5.56 6.94 5 6.25 5zm3.5 0c-.69 0-1.25.56-1.25 1.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C11 5.56 10.44 5 9.75 5z\"/><path d=\"M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PauseBtnFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 12V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm6.25-7C5.56 5 5 5.56 5 6.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C7.5 5.56 6.94 5 6.25 5zm3.5 0c-.69 0-1.25.56-1.25 1.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C11 5.56 10.44 5 9.75 5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PauseCircle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M5 6.25a1.25 1.25 0 1 1 2.5 0v3.5a1.25 1.25 0 1 1-2.5 0v-3.5zm3.5 0a1.25 1.25 0 1 1 2.5 0v3.5a1.25 1.25 0 1 1-2.5 0v-3.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PauseCircleFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.25 5C5.56 5 5 5.56 5 6.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C7.5 5.56 6.94 5 6.25 5zm3.5 0c-.69 0-1.25.56-1.25 1.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C11 5.56 10.44 5 9.75 5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PauseFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.5 3.5A1.5 1.5 0 0 1 7 5v6a1.5 1.5 0 0 1-3 0V5a1.5 1.5 0 0 1 1.5-1.5zm5 0A1.5 1.5 0 0 1 12 5v6a1.5 1.5 0 0 1-3 0V5a1.5 1.5 0 0 1 1.5-1.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Peace",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.5 1.018a7 7 0 0 0-4.79 11.566L7.5 7.793V1.018zm1 0v6.775l4.79 4.79A7 7 0 0 0 8.5 1.018zm4.084 12.273L8.5 9.207v5.775a6.97 6.97 0 0 0 4.084-1.691zM7.5 14.982V9.207l-4.084 4.084A6.97 6.97 0 0 0 7.5 14.982zM0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PeaceFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 13.292A8 8 0 0 0 8.5.015v7.778l5.5 5.5zm-.708.708L8.5 9.206v6.778a7.967 7.967 0 0 0 4.792-1.986zM7.5 15.985V9.207L2.708 14A7.967 7.967 0 0 0 7.5 15.985zM2 13.292A8 8 0 0 1 7.5.015v7.778l-5.5 5.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Pen",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m13.498.795.149-.149a1.207 1.207 0 1 1 1.707 1.708l-.149.148a1.5 1.5 0 0 1-.059 2.059L4.854 14.854a.5.5 0 0 1-.233.131l-4 1a.5.5 0 0 1-.606-.606l1-4a.5.5 0 0 1 .131-.232l9.642-9.642a.5.5 0 0 0-.642.056L6.854 4.854a.5.5 0 1 1-.708-.708L9.44.854A1.5 1.5 0 0 1 11.5.796a1.5 1.5 0 0 1 1.998-.001zm-.644.766a.5.5 0 0 0-.707 0L1.95 11.756l-.764 3.057 3.057-.764L14.44 3.854a.5.5 0 0 0 0-.708l-1.585-1.585z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PenFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m13.498.795.149-.149a1.207 1.207 0 1 1 1.707 1.708l-.149.148a1.5 1.5 0 0 1-.059 2.059L4.854 14.854a.5.5 0 0 1-.233.131l-4 1a.5.5 0 0 1-.606-.606l1-4a.5.5 0 0 1 .131-.232l9.642-9.642a.5.5 0 0 0-.642.056L6.854 4.854a.5.5 0 1 1-.708-.708L9.44.854A1.5 1.5 0 0 1 11.5.796a1.5 1.5 0 0 1 1.998-.001z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Pencil",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12.146.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1 0 .708l-10 10a.5.5 0 0 1-.168.11l-5 2a.5.5 0 0 1-.65-.65l2-5a.5.5 0 0 1 .11-.168l10-10zM11.207 2.5 13.5 4.793 14.793 3.5 12.5 1.207 11.207 2.5zm1.586 3L10.5 3.207 4 9.707V10h.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.5h.293l6.5-6.5zm-9.761 5.175-.106.106-1.528 3.821 3.821-1.528.106-.106A.5.5 0 0 1 5 12.5V12h-.5a.5.5 0 0 1-.5-.5V11h-.5a.5.5 0 0 1-.468-.325z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PencilFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12.854.146a.5.5 0 0 0-.707 0L10.5 1.793 14.207 5.5l1.647-1.646a.5.5 0 0 0 0-.708l-3-3zm.646 6.061L9.793 2.5 3.293 9H3.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.207l6.5-6.5zm-7.468 7.468A.5.5 0 0 1 6 13.5V13h-.5a.5.5 0 0 1-.5-.5V12h-.5a.5.5 0 0 1-.5-.5V11h-.5a.5.5 0 0 1-.5-.5V10h-.5a.499.499 0 0 1-.175-.032l-.179.178a.5.5 0 0 0-.11.168l-2 5a.5.5 0 0 0 .65.65l5-2a.5.5 0 0 0 .168-.11l.178-.178z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PencilSquare",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M15.502 1.94a.5.5 0 0 1 0 .706L14.459 3.69l-2-2L13.502.646a.5.5 0 0 1 .707 0l1.293 1.293zm-1.75 2.456-2-2L4.939 9.21a.5.5 0 0 0-.121.196l-.805 2.414a.25.25 0 0 0 .316.316l2.414-.805a.5.5 0 0 0 .196-.12l6.813-6.814z\"/><path fill-rule=\"evenodd\" d=\"M1 13.5A1.5 1.5 0 0 0 2.5 15h11a1.5 1.5 0 0 0 1.5-1.5v-6a.5.5 0 0 0-1 0v6a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-11a.5.5 0 0 1 .5-.5H9a.5.5 0 0 0 0-1H2.5A1.5 1.5 0 0 0 1 2.5v11z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Pentagon",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m8 1.288 6.842 5.56L12.267 15H3.733L1.158 6.847 8 1.288zM16 6.5 8 0 0 6.5 3 16h10l3-9.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PentagonFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m8 0 8 6.5-3 9.5H3L0 6.5 8 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PentagonHalf",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m8 1.288 6.842 5.56L12.267 15H8V1.288zM16 6.5 8 0 0 6.5 3 16h10l3-9.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "People",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M15 14s1 0 1-1-1-4-5-4-5 3-5 4 1 1 1 1h8zm-7.978-1A.261.261 0 0 1 7 12.996c.001-.264.167-1.03.76-1.72C8.312 10.629 9.282 10 11 10c1.717 0 2.687.63 3.24 1.276.593.69.758 1.457.76 1.72l-.008.002a.274.274 0 0 1-.014.002H7.022zM11 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm3-2a3 3 0 1 1-6 0 3 3 0 0 1 6 0zM6.936 9.28a5.88 5.88 0 0 0-1.23-.247A7.35 7.35 0 0 0 5 9c-4 0-5 3-5 4 0 .667.333 1 1 1h4.216A2.238 2.238 0 0 1 5 13c0-1.01.377-2.042 1.09-2.904.243-.294.526-.569.846-.816zM4.92 10A5.493 5.493 0 0 0 4 13H1c0-.26.164-1.03.76-1.724.545-.636 1.492-1.256 3.16-1.275zM1.5 5.5a3 3 0 1 1 6 0 3 3 0 0 1-6 0zm3-2a2 2 0 1 0 0 4 2 2 0 0 0 0-4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PeopleFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1H7zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z\"/><path fill-rule=\"evenodd\" d=\"M5.216 14A2.238 2.238 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.325 6.325 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1h4.216z\"/><path d=\"M4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Percent",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13.442 2.558a.625.625 0 0 1 0 .884l-10 10a.625.625 0 1 1-.884-.884l10-10a.625.625 0 0 1 .884 0zM4.5 6a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 1a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5zm7 6a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 1a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Person",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PersonBadge",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z\"/><path d=\"M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PersonBadgeFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm4.5 0a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM8 11a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm5 2.755C12.146 12.825 10.623 12 8 12s-4.146.826-5 1.755V14a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-.245z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PersonBoundingBox",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1.5 1a.5.5 0 0 0-.5.5v3a.5.5 0 0 1-1 0v-3A1.5 1.5 0 0 1 1.5 0h3a.5.5 0 0 1 0 1h-3zM11 .5a.5.5 0 0 1 .5-.5h3A1.5 1.5 0 0 1 16 1.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 1-.5-.5zM.5 11a.5.5 0 0 1 .5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 1 0 1h-3A1.5 1.5 0 0 1 0 14.5v-3a.5.5 0 0 1 .5-.5zm15 0a.5.5 0 0 1 .5.5v3a1.5 1.5 0 0 1-1.5 1.5h-3a.5.5 0 0 1 0-1h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 1 .5-.5z\"/><path d=\"M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3zm8-9a3 3 0 1 1-6 0 3 3 0 0 1 6 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PersonCheck",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm4 8c0 1-1 1-1 1H1s-1 0-1-1 1-4 6-4 6 3 6 4zm-1-.004c-.001-.246-.154-.986-.832-1.664C9.516 10.68 8.289 10 6 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10z\"/><path fill-rule=\"evenodd\" d=\"M15.854 5.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 0 1 .708-.708L12.5 7.793l2.646-2.647a.5.5 0 0 1 .708 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PersonCheckFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M15.854 5.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 0 1 .708-.708L12.5 7.793l2.646-2.647a.5.5 0 0 1 .708 0z\"/><path d=\"M1 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H1zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PersonCircle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0z\"/><path fill-rule=\"evenodd\" d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm8-7a7 7 0 0 0-5.468 11.37C3.242 11.226 4.805 10 8 10s4.757 1.225 5.468 2.37A7 7 0 0 0 8 1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PersonDash",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm4 8c0 1-1 1-1 1H1s-1 0-1-1 1-4 6-4 6 3 6 4zm-1-.004c-.001-.246-.154-.986-.832-1.664C9.516 10.68 8.289 10 6 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10z\"/><path fill-rule=\"evenodd\" d=\"M11 7.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PersonDashFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M11 7.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5z\"/><path d=\"M1 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H1zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PersonFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PersonLinesFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-5 6s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H1zM11 3.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5zm.5 2.5a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1h-4zm2 3a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1h-2zm0 3a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1h-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PersonPlus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm4 8c0 1-1 1-1 1H1s-1 0-1-1 1-4 6-4 6 3 6 4zm-1-.004c-.001-.246-.154-.986-.832-1.664C9.516 10.68 8.289 10 6 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10z\"/><path fill-rule=\"evenodd\" d=\"M13.5 5a.5.5 0 0 1 .5.5V7h1.5a.5.5 0 0 1 0 1H14v1.5a.5.5 0 0 1-1 0V8h-1.5a.5.5 0 0 1 0-1H13V5.5a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PersonPlusFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H1zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z\"/><path fill-rule=\"evenodd\" d=\"M13.5 5a.5.5 0 0 1 .5.5V7h1.5a.5.5 0 0 1 0 1H14v1.5a.5.5 0 0 1-1 0V8h-1.5a.5.5 0 0 1 0-1H13V5.5a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PersonSquare",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0z\"/><path d=\"M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm12 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1v-1c0-1-1-4-6-4s-6 3-6 4v1a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PersonX",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm4 8c0 1-1 1-1 1H1s-1 0-1-1 1-4 6-4 6 3 6 4zm-1-.004c-.001-.246-.154-.986-.832-1.664C9.516 10.68 8.289 10 6 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10z\"/><path fill-rule=\"evenodd\" d=\"M12.146 5.146a.5.5 0 0 1 .708 0L14 6.293l1.146-1.147a.5.5 0 0 1 .708.708L14.707 7l1.147 1.146a.5.5 0 0 1-.708.708L14 7.707l-1.146 1.147a.5.5 0 0 1-.708-.708L13.293 7l-1.147-1.146a.5.5 0 0 1 0-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PersonXFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H1zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm6.146-2.854a.5.5 0 0 1 .708 0L14 6.293l1.146-1.147a.5.5 0 0 1 .708.708L14.707 7l1.147 1.146a.5.5 0 0 1-.708.708L14 7.707l-1.146 1.147a.5.5 0 0 1-.708-.708L13.293 7l-1.147-1.146a.5.5 0 0 1 0-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Phone",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h6zM5 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H5z\"/><path d=\"M8 14a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PhoneFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V2zm6 11a1 1 0 1 0-2 0 1 1 0 0 0 2 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PhoneLandscape",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1 4.5a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-6zm-1 6a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-6a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v6z\"/><path d=\"M14 7.5a1 1 0 1 0-2 0 1 1 0 0 0 2 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PhoneLandscapeFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 12.5a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H2zm11-6a1 1 0 1 0 0 2 1 1 0 0 0 0-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PhoneVibrate",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4zM6 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H6z\"/><path d=\"M8 12a1 1 0 1 0 0-2 1 1 0 0 0 0 2zM1.599 4.058a.5.5 0 0 1 .208.676A6.967 6.967 0 0 0 1 8c0 1.18.292 2.292.807 3.266a.5.5 0 0 1-.884.468A7.968 7.968 0 0 1 0 8c0-1.347.334-2.619.923-3.734a.5.5 0 0 1 .676-.208zm12.802 0a.5.5 0 0 1 .676.208A7.967 7.967 0 0 1 16 8a7.967 7.967 0 0 1-.923 3.734.5.5 0 0 1-.884-.468A6.967 6.967 0 0 0 15 8c0-1.18-.292-2.292-.807-3.266a.5.5 0 0 1 .208-.676zM3.057 5.534a.5.5 0 0 1 .284.648A4.986 4.986 0 0 0 3 8c0 .642.12 1.255.34 1.818a.5.5 0 1 1-.93.364A5.986 5.986 0 0 1 2 8c0-.769.145-1.505.41-2.182a.5.5 0 0 1 .647-.284zm9.886 0a.5.5 0 0 1 .648.284C13.855 6.495 14 7.231 14 8c0 .769-.145 1.505-.41 2.182a.5.5 0 0 1-.93-.364C12.88 9.255 13 8.642 13 8c0-.642-.12-1.255-.34-1.818a.5.5 0 0 1 .283-.648z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PhoneVibrateFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4zm5 7a1 1 0 1 0-2 0 1 1 0 0 0 2 0zM1.807 4.734a.5.5 0 1 0-.884-.468A7.967 7.967 0 0 0 0 8c0 1.347.334 2.618.923 3.734a.5.5 0 1 0 .884-.468A6.967 6.967 0 0 1 1 8c0-1.18.292-2.292.807-3.266zm13.27-.468a.5.5 0 0 0-.884.468C14.708 5.708 15 6.819 15 8c0 1.18-.292 2.292-.807 3.266a.5.5 0 0 0 .884.468A7.967 7.967 0 0 0 16 8a7.967 7.967 0 0 0-.923-3.734zM3.34 6.182a.5.5 0 1 0-.93-.364A5.986 5.986 0 0 0 2 8c0 .769.145 1.505.41 2.182a.5.5 0 1 0 .93-.364A4.986 4.986 0 0 1 3 8c0-.642.12-1.255.34-1.818zm10.25-.364a.5.5 0 0 0-.93.364c.22.563.34 1.176.34 1.818 0 .642-.12 1.255-.34 1.818a.5.5 0 0 0 .93.364C13.856 9.505 14 8.769 14 8c0-.769-.145-1.505-.41-2.182z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PieChart",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.5 1.018a7 7 0 0 0-4.79 11.566L7.5 7.793V1.018zm1 0V7.5h6.482A7.001 7.001 0 0 0 8.5 1.018zM14.982 8.5H8.207l-4.79 4.79A7 7 0 0 0 14.982 8.5zM0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PieChartFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M15.985 8.5H8.207l-5.5 5.5a8 8 0 0 0 13.277-5.5zM2 13.292A8 8 0 0 1 7.5.015v7.778l-5.5 5.5zM8.5.015V7.5h7.485A8.001 8.001 0 0 0 8.5.015z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PiggyBank",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5 6.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0zm1.138-1.496A6.613 6.613 0 0 1 7.964 4.5c.666 0 1.303.097 1.893.273a.5.5 0 0 0 .286-.958A7.602 7.602 0 0 0 7.964 3.5c-.734 0-1.441.103-2.102.292a.5.5 0 1 0 .276.962z\"/><path fill-rule=\"evenodd\" d=\"M7.964 1.527c-2.977 0-5.571 1.704-6.32 4.125h-.55A1 1 0 0 0 .11 6.824l.254 1.46a1.5 1.5 0 0 0 1.478 1.243h.263c.3.513.688.978 1.145 1.382l-.729 2.477a.5.5 0 0 0 .48.641h2a.5.5 0 0 0 .471-.332l.482-1.351c.635.173 1.31.267 2.011.267.707 0 1.388-.095 2.028-.272l.543 1.372a.5.5 0 0 0 .465.316h2a.5.5 0 0 0 .478-.645l-.761-2.506C13.81 9.895 14.5 8.559 14.5 7.069c0-.145-.007-.29-.02-.431.261-.11.508-.266.705-.444.315.306.815.306.815-.417 0 .223-.5.223-.461-.026a.95.95 0 0 0 .09-.255.7.7 0 0 0-.202-.645.58.58 0 0 0-.707-.098.735.735 0 0 0-.375.562c-.024.243.082.48.32.654a2.112 2.112 0 0 1-.259.153c-.534-2.664-3.284-4.595-6.442-4.595zM2.516 6.26c.455-2.066 2.667-3.733 5.448-3.733 3.146 0 5.536 2.114 5.536 4.542 0 1.254-.624 2.41-1.67 3.248a.5.5 0 0 0-.165.535l.66 2.175h-.985l-.59-1.487a.5.5 0 0 0-.629-.288c-.661.23-1.39.359-2.157.359a6.558 6.558 0 0 1-2.157-.359.5.5 0 0 0-.635.304l-.525 1.471h-.979l.633-2.15a.5.5 0 0 0-.17-.534 4.649 4.649 0 0 1-1.284-1.541.5.5 0 0 0-.446-.275h-.56a.5.5 0 0 1-.492-.414l-.254-1.46h.933a.5.5 0 0 0 .488-.393zm12.621-.857a.565.565 0 0 1-.098.21.704.704 0 0 1-.044-.025c-.146-.09-.157-.175-.152-.223a.236.236 0 0 1 .117-.173c.049-.027.08-.021.113.012a.202.202 0 0 1 .064.199z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PiggyBankFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M7.964 1.527c-2.977 0-5.571 1.704-6.32 4.125h-.55A1 1 0 0 0 .11 6.824l.254 1.46a1.5 1.5 0 0 0 1.478 1.243h.263c.3.513.688.978 1.145 1.382l-.729 2.477a.5.5 0 0 0 .48.641h2a.5.5 0 0 0 .471-.332l.482-1.351c.635.173 1.31.267 2.011.267.707 0 1.388-.095 2.028-.272l.543 1.372a.5.5 0 0 0 .465.316h2a.5.5 0 0 0 .478-.645l-.761-2.506C13.81 9.895 14.5 8.559 14.5 7.069c0-.145-.007-.29-.02-.431.261-.11.508-.266.705-.444.315.306.815.306.815-.417 0 .223-.5.223-.461-.026a.95.95 0 0 0 .09-.255.7.7 0 0 0-.202-.645.58.58 0 0 0-.707-.098.735.735 0 0 0-.375.562c-.024.243.082.48.32.654a2.112 2.112 0 0 1-.259.153c-.534-2.664-3.284-4.595-6.442-4.595zm7.173 3.876a.565.565 0 0 1-.098.21.704.704 0 0 1-.044-.025c-.146-.09-.157-.175-.152-.223a.236.236 0 0 1 .117-.173c.049-.027.08-.021.113.012a.202.202 0 0 1 .064.199zm-8.999-.65A6.613 6.613 0 0 1 7.964 4.5c.666 0 1.303.097 1.893.273a.5.5 0 1 0 .286-.958A7.601 7.601 0 0 0 7.964 3.5c-.734 0-1.441.103-2.102.292a.5.5 0 1 0 .276.962zM5 6.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Pin",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.146.146A.5.5 0 0 1 4.5 0h7a.5.5 0 0 1 .5.5c0 .68-.342 1.174-.646 1.479-.126.125-.25.224-.354.298v4.431l.078.048c.203.127.476.314.751.555C12.36 7.775 13 8.527 13 9.5a.5.5 0 0 1-.5.5h-4v4.5c0 .276-.224 1.5-.5 1.5s-.5-1.224-.5-1.5V10h-4a.5.5 0 0 1-.5-.5c0-.973.64-1.725 1.17-2.189A5.921 5.921 0 0 1 5 6.708V2.277a2.77 2.77 0 0 1-.354-.298C4.342 1.674 4 1.179 4 .5a.5.5 0 0 1 .146-.354zm1.58 1.408-.002-.001.002.001zm-.002-.001.002.001A.5.5 0 0 1 6 2v5a.5.5 0 0 1-.276.447h-.002l-.012.007-.054.03a4.922 4.922 0 0 0-.827.58c-.318.278-.585.596-.725.936h7.792c-.14-.34-.407-.658-.725-.936a4.915 4.915 0 0 0-.881-.61l-.012-.006h-.002A.5.5 0 0 1 10 7V2a.5.5 0 0 1 .295-.458 1.775 1.775 0 0 0 .351-.271c.08-.08.155-.17.214-.271H5.14c.06.1.133.191.214.271a1.78 1.78 0 0 0 .37.282z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PinAngle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.828.722a.5.5 0 0 1 .354.146l4.95 4.95a.5.5 0 0 1 0 .707c-.48.48-1.072.588-1.503.588-.177 0-.335-.018-.46-.039l-3.134 3.134a5.927 5.927 0 0 1 .16 1.013c.046.702-.032 1.687-.72 2.375a.5.5 0 0 1-.707 0l-2.829-2.828-3.182 3.182c-.195.195-1.219.902-1.414.707-.195-.195.512-1.22.707-1.414l3.182-3.182-2.828-2.829a.5.5 0 0 1 0-.707c.688-.688 1.673-.767 2.375-.72a5.922 5.922 0 0 1 1.013.16l3.134-3.133a2.772 2.772 0 0 1-.04-.461c0-.43.108-1.022.589-1.503a.5.5 0 0 1 .353-.146zm.122 2.112v-.002.002zm0-.002v.002a.5.5 0 0 1-.122.51L6.293 6.878a.5.5 0 0 1-.511.12H5.78l-.014-.004a4.507 4.507 0 0 0-.288-.076 4.922 4.922 0 0 0-.765-.116c-.422-.028-.836.008-1.175.15l5.51 5.509c.141-.34.177-.753.149-1.175a4.924 4.924 0 0 0-.192-1.054l-.004-.013v-.001a.5.5 0 0 1 .12-.512l3.536-3.535a.5.5 0 0 1 .532-.115l.096.022c.087.017.208.034.344.034.114 0 .23-.011.343-.04L9.927 2.028c-.029.113-.04.23-.04.343a1.779 1.779 0 0 0 .062.46z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PinAngleFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.828.722a.5.5 0 0 1 .354.146l4.95 4.95a.5.5 0 0 1 0 .707c-.48.48-1.072.588-1.503.588-.177 0-.335-.018-.46-.039l-3.134 3.134a5.927 5.927 0 0 1 .16 1.013c.046.702-.032 1.687-.72 2.375a.5.5 0 0 1-.707 0l-2.829-2.828-3.182 3.182c-.195.195-1.219.902-1.414.707-.195-.195.512-1.22.707-1.414l3.182-3.182-2.828-2.829a.5.5 0 0 1 0-.707c.688-.688 1.673-.767 2.375-.72a5.922 5.922 0 0 1 1.013.16l3.134-3.133a2.772 2.772 0 0 1-.04-.461c0-.43.108-1.022.589-1.503a.5.5 0 0 1 .353-.146z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PinFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.146.146A.5.5 0 0 1 4.5 0h7a.5.5 0 0 1 .5.5c0 .68-.342 1.174-.646 1.479-.126.125-.25.224-.354.298v4.431l.078.048c.203.127.476.314.751.555C12.36 7.775 13 8.527 13 9.5a.5.5 0 0 1-.5.5h-4v4.5c0 .276-.224 1.5-.5 1.5s-.5-1.224-.5-1.5V10h-4a.5.5 0 0 1-.5-.5c0-.973.64-1.725 1.17-2.189A5.921 5.921 0 0 1 5 6.708V2.277a2.77 2.77 0 0 1-.354-.298C4.342 1.674 4 1.179 4 .5a.5.5 0 0 1 .146-.354z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PinMap",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M3.1 11.2a.5.5 0 0 1 .4-.2H6a.5.5 0 0 1 0 1H3.75L1.5 15h13l-2.25-3H10a.5.5 0 0 1 0-1h2.5a.5.5 0 0 1 .4.2l3 4a.5.5 0 0 1-.4.8H.5a.5.5 0 0 1-.4-.8l3-4z\"/><path fill-rule=\"evenodd\" d=\"M8 1a3 3 0 1 0 0 6 3 3 0 0 0 0-6zM4 4a4 4 0 1 1 4.5 3.969V13.5a.5.5 0 0 1-1 0V7.97A4 4 0 0 1 4 3.999z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PinMapFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M3.1 11.2a.5.5 0 0 1 .4-.2H6a.5.5 0 0 1 0 1H3.75L1.5 15h13l-2.25-3H10a.5.5 0 0 1 0-1h2.5a.5.5 0 0 1 .4.2l3 4a.5.5 0 0 1-.4.8H.5a.5.5 0 0 1-.4-.8l3-4z\"/><path fill-rule=\"evenodd\" d=\"M4 4a4 4 0 1 1 4.5 3.969V13.5a.5.5 0 0 1-1 0V7.97A4 4 0 0 1 4 3.999z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Pip",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 3.5A1.5 1.5 0 0 1 1.5 2h13A1.5 1.5 0 0 1 16 3.5v9a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 12.5v-9zM1.5 3a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5h-13z\"/><path d=\"M8 8.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PipFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1.5 2A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2h-13zm7 6h5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-3a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Play",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10.804 8 5 4.633v6.734L10.804 8zm.792-.696a.802.802 0 0 1 0 1.392l-6.363 3.692C4.713 12.69 4 12.345 4 11.692V4.308c0-.653.713-.998 1.233-.696l6.363 3.692z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PlayBtn",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.79 5.093A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407l3.5-2.5a.5.5 0 0 0 0-.814l-3.5-2.5z\"/><path d=\"M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PlayBtnFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 12V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm6.79-6.907A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407l3.5-2.5a.5.5 0 0 0 0-.814l-3.5-2.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PlayCircle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M6.271 5.055a.5.5 0 0 1 .52.038l3.5 2.5a.5.5 0 0 1 0 .814l-3.5 2.5A.5.5 0 0 1 6 10.5v-5a.5.5 0 0 1 .271-.445z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PlayCircleFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.79 5.093A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407l3.5-2.5a.5.5 0 0 0 0-.814l-3.5-2.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PlayFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m11.596 8.697-6.363 3.692c-.54.313-1.233-.066-1.233-.697V4.308c0-.63.692-1.01 1.233-.696l6.363 3.692a.802.802 0 0 1 0 1.393z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Plug",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 0a.5.5 0 0 1 .5.5V3h3V.5a.5.5 0 0 1 1 0V3h1a.5.5 0 0 1 .5.5v3A3.5 3.5 0 0 1 8.5 10c-.002.434-.01.845-.04 1.22-.041.514-.126 1.003-.317 1.424a2.083 2.083 0 0 1-.97 1.028C6.725 13.9 6.169 14 5.5 14c-.998 0-1.61.33-1.974.718A1.922 1.922 0 0 0 3 16H2c0-.616.232-1.367.797-1.968C3.374 13.42 4.261 13 5.5 13c.581 0 .962-.088 1.218-.219.241-.123.4-.3.514-.55.121-.266.193-.621.23-1.09.027-.34.035-.718.037-1.141A3.5 3.5 0 0 1 4 6.5v-3a.5.5 0 0 1 .5-.5h1V.5A.5.5 0 0 1 6 0zM5 4v2.5A2.5 2.5 0 0 0 7.5 9h1A2.5 2.5 0 0 0 11 6.5V4H5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PlugFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 0a.5.5 0 0 1 .5.5V3h3V.5a.5.5 0 0 1 1 0V3h1a.5.5 0 0 1 .5.5v3A3.5 3.5 0 0 1 8.5 10c-.002.434-.01.845-.04 1.22-.041.514-.126 1.003-.317 1.424a2.083 2.083 0 0 1-.97 1.028C6.725 13.9 6.169 14 5.5 14c-.998 0-1.61.33-1.974.718A1.922 1.922 0 0 0 3 16H2c0-.616.232-1.367.797-1.968C3.374 13.42 4.261 13 5.5 13c.581 0 .962-.088 1.218-.219.241-.123.4-.3.514-.55.121-.266.193-.621.23-1.09.027-.34.035-.718.037-1.141A3.5 3.5 0 0 1 4 6.5v-3a.5.5 0 0 1 .5-.5h1V.5A.5.5 0 0 1 6 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Plus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PlusCircle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PlusCircleDotted",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 0c-.176 0-.35.006-.523.017l.064.998a7.117 7.117 0 0 1 .918 0l.064-.998A8.113 8.113 0 0 0 8 0zM6.44.152c-.346.069-.684.16-1.012.27l.321.948c.287-.098.582-.177.884-.237L6.44.153zm4.132.271a7.946 7.946 0 0 0-1.011-.27l-.194.98c.302.06.597.14.884.237l.321-.947zm1.873.925a8 8 0 0 0-.906-.524l-.443.896c.275.136.54.29.793.459l.556-.831zM4.46.824c-.314.155-.616.33-.905.524l.556.83a7.07 7.07 0 0 1 .793-.458L4.46.824zM2.725 1.985c-.262.23-.51.478-.74.74l.752.66c.202-.23.418-.446.648-.648l-.66-.752zm11.29.74a8.058 8.058 0 0 0-.74-.74l-.66.752c.23.202.447.418.648.648l.752-.66zm1.161 1.735a7.98 7.98 0 0 0-.524-.905l-.83.556c.169.253.322.518.458.793l.896-.443zM1.348 3.555c-.194.289-.37.591-.524.906l.896.443c.136-.275.29-.54.459-.793l-.831-.556zM.423 5.428a7.945 7.945 0 0 0-.27 1.011l.98.194c.06-.302.14-.597.237-.884l-.947-.321zM15.848 6.44a7.943 7.943 0 0 0-.27-1.012l-.948.321c.098.287.177.582.237.884l.98-.194zM.017 7.477a8.113 8.113 0 0 0 0 1.046l.998-.064a7.117 7.117 0 0 1 0-.918l-.998-.064zM16 8a8.1 8.1 0 0 0-.017-.523l-.998.064a7.11 7.11 0 0 1 0 .918l.998.064A8.1 8.1 0 0 0 16 8zM.152 9.56c.069.346.16.684.27 1.012l.948-.321a6.944 6.944 0 0 1-.237-.884l-.98.194zm15.425 1.012c.112-.328.202-.666.27-1.011l-.98-.194c-.06.302-.14.597-.237.884l.947.321zM.824 11.54a8 8 0 0 0 .524.905l.83-.556a6.999 6.999 0 0 1-.458-.793l-.896.443zm13.828.905c.194-.289.37-.591.524-.906l-.896-.443c-.136.275-.29.54-.459.793l.831.556zm-12.667.83c.23.262.478.51.74.74l.66-.752a7.047 7.047 0 0 1-.648-.648l-.752.66zm11.29.74c.262-.23.51-.478.74-.74l-.752-.66c-.201.23-.418.447-.648.648l.66.752zm-1.735 1.161c.314-.155.616-.33.905-.524l-.556-.83a7.07 7.07 0 0 1-.793.458l.443.896zm-7.985-.524c.289.194.591.37.906.524l.443-.896a6.998 6.998 0 0 1-.793-.459l-.556.831zm1.873.925c.328.112.666.202 1.011.27l.194-.98a6.953 6.953 0 0 1-.884-.237l-.321.947zm4.132.271a7.944 7.944 0 0 0 1.012-.27l-.321-.948a6.954 6.954 0 0 1-.884.237l.194.98zm-2.083.135a8.1 8.1 0 0 0 1.046 0l-.064-.998a7.11 7.11 0 0 1-.918 0l-.064.998zM8.5 4.5a.5.5 0 0 0-1 0v3h-3a.5.5 0 0 0 0 1h3v3a.5.5 0 0 0 1 0v-3h3a.5.5 0 0 0 0-1h-3v-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PlusCircleFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.5 4.5a.5.5 0 0 0-1 0v3h-3a.5.5 0 0 0 0 1h3v3a.5.5 0 0 0 1 0v-3h3a.5.5 0 0 0 0-1h-3v-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PlusLg",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PlusSquare",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z\"/><path d=\"M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PlusSquareDotted",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.5 0c-.166 0-.33.016-.487.048l.194.98A1.51 1.51 0 0 1 2.5 1h.458V0H2.5zm2.292 0h-.917v1h.917V0zm1.833 0h-.917v1h.917V0zm1.833 0h-.916v1h.916V0zm1.834 0h-.917v1h.917V0zm1.833 0h-.917v1h.917V0zM13.5 0h-.458v1h.458c.1 0 .199.01.293.029l.194-.981A2.51 2.51 0 0 0 13.5 0zm2.079 1.11a2.511 2.511 0 0 0-.69-.689l-.556.831c.164.11.305.251.415.415l.83-.556zM1.11.421a2.511 2.511 0 0 0-.689.69l.831.556c.11-.164.251-.305.415-.415L1.11.422zM16 2.5c0-.166-.016-.33-.048-.487l-.98.194c.018.094.028.192.028.293v.458h1V2.5zM.048 2.013A2.51 2.51 0 0 0 0 2.5v.458h1V2.5c0-.1.01-.199.029-.293l-.981-.194zM0 3.875v.917h1v-.917H0zm16 .917v-.917h-1v.917h1zM0 5.708v.917h1v-.917H0zm16 .917v-.917h-1v.917h1zM0 7.542v.916h1v-.916H0zm15 .916h1v-.916h-1v.916zM0 9.375v.917h1v-.917H0zm16 .917v-.917h-1v.917h1zm-16 .916v.917h1v-.917H0zm16 .917v-.917h-1v.917h1zm-16 .917v.458c0 .166.016.33.048.487l.98-.194A1.51 1.51 0 0 1 1 13.5v-.458H0zm16 .458v-.458h-1v.458c0 .1-.01.199-.029.293l.981.194c.032-.158.048-.32.048-.487zM.421 14.89c.183.272.417.506.69.689l.556-.831a1.51 1.51 0 0 1-.415-.415l-.83.556zm14.469.689c.272-.183.506-.417.689-.69l-.831-.556c-.11.164-.251.305-.415.415l.556.83zm-12.877.373c.158.032.32.048.487.048h.458v-1H2.5c-.1 0-.199-.01-.293-.029l-.194.981zM13.5 16c.166 0 .33-.016.487-.048l-.194-.98A1.51 1.51 0 0 1 13.5 15h-.458v1h.458zm-9.625 0h.917v-1h-.917v1zm1.833 0h.917v-1h-.917v1zm1.834-1v1h.916v-1h-.916zm1.833 1h.917v-1h-.917v1zm1.833 0h.917v-1h-.917v1zM8.5 4.5a.5.5 0 0 0-1 0v3h-3a.5.5 0 0 0 0 1h3v3a.5.5 0 0 0 1 0v-3h3a.5.5 0 0 0 0-1h-3v-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PlusSquareFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Power",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.5 1v7h1V1h-1z\"/><path d=\"M3 8.812a4.999 4.999 0 0 1 2.578-4.375l-.485-.874A6 6 0 1 0 11 3.616l-.501.865A5 5 0 1 1 3 8.812z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Printer",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.5 8a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1z\"/><path d=\"M5 1a2 2 0 0 0-2 2v2H2a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2h1v1a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-1h1a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-1V3a2 2 0 0 0-2-2H5zM4 3a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v2H4V3zm1 5a2 2 0 0 0-2 2v1H2a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-1v-1a2 2 0 0 0-2-2H5zm7 2v3a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PrinterFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5 1a2 2 0 0 0-2 2v1h10V3a2 2 0 0 0-2-2H5zm6 8H5a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1z\"/><path d=\"M0 7a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2h-1v-2a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2H2a2 2 0 0 1-2-2V7zm2.5 1a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Puzzle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.112 3.645A1.5 1.5 0 0 1 4.605 2H7a.5.5 0 0 1 .5.5v.382c0 .696-.497 1.182-.872 1.469a.459.459 0 0 0-.115.118.113.113 0 0 0-.012.025L6.5 4.5v.003l.003.01c.004.01.014.028.036.053a.86.86 0 0 0 .27.194C7.09 4.9 7.51 5 8 5c.492 0 .912-.1 1.19-.24a.86.86 0 0 0 .271-.194.213.213 0 0 0 .039-.063v-.009a.112.112 0 0 0-.012-.025.459.459 0 0 0-.115-.118c-.375-.287-.872-.773-.872-1.469V2.5A.5.5 0 0 1 9 2h2.395a1.5 1.5 0 0 1 1.493 1.645L12.645 6.5h.237c.195 0 .42-.147.675-.48.21-.274.528-.52.943-.52.568 0 .947.447 1.154.862C15.877 6.807 16 7.387 16 8s-.123 1.193-.346 1.638c-.207.415-.586.862-1.154.862-.415 0-.733-.246-.943-.52-.255-.333-.48-.48-.675-.48h-.237l.243 2.855A1.5 1.5 0 0 1 11.395 14H9a.5.5 0 0 1-.5-.5v-.382c0-.696.497-1.182.872-1.469a.459.459 0 0 0 .115-.118.113.113 0 0 0 .012-.025L9.5 11.5v-.003a.214.214 0 0 0-.039-.064.859.859 0 0 0-.27-.193C8.91 11.1 8.49 11 8 11c-.491 0-.912.1-1.19.24a.859.859 0 0 0-.271.194.214.214 0 0 0-.039.063v.003l.001.006a.113.113 0 0 0 .012.025c.016.027.05.068.115.118.375.287.872.773.872 1.469v.382a.5.5 0 0 1-.5.5H4.605a1.5 1.5 0 0 1-1.493-1.645L3.356 9.5h-.238c-.195 0-.42.147-.675.48-.21.274-.528.52-.943.52-.568 0-.947-.447-1.154-.862C.123 9.193 0 8.613 0 8s.123-1.193.346-1.638C.553 5.947.932 5.5 1.5 5.5c.415 0 .733.246.943.52.255.333.48.48.675.48h.238l-.244-2.855zM4.605 3a.5.5 0 0 0-.498.55l.001.007.29 3.4A.5.5 0 0 1 3.9 7.5h-.782c-.696 0-1.182-.497-1.469-.872a.459.459 0 0 0-.118-.115.112.112 0 0 0-.025-.012L1.5 6.5h-.003a.213.213 0 0 0-.064.039.86.86 0 0 0-.193.27C1.1 7.09 1 7.51 1 8c0 .491.1.912.24 1.19.07.14.14.225.194.271a.213.213 0 0 0 .063.039H1.5l.006-.001a.112.112 0 0 0 .025-.012.459.459 0 0 0 .118-.115c.287-.375.773-.872 1.469-.872H3.9a.5.5 0 0 1 .498.542l-.29 3.408a.5.5 0 0 0 .497.55h1.878c-.048-.166-.195-.352-.463-.557-.274-.21-.52-.528-.52-.943 0-.568.447-.947.862-1.154C6.807 10.123 7.387 10 8 10s1.193.123 1.638.346c.415.207.862.586.862 1.154 0 .415-.246.733-.52.943-.268.205-.415.39-.463.557h1.878a.5.5 0 0 0 .498-.55l-.001-.007-.29-3.4A.5.5 0 0 1 12.1 8.5h.782c.696 0 1.182.497 1.469.872.05.065.091.099.118.115.013.008.021.01.025.012a.02.02 0 0 0 .006.001h.003a.214.214 0 0 0 .064-.039.86.86 0 0 0 .193-.27c.14-.28.24-.7.24-1.191 0-.492-.1-.912-.24-1.19a.86.86 0 0 0-.194-.271.215.215 0 0 0-.063-.039H14.5l-.006.001a.113.113 0 0 0-.025.012.459.459 0 0 0-.118.115c-.287.375-.773.872-1.469.872H12.1a.5.5 0 0 1-.498-.543l.29-3.407a.5.5 0 0 0-.497-.55H9.517c.048.166.195.352.463.557.274.21.52.528.52.943 0 .568-.447.947-.862 1.154C9.193 5.877 8.613 6 8 6s-1.193-.123-1.638-.346C5.947 5.447 5.5 5.068 5.5 4.5c0-.415.246-.733.52-.943.268-.205.415-.39.463-.557H4.605z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "PuzzleFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.112 3.645A1.5 1.5 0 0 1 4.605 2H7a.5.5 0 0 1 .5.5v.382c0 .696-.497 1.182-.872 1.469a.459.459 0 0 0-.115.118.113.113 0 0 0-.012.025L6.5 4.5v.003l.003.01c.004.01.014.028.036.053a.86.86 0 0 0 .27.194C7.09 4.9 7.51 5 8 5c.492 0 .912-.1 1.19-.24a.86.86 0 0 0 .271-.194.213.213 0 0 0 .036-.054l.003-.01v-.008a.112.112 0 0 0-.012-.025.459.459 0 0 0-.115-.118c-.375-.287-.872-.773-.872-1.469V2.5A.5.5 0 0 1 9 2h2.395a1.5 1.5 0 0 1 1.493 1.645L12.645 6.5h.237c.195 0 .42-.147.675-.48.21-.274.528-.52.943-.52.568 0 .947.447 1.154.862C15.877 6.807 16 7.387 16 8s-.123 1.193-.346 1.638c-.207.415-.586.862-1.154.862-.415 0-.733-.246-.943-.52-.255-.333-.48-.48-.675-.48h-.237l.243 2.855A1.5 1.5 0 0 1 11.395 14H9a.5.5 0 0 1-.5-.5v-.382c0-.696.497-1.182.872-1.469a.459.459 0 0 0 .115-.118.113.113 0 0 0 .012-.025L9.5 11.5v-.003l-.003-.01a.214.214 0 0 0-.036-.053.859.859 0 0 0-.27-.194C8.91 11.1 8.49 11 8 11c-.491 0-.912.1-1.19.24a.859.859 0 0 0-.271.194.214.214 0 0 0-.036.054l-.003.01v.002l.001.006a.113.113 0 0 0 .012.025c.016.027.05.068.115.118.375.287.872.773.872 1.469v.382a.5.5 0 0 1-.5.5H4.605a1.5 1.5 0 0 1-1.493-1.645L3.356 9.5h-.238c-.195 0-.42.147-.675.48-.21.274-.528.52-.943.52-.568 0-.947-.447-1.154-.862C.123 9.193 0 8.613 0 8s.123-1.193.346-1.638C.553 5.947.932 5.5 1.5 5.5c.415 0 .733.246.943.52.255.333.48.48.675.48h.238l-.244-2.855z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Question",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.255 5.786a.237.237 0 0 0 .241.247h.825c.138 0 .248-.113.266-.25.09-.656.54-1.134 1.342-1.134.686 0 1.314.343 1.314 1.168 0 .635-.374.927-.965 1.371-.673.489-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.673-2.241-1.267 0-2.655.59-2.75 2.286zm1.557 5.763c0 .533.425.927 1.01.927.609 0 1.028-.394 1.028-.927 0-.552-.42-.94-1.029-.94-.584 0-1.009.388-1.009.94z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "QuestionCircle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M5.255 5.786a.237.237 0 0 0 .241.247h.825c.138 0 .248-.113.266-.25.09-.656.54-1.134 1.342-1.134.686 0 1.314.343 1.314 1.168 0 .635-.374.927-.965 1.371-.673.489-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.673-2.241-1.267 0-2.655.59-2.75 2.286zm1.557 5.763c0 .533.425.927 1.01.927.609 0 1.028-.394 1.028-.927 0-.552-.42-.94-1.029-.94-.584 0-1.009.388-1.009.94z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "QuestionCircleFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM5.496 6.033h.825c.138 0 .248-.113.266-.25.09-.656.54-1.134 1.342-1.134.686 0 1.314.343 1.314 1.168 0 .635-.374.927-.965 1.371-.673.489-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.673-2.241-1.267 0-2.655.59-2.75 2.286a.237.237 0 0 0 .241.247zm2.325 6.443c.61 0 1.029-.394 1.029-.927 0-.552-.42-.94-1.029-.94-.584 0-1.009.388-1.009.94 0 .533.425.927 1.01.927z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "QuestionDiamond",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.95.435c.58-.58 1.52-.58 2.1 0l6.515 6.516c.58.58.58 1.519 0 2.098L9.05 15.565c-.58.58-1.519.58-2.098 0L.435 9.05a1.482 1.482 0 0 1 0-2.098L6.95.435zm1.4.7a.495.495 0 0 0-.7 0L1.134 7.65a.495.495 0 0 0 0 .7l6.516 6.516a.495.495 0 0 0 .7 0l6.516-6.516a.495.495 0 0 0 0-.7L8.35 1.134z\"/><path d=\"M5.255 5.786a.237.237 0 0 0 .241.247h.825c.138 0 .248-.113.266-.25.09-.656.54-1.134 1.342-1.134.686 0 1.314.343 1.314 1.168 0 .635-.374.927-.965 1.371-.673.489-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.673-2.241-1.267 0-2.655.59-2.75 2.286zm1.557 5.763c0 .533.425.927 1.01.927.609 0 1.028-.394 1.028-.927 0-.552-.42-.94-1.029-.94-.584 0-1.009.388-1.009.94z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "QuestionDiamondFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098L9.05.435zM5.495 6.033a.237.237 0 0 1-.24-.247C5.35 4.091 6.737 3.5 8.005 3.5c1.396 0 2.672.73 2.672 2.24 0 1.08-.635 1.594-1.244 2.057-.737.559-1.01.768-1.01 1.486v.105a.25.25 0 0 1-.25.25h-.81a.25.25 0 0 1-.25-.246l-.004-.217c-.038-.927.495-1.498 1.168-1.987.59-.444.965-.736.965-1.371 0-.825-.628-1.168-1.314-1.168-.803 0-1.253.478-1.342 1.134-.018.137-.128.25-.266.25h-.825zm2.325 6.443c-.584 0-1.009-.394-1.009-.927 0-.552.425-.94 1.01-.94.609 0 1.028.388 1.028.94 0 .533-.42.927-1.029.927z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "QuestionLg",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 4.075a.423.423 0 0 0 .43.44H4.9c.247 0 .442-.2.475-.445.159-1.17.962-2.022 2.393-2.022 1.222 0 2.342.611 2.342 2.082 0 1.132-.668 1.652-1.72 2.444-1.2.872-2.15 1.89-2.082 3.542l.005.386c.003.244.202.44.446.44h1.445c.247 0 .446-.2.446-.446v-.188c0-1.278.487-1.652 1.8-2.647 1.086-.826 2.217-1.743 2.217-3.667C12.667 1.301 10.393 0 7.903 0 5.645 0 3.17 1.053 3.001 4.075zm2.776 10.273c0 .95.758 1.652 1.8 1.652 1.085 0 1.832-.702 1.832-1.652 0-.985-.747-1.675-1.833-1.675-1.04 0-1.799.69-1.799 1.675z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "QuestionOctagon",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.54.146A.5.5 0 0 1 4.893 0h6.214a.5.5 0 0 1 .353.146l4.394 4.394a.5.5 0 0 1 .146.353v6.214a.5.5 0 0 1-.146.353l-4.394 4.394a.5.5 0 0 1-.353.146H4.893a.5.5 0 0 1-.353-.146L.146 11.46A.5.5 0 0 1 0 11.107V4.893a.5.5 0 0 1 .146-.353L4.54.146zM5.1 1 1 5.1v5.8L5.1 15h5.8l4.1-4.1V5.1L10.9 1H5.1z\"/><path d=\"M5.255 5.786a.237.237 0 0 0 .241.247h.825c.138 0 .248-.113.266-.25.09-.656.54-1.134 1.342-1.134.686 0 1.314.343 1.314 1.168 0 .635-.374.927-.965 1.371-.673.489-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.673-2.241-1.267 0-2.655.59-2.75 2.286zm1.557 5.763c0 .533.425.927 1.01.927.609 0 1.028-.394 1.028-.927 0-.552-.42-.94-1.029-.94-.584 0-1.009.388-1.009.94z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "QuestionOctagonFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11.46.146A.5.5 0 0 0 11.107 0H4.893a.5.5 0 0 0-.353.146L.146 4.54A.5.5 0 0 0 0 4.893v6.214a.5.5 0 0 0 .146.353l4.394 4.394a.5.5 0 0 0 .353.146h6.214a.5.5 0 0 0 .353-.146l4.394-4.394a.5.5 0 0 0 .146-.353V4.893a.5.5 0 0 0-.146-.353L11.46.146zM5.496 6.033a.237.237 0 0 1-.24-.247C5.35 4.091 6.737 3.5 8.005 3.5c1.396 0 2.672.73 2.672 2.24 0 1.08-.635 1.594-1.244 2.057-.737.559-1.01.768-1.01 1.486v.105a.25.25 0 0 1-.25.25h-.81a.25.25 0 0 1-.25-.246l-.004-.217c-.038-.927.495-1.498 1.168-1.987.59-.444.965-.736.965-1.371 0-.825-.628-1.168-1.314-1.168-.803 0-1.253.478-1.342 1.134-.018.137-.128.25-.266.25h-.825zm2.325 6.443c-.584 0-1.009-.394-1.009-.927 0-.552.425-.94 1.01-.94.609 0 1.028.388 1.028.94 0 .533-.42.927-1.029.927z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "QuestionSquare",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z\"/><path d=\"M5.255 5.786a.237.237 0 0 0 .241.247h.825c.138 0 .248-.113.266-.25.09-.656.54-1.134 1.342-1.134.686 0 1.314.343 1.314 1.168 0 .635-.374.927-.965 1.371-.673.489-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.673-2.241-1.267 0-2.655.59-2.75 2.286zm1.557 5.763c0 .533.425.927 1.01.927.609 0 1.028-.394 1.028-.927 0-.552-.42-.94-1.029-.94-.584 0-1.009.388-1.009.94z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "QuestionSquareFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm3.496 6.033a.237.237 0 0 1-.24-.247C5.35 4.091 6.737 3.5 8.005 3.5c1.396 0 2.672.73 2.672 2.24 0 1.08-.635 1.594-1.244 2.057-.737.559-1.01.768-1.01 1.486v.105a.25.25 0 0 1-.25.25h-.81a.25.25 0 0 1-.25-.246l-.004-.217c-.038-.927.495-1.498 1.168-1.987.59-.444.965-.736.965-1.371 0-.825-.628-1.168-1.314-1.168-.803 0-1.253.478-1.342 1.134-.018.137-.128.25-.266.25h-.825zm2.325 6.443c-.584 0-1.009-.394-1.009-.927 0-.552.425-.94 1.01-.94.609 0 1.028.388 1.028.94 0 .533-.42.927-1.029.927z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Rainbow",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 4.5a7 7 0 0 0-7 7 .5.5 0 0 1-1 0 8 8 0 1 1 16 0 .5.5 0 0 1-1 0 7 7 0 0 0-7-7zm0 2a5 5 0 0 0-5 5 .5.5 0 0 1-1 0 6 6 0 1 1 12 0 .5.5 0 0 1-1 0 5 5 0 0 0-5-5zm0 2a3 3 0 0 0-3 3 .5.5 0 0 1-1 0 4 4 0 1 1 8 0 .5.5 0 0 1-1 0 3 3 0 0 0-3-3zm0 2a1 1 0 0 0-1 1 .5.5 0 0 1-1 0 2 2 0 1 1 4 0 .5.5 0 0 1-1 0 1 1 0 0 0-1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Receipt",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1.92.506a.5.5 0 0 1 .434.14L3 1.293l.646-.647a.5.5 0 0 1 .708 0L5 1.293l.646-.647a.5.5 0 0 1 .708 0L7 1.293l.646-.647a.5.5 0 0 1 .708 0L9 1.293l.646-.647a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .801.13l.5 1A.5.5 0 0 1 15 2v12a.5.5 0 0 1-.053.224l-.5 1a.5.5 0 0 1-.8.13L13 14.707l-.646.647a.5.5 0 0 1-.708 0L11 14.707l-.646.647a.5.5 0 0 1-.708 0L9 14.707l-.646.647a.5.5 0 0 1-.708 0L7 14.707l-.646.647a.5.5 0 0 1-.708 0L5 14.707l-.646.647a.5.5 0 0 1-.708 0L3 14.707l-.646.647a.5.5 0 0 1-.801-.13l-.5-1A.5.5 0 0 1 1 14V2a.5.5 0 0 1 .053-.224l.5-1a.5.5 0 0 1 .367-.27zm.217 1.338L2 2.118v11.764l.137.274.51-.51a.5.5 0 0 1 .707 0l.646.647.646-.646a.5.5 0 0 1 .708 0l.646.646.646-.646a.5.5 0 0 1 .708 0l.646.646.646-.646a.5.5 0 0 1 .708 0l.646.646.646-.646a.5.5 0 0 1 .708 0l.646.646.646-.646a.5.5 0 0 1 .708 0l.509.509.137-.274V2.118l-.137-.274-.51.51a.5.5 0 0 1-.707 0L12 1.707l-.646.647a.5.5 0 0 1-.708 0L10 1.707l-.646.647a.5.5 0 0 1-.708 0L8 1.707l-.646.647a.5.5 0 0 1-.708 0L6 1.707l-.646.647a.5.5 0 0 1-.708 0L4 1.707l-.646.647a.5.5 0 0 1-.708 0l-.509-.51z\"/><path d=\"M3 4.5a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5zm8-6a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ReceiptCutoff",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 4.5a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5zM11.5 4a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1zm0 2a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1zm0 2a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1zm0 2a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1zm0 2a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1z\"/><path d=\"M2.354.646a.5.5 0 0 0-.801.13l-.5 1A.5.5 0 0 0 1 2v13H.5a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1H15V2a.5.5 0 0 0-.053-.224l-.5-1a.5.5 0 0 0-.8-.13L13 1.293l-.646-.647a.5.5 0 0 0-.708 0L11 1.293l-.646-.647a.5.5 0 0 0-.708 0L9 1.293 8.354.646a.5.5 0 0 0-.708 0L7 1.293 6.354.646a.5.5 0 0 0-.708 0L5 1.293 4.354.646a.5.5 0 0 0-.708 0L3 1.293 2.354.646zm-.217 1.198.51.51a.5.5 0 0 0 .707 0L4 1.707l.646.647a.5.5 0 0 0 .708 0L6 1.707l.646.647a.5.5 0 0 0 .708 0L8 1.707l.646.647a.5.5 0 0 0 .708 0L10 1.707l.646.647a.5.5 0 0 0 .708 0L12 1.707l.646.647a.5.5 0 0 0 .708 0l.509-.51.137.274V15H2V2.118l.137-.274z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Reception0",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 13.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5zm4 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5zm4 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5zm4 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Reception1",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 11.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-2zm4 2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5zm4 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5zm4 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Reception2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 11.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-2zm4-3a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-5zm4 5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5zm4 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Reception3",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 11.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-2zm4-3a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-5zm4-3a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-8zm4 8a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Reception4",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 11.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-2zm4-3a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-5zm4-3a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-8zm4-3a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v11a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-11z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Record",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 12a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0 1A5 5 0 1 0 8 3a5 5 0 0 0 0 10z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Record2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 12a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0 1A5 5 0 1 0 8 3a5 5 0 0 0 0 10z\"/><path d=\"M10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Record2Fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0z\"/><path d=\"M8 13A5 5 0 1 0 8 3a5 5 0 0 0 0 10zm0-2a3 3 0 1 1 0-6 3 3 0 0 1 0 6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "RecordBtn",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 11a3 3 0 1 0 0-6 3 3 0 0 0 0 6z\"/><path d=\"M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "RecordBtnFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 12V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm8-1a3 3 0 1 0 0-6 3 3 0 0 0 0 6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "RecordCircle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "RecordCircleFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-8 3a3 3 0 1 0 0-6 3 3 0 0 0 0 6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "RecordFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 13A5 5 0 1 0 8 3a5 5 0 0 0 0 10z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Recycle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.302 1.256a1.5 1.5 0 0 0-2.604 0l-1.704 2.98a.5.5 0 0 0 .869.497l1.703-2.981a.5.5 0 0 1 .868 0l2.54 4.444-1.256-.337a.5.5 0 1 0-.26.966l2.415.647a.5.5 0 0 0 .613-.353l.647-2.415a.5.5 0 1 0-.966-.259l-.333 1.242-2.532-4.431zM2.973 7.773l-1.255.337a.5.5 0 1 1-.26-.966l2.416-.647a.5.5 0 0 1 .612.353l.647 2.415a.5.5 0 0 1-.966.259l-.333-1.242-2.545 4.454a.5.5 0 0 0 .434.748H5a.5.5 0 0 1 0 1H1.723A1.5 1.5 0 0 1 .421 12.24l2.552-4.467zm10.89 1.463a.5.5 0 1 0-.868.496l1.716 3.004a.5.5 0 0 1-.434.748h-5.57l.647-.646a.5.5 0 1 0-.708-.707l-1.5 1.5a.498.498 0 0 0 0 .707l1.5 1.5a.5.5 0 1 0 .708-.707l-.647-.647h5.57a1.5 1.5 0 0 0 1.302-2.244l-1.716-3.004z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Reddit",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.167 8a.831.831 0 0 0-.83.83c0 .459.372.84.83.831a.831.831 0 0 0 0-1.661zm1.843 3.647c.315 0 1.403-.038 1.976-.611a.232.232 0 0 0 0-.306.213.213 0 0 0-.306 0c-.353.363-1.126.487-1.67.487-.545 0-1.308-.124-1.671-.487a.213.213 0 0 0-.306 0 .213.213 0 0 0 0 .306c.564.563 1.652.61 1.977.61zm.992-2.807c0 .458.373.83.831.83.458 0 .83-.381.83-.83a.831.831 0 0 0-1.66 0z\"/><path d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.828-1.165c-.315 0-.602.124-.812.325-.801-.573-1.9-.945-3.121-.993l.534-2.501 1.738.372a.83.83 0 1 0 .83-.869.83.83 0 0 0-.744.468l-1.938-.41a.203.203 0 0 0-.153.028.186.186 0 0 0-.086.134l-.592 2.788c-1.24.038-2.358.41-3.17.992-.21-.2-.496-.324-.81-.324a1.163 1.163 0 0 0-.478 2.224c-.02.115-.029.23-.029.353 0 1.795 2.091 3.256 4.669 3.256 2.577 0 4.668-1.451 4.668-3.256 0-.114-.01-.238-.029-.353.401-.181.688-.592.688-1.069 0-.65-.525-1.165-1.165-1.165z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Reply",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.598 5.013a.144.144 0 0 1 .202.134V6.3a.5.5 0 0 0 .5.5c.667 0 2.013.005 3.3.822.984.624 1.99 1.76 2.595 3.876-1.02-.983-2.185-1.516-3.205-1.799a8.74 8.74 0 0 0-1.921-.306 7.404 7.404 0 0 0-.798.008h-.013l-.005.001h-.001L7.3 9.9l-.05-.498a.5.5 0 0 0-.45.498v1.153c0 .108-.11.176-.202.134L2.614 8.254a.503.503 0 0 0-.042-.028.147.147 0 0 1 0-.252.499.499 0 0 0 .042-.028l3.984-2.933zM7.8 10.386c.068 0 .143.003.223.006.434.02 1.034.086 1.7.271 1.326.368 2.896 1.202 3.94 3.08a.5.5 0 0 0 .933-.305c-.464-3.71-1.886-5.662-3.46-6.66-1.245-.79-2.527-.942-3.336-.971v-.66a1.144 1.144 0 0 0-1.767-.96l-3.994 2.94a1.147 1.147 0 0 0 0 1.946l3.994 2.94a1.144 1.144 0 0 0 1.767-.96v-.667z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ReplyAll",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.098 5.013a.144.144 0 0 1 .202.134V6.3a.5.5 0 0 0 .5.5c.667 0 2.013.005 3.3.822.984.624 1.99 1.76 2.595 3.876-1.02-.983-2.185-1.516-3.205-1.799a8.74 8.74 0 0 0-1.921-.306 7.404 7.404 0 0 0-.798.008h-.013l-.005.001h-.001L8.8 9.9l-.05-.498a.5.5 0 0 0-.45.498v1.153c0 .108-.11.176-.202.134L4.114 8.254a.502.502 0 0 0-.042-.028.147.147 0 0 1 0-.252.497.497 0 0 0 .042-.028l3.984-2.933zM9.3 10.386c.068 0 .143.003.223.006.434.02 1.034.086 1.7.271 1.326.368 2.896 1.202 3.94 3.08a.5.5 0 0 0 .933-.305c-.464-3.71-1.886-5.662-3.46-6.66-1.245-.79-2.527-.942-3.336-.971v-.66a1.144 1.144 0 0 0-1.767-.96l-3.994 2.94a1.147 1.147 0 0 0 0 1.946l3.994 2.94a1.144 1.144 0 0 0 1.767-.96v-.667z\"/><path d=\"M5.232 4.293a.5.5 0 0 0-.7-.106L.54 7.127a1.147 1.147 0 0 0 0 1.946l3.994 2.94a.5.5 0 1 0 .593-.805L1.114 8.254a.503.503 0 0 0-.042-.028.147.147 0 0 1 0-.252.5.5 0 0 0 .042-.028l4.012-2.954a.5.5 0 0 0 .106-.699z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ReplyAllFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.021 11.9 3.453 8.62a.719.719 0 0 1 0-1.238L8.021 4.1a.716.716 0 0 1 1.079.619V6c1.5 0 6 0 7 8-2.5-4.5-7-4-7-4v1.281c0 .56-.606.898-1.079.62z\"/><path d=\"M5.232 4.293a.5.5 0 0 1-.106.7L1.114 7.945a.5.5 0 0 1-.042.028.147.147 0 0 0 0 .252.503.503 0 0 1 .042.028l4.012 2.954a.5.5 0 1 1-.593.805L.539 9.073a1.147 1.147 0 0 1 0-1.946l3.994-2.94a.5.5 0 0 1 .699.106z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ReplyFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.921 11.9 1.353 8.62a.719.719 0 0 1 0-1.238L5.921 4.1A.716.716 0 0 1 7 4.719V6c1.5 0 6 0 7 8-2.5-4.5-7-4-7-4v1.281c0 .56-.606.898-1.079.62z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Rss",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z\"/><path d=\"M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "RssFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm1.5 2.5c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1 0-2zm0 4a6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1 0-2zm.5 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Rulers",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1 0a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h5v-1H2v-1h4v-1H4v-1h2v-1H2v-1h4V9H4V8h2V7H2V6h4V2h1v4h1V4h1v2h1V2h1v4h1V4h1v2h1V2h1v4h1V1a1 1 0 0 0-1-1H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Safe",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1 1.5A1.5 1.5 0 0 1 2.5 0h12A1.5 1.5 0 0 1 16 1.5v13a1.5 1.5 0 0 1-1.5 1.5h-12A1.5 1.5 0 0 1 1 14.5V13H.5a.5.5 0 0 1 0-1H1V8.5H.5a.5.5 0 0 1 0-1H1V4H.5a.5.5 0 0 1 0-1H1V1.5zM2.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5v-13a.5.5 0 0 0-.5-.5h-12z\"/><path d=\"M13.5 6a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 .5-.5zM4.828 4.464a.5.5 0 0 1 .708 0l1.09 1.09a3.003 3.003 0 0 1 3.476 0l1.09-1.09a.5.5 0 1 1 .707.708l-1.09 1.09c.74 1.037.74 2.44 0 3.476l1.09 1.09a.5.5 0 1 1-.707.708l-1.09-1.09a3.002 3.002 0 0 1-3.476 0l-1.09 1.09a.5.5 0 1 1-.708-.708l1.09-1.09a3.003 3.003 0 0 1 0-3.476l-1.09-1.09a.5.5 0 0 1 0-.708zM6.95 6.586a2 2 0 1 0 2.828 2.828A2 2 0 0 0 6.95 6.586z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Safe2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1 2.5A1.5 1.5 0 0 1 2.5 1h12A1.5 1.5 0 0 1 16 2.5v12a1.5 1.5 0 0 1-1.5 1.5h-12A1.5 1.5 0 0 1 1 14.5V14H.5a.5.5 0 0 1 0-1H1V9H.5a.5.5 0 0 1 0-1H1V4H.5a.5.5 0 0 1 0-1H1v-.5zM2.5 2a.5.5 0 0 0-.5.5v12a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5v-12a.5.5 0 0 0-.5-.5h-12z\"/><path d=\"M5.035 8h1.528c.047-.184.12-.357.214-.516l-1.08-1.08A3.482 3.482 0 0 0 5.035 8zm1.369-2.303 1.08 1.08c.16-.094.332-.167.516-.214V5.035a3.482 3.482 0 0 0-1.596.662zM9 5.035v1.528c.184.047.357.12.516.214l1.08-1.08A3.482 3.482 0 0 0 9 5.035zm2.303 1.369-1.08 1.08c.094.16.167.332.214.516h1.528a3.483 3.483 0 0 0-.662-1.596zM11.965 9h-1.528c-.047.184-.12.357-.214.516l1.08 1.08A3.483 3.483 0 0 0 11.965 9zm-1.369 2.303-1.08-1.08c-.16.094-.332.167-.516.214v1.528a3.483 3.483 0 0 0 1.596-.662zM8 11.965v-1.528a1.989 1.989 0 0 1-.516-.214l-1.08 1.08A3.483 3.483 0 0 0 8 11.965zm-2.303-1.369 1.08-1.08A1.988 1.988 0 0 1 6.563 9H5.035c.085.593.319 1.138.662 1.596zM4 8.5a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0zm4.5-1a1 1 0 1 0 0 2 1 1 0 0 0 0-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Safe2Fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.563 8H5.035a3.482 3.482 0 0 1 .662-1.596l1.08 1.08c-.094.16-.167.332-.214.516zm.921-1.223-1.08-1.08A3.482 3.482 0 0 1 8 5.035v1.528c-.184.047-.357.12-.516.214zM9 6.563V5.035a3.482 3.482 0 0 1 1.596.662l-1.08 1.08A1.988 1.988 0 0 0 9 6.563zm1.223.921 1.08-1.08c.343.458.577 1.003.662 1.596h-1.528a1.989 1.989 0 0 0-.214-.516zM10.437 9h1.528a3.483 3.483 0 0 1-.662 1.596l-1.08-1.08c.094-.16.167-.332.214-.516zm-.921 1.223 1.08 1.08A3.483 3.483 0 0 1 9 11.965v-1.528c.184-.047.357-.12.516-.214zM8 10.437v1.528a3.483 3.483 0 0 1-1.596-.662l1.08-1.08c.16.094.332.167.516.214zm-1.223-.921-1.08 1.08A3.482 3.482 0 0 1 5.035 9h1.528c.047.184.12.357.214.516zM7.5 8.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0z\"/><path d=\"M2.5 1A1.5 1.5 0 0 0 1 2.5V3H.5a.5.5 0 0 0 0 1H1v4H.5a.5.5 0 0 0 0 1H1v4H.5a.5.5 0 0 0 0 1H1v.5A1.5 1.5 0 0 0 2.5 16h12a1.5 1.5 0 0 0 1.5-1.5v-12A1.5 1.5 0 0 0 14.5 1h-12zm6 3a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SafeFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.778 9.414A2 2 0 1 1 6.95 6.586a2 2 0 0 1 2.828 2.828z\"/><path d=\"M2.5 0A1.5 1.5 0 0 0 1 1.5V3H.5a.5.5 0 0 0 0 1H1v3.5H.5a.5.5 0 0 0 0 1H1V12H.5a.5.5 0 0 0 0 1H1v1.5A1.5 1.5 0 0 0 2.5 16h12a1.5 1.5 0 0 0 1.5-1.5v-13A1.5 1.5 0 0 0 14.5 0h-12zm3.036 4.464 1.09 1.09a3.003 3.003 0 0 1 3.476 0l1.09-1.09a.5.5 0 1 1 .707.708l-1.09 1.09c.74 1.037.74 2.44 0 3.476l1.09 1.09a.5.5 0 1 1-.707.708l-1.09-1.09a3.002 3.002 0 0 1-3.476 0l-1.09 1.09a.5.5 0 1 1-.708-.708l1.09-1.09a3.003 3.003 0 0 1 0-3.476l-1.09-1.09a.5.5 0 1 1 .708-.708zM14 6.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 1 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Save",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H9.5a1 1 0 0 0-1 1v7.293l2.646-2.647a.5.5 0 0 1 .708.708l-3.5 3.5a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L7.5 9.293V2a2 2 0 0 1 2-2H14a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h2.5a.5.5 0 0 1 0 1H2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Save2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H9.5a1 1 0 0 0-1 1v4.5h2a.5.5 0 0 1 .354.854l-2.5 2.5a.5.5 0 0 1-.708 0l-2.5-2.5A.5.5 0 0 1 5.5 6.5h2V2a2 2 0 0 1 2-2H14a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h2.5a.5.5 0 0 1 0 1H2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Save2Fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.5 1.5A1.5 1.5 0 0 1 10 0h4a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h6c-.314.418-.5.937-.5 1.5v6h-2a.5.5 0 0 0-.354.854l2.5 2.5a.5.5 0 0 0 .708 0l2.5-2.5A.5.5 0 0 0 10.5 7.5h-2v-6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SaveFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.5 1.5A1.5 1.5 0 0 1 10 0h4a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h6c-.314.418-.5.937-.5 1.5v7.793L4.854 6.646a.5.5 0 1 0-.708.708l3.5 3.5a.5.5 0 0 0 .708 0l3.5-3.5a.5.5 0 0 0-.708-.708L8.5 9.293V1.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Scissors",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 3.5c-.614-.884-.074-1.962.858-2.5L8 7.226 11.642 1c.932.538 1.472 1.616.858 2.5L8.81 8.61l1.556 2.661a2.5 2.5 0 1 1-.794.637L8 9.73l-1.572 2.177a2.5 2.5 0 1 1-.794-.637L7.19 8.61 3.5 3.5zm2.5 10a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0zm7 0a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Screwdriver",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m0 1 1-1 3.081 2.2a1 1 0 0 1 .419.815v.07a1 1 0 0 0 .293.708L10.5 9.5l.914-.305a1 1 0 0 1 1.023.242l3.356 3.356a1 1 0 0 1 0 1.414l-1.586 1.586a1 1 0 0 1-1.414 0l-3.356-3.356a1 1 0 0 1-.242-1.023L9.5 10.5 3.793 4.793a1 1 0 0 0-.707-.293h-.071a1 1 0 0 1-.814-.419L0 1zm11.354 9.646a.5.5 0 0 0-.708.708l3 3a.5.5 0 0 0 .708-.708l-3-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SdCard",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.25 3.5a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0v-2zm2 0a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0v-2zm2 0a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0v-2zm2 0a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0v-2z\"/><path fill-rule=\"evenodd\" d=\"M5.914 0H12.5A1.5 1.5 0 0 1 14 1.5v13a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 14.5V3.914c0-.398.158-.78.44-1.06L4.853.439A1.5 1.5 0 0 1 5.914 0zM13 1.5a.5.5 0 0 0-.5-.5H5.914a.5.5 0 0 0-.353.146L3.146 3.561A.5.5 0 0 0 3 3.914V14.5a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-13z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SdCardFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M12.5 0H5.914a1.5 1.5 0 0 0-1.06.44L2.439 2.853A1.5 1.5 0 0 0 2 3.914V14.5A1.5 1.5 0 0 0 3.5 16h9a1.5 1.5 0 0 0 1.5-1.5v-13A1.5 1.5 0 0 0 12.5 0zm-7 2.75a.75.75 0 0 1 .75.75v2a.75.75 0 0 1-1.5 0v-2a.75.75 0 0 1 .75-.75zm2 0a.75.75 0 0 1 .75.75v2a.75.75 0 0 1-1.5 0v-2a.75.75 0 0 1 .75-.75zm2.75.75a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0v-2zm1.25-.75a.75.75 0 0 1 .75.75v2a.75.75 0 0 1-1.5 0v-2a.75.75 0 0 1 .75-.75z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Search",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SegmentedNav",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V6zm6 3h4V5H6v4zm9-1V6a1 1 0 0 0-1-1h-3v4h3a1 1 0 0 0 1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Server",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1.333 2.667C1.333 1.194 4.318 0 8 0s6.667 1.194 6.667 2.667V4c0 1.473-2.985 2.667-6.667 2.667S1.333 5.473 1.333 4V2.667z\"/><path d=\"M1.333 6.334v3C1.333 10.805 4.318 12 8 12s6.667-1.194 6.667-2.667V6.334a6.51 6.51 0 0 1-1.458.79C11.81 7.684 9.967 8 8 8c-1.966 0-3.809-.317-5.208-.876a6.508 6.508 0 0 1-1.458-.79z\"/><path d=\"M14.667 11.668a6.51 6.51 0 0 1-1.458.789c-1.4.56-3.242.876-5.21.876-1.966 0-3.809-.316-5.208-.876a6.51 6.51 0 0 1-1.458-.79v1.666C1.333 14.806 4.318 16 8 16s6.667-1.194 6.667-2.667v-1.665z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Share",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13.5 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM11 2.5a2.5 2.5 0 1 1 .603 1.628l-6.718 3.12a2.499 2.499 0 0 1 0 1.504l6.718 3.12a2.5 2.5 0 1 1-.488.876l-6.718-3.12a2.5 2.5 0 1 1 0-3.256l6.718-3.12A2.5 2.5 0 0 1 11 2.5zm-8.5 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm11 5.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ShareFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11 2.5a2.5 2.5 0 1 1 .603 1.628l-6.718 3.12a2.499 2.499 0 0 1 0 1.504l6.718 3.12a2.5 2.5 0 1 1-.488.876l-6.718-3.12a2.5 2.5 0 1 1 0-3.256l6.718-3.12A2.5 2.5 0 0 1 11 2.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Shield",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.338 1.59a61.44 61.44 0 0 0-2.837.856.481.481 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.725 10.725 0 0 0 2.287 2.233c.346.244.652.42.893.533.12.057.218.095.293.118a.55.55 0 0 0 .101.025.615.615 0 0 0 .1-.025c.076-.023.174-.061.294-.118.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ShieldCheck",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.338 1.59a61.44 61.44 0 0 0-2.837.856.481.481 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.725 10.725 0 0 0 2.287 2.233c.346.244.652.42.893.533.12.057.218.095.293.118a.55.55 0 0 0 .101.025.615.615 0 0 0 .1-.025c.076-.023.174-.061.294-.118.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z\"/><path d=\"M10.854 5.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 7.793l2.646-2.647a.5.5 0 0 1 .708 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ShieldExclamation",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.338 1.59a61.44 61.44 0 0 0-2.837.856.481.481 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.725 10.725 0 0 0 2.287 2.233c.346.244.652.42.893.533.12.057.218.095.293.118a.55.55 0 0 0 .101.025.615.615 0 0 0 .1-.025c.076-.023.174-.061.294-.118.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z\"/><path d=\"M7.001 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.553.553 0 0 1-1.1 0L7.1 4.995z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ShieldFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ShieldFillCheck",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 0c-.69 0-1.843.265-2.928.56-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.777 11.777 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7.159 7.159 0 0 0 1.048-.625 11.775 11.775 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.541 1.541 0 0 0-1.044-1.263 62.467 62.467 0 0 0-2.887-.87C9.843.266 8.69 0 8 0zm2.146 5.146a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 7.793l2.646-2.647z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ShieldFillExclamation",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 0c-.69 0-1.843.265-2.928.56-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.777 11.777 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7.159 7.159 0 0 0 1.048-.625 11.775 11.775 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.541 1.541 0 0 0-1.044-1.263 62.467 62.467 0 0 0-2.887-.87C9.843.266 8.69 0 8 0zm-.55 8.502L7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0zM8.002 12a1 1 0 1 1 0-2 1 1 0 0 1 0 2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ShieldFillMinus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 0c-.69 0-1.843.265-2.928.56-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.777 11.777 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7.159 7.159 0 0 0 1.048-.625 11.775 11.775 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.541 1.541 0 0 0-1.044-1.263 62.467 62.467 0 0 0-2.887-.87C9.843.266 8.69 0 8 0zM6 7.5a.5.5 0 0 1 0-1h4a.5.5 0 0 1 0 1H6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ShieldFillPlus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 0c-.69 0-1.843.265-2.928.56-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.777 11.777 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7.159 7.159 0 0 0 1.048-.625 11.775 11.775 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.541 1.541 0 0 0-1.044-1.263 62.467 62.467 0 0 0-2.887-.87C9.843.266 8.69 0 8 0zm-.5 5a.5.5 0 0 1 1 0v1.5H10a.5.5 0 0 1 0 1H8.5V9a.5.5 0 0 1-1 0V7.5H6a.5.5 0 0 1 0-1h1.5V5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ShieldFillX",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 0c-.69 0-1.843.265-2.928.56-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.777 11.777 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7.159 7.159 0 0 0 1.048-.625 11.775 11.775 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.541 1.541 0 0 0-1.044-1.263 62.467 62.467 0 0 0-2.887-.87C9.843.266 8.69 0 8 0zM6.854 5.146 8 6.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 7l1.147 1.146a.5.5 0 0 1-.708.708L8 7.707 6.854 8.854a.5.5 0 1 1-.708-.708L7.293 7 6.146 5.854a.5.5 0 1 1 .708-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ShieldLock",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.338 1.59a61.44 61.44 0 0 0-2.837.856.481.481 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.725 10.725 0 0 0 2.287 2.233c.346.244.652.42.893.533.12.057.218.095.293.118a.55.55 0 0 0 .101.025.615.615 0 0 0 .1-.025c.076-.023.174-.061.294-.118.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z\"/><path d=\"M9.5 6.5a1.5 1.5 0 0 1-1 1.415l.385 1.99a.5.5 0 0 1-.491.595h-.788a.5.5 0 0 1-.49-.595l.384-1.99a1.5 1.5 0 1 1 2-1.415z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ShieldLockFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 0c-.69 0-1.843.265-2.928.56-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.777 11.777 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7.159 7.159 0 0 0 1.048-.625 11.775 11.775 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.541 1.541 0 0 0-1.044-1.263 62.467 62.467 0 0 0-2.887-.87C9.843.266 8.69 0 8 0zm0 5a1.5 1.5 0 0 1 .5 2.915l.385 1.99a.5.5 0 0 1-.491.595h-.788a.5.5 0 0 1-.49-.595l.384-1.99A1.5 1.5 0 0 1 8 5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ShieldMinus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.338 1.59a61.44 61.44 0 0 0-2.837.856.481.481 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.725 10.725 0 0 0 2.287 2.233c.346.244.652.42.893.533.12.057.218.095.293.118a.55.55 0 0 0 .101.025.615.615 0 0 0 .1-.025c.076-.023.174-.061.294-.118.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z\"/><path d=\"M5.5 7a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ShieldPlus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.338 1.59a61.44 61.44 0 0 0-2.837.856.481.481 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.725 10.725 0 0 0 2.287 2.233c.346.244.652.42.893.533.12.057.218.095.293.118a.55.55 0 0 0 .101.025.615.615 0 0 0 .1-.025c.076-.023.174-.061.294-.118.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z\"/><path d=\"M8 4.5a.5.5 0 0 1 .5.5v1.5H10a.5.5 0 0 1 0 1H8.5V9a.5.5 0 0 1-1 0V7.5H6a.5.5 0 0 1 0-1h1.5V5a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ShieldShaded",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 14.933a.615.615 0 0 0 .1-.025c.076-.023.174-.061.294-.118.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067v13.866zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ShieldSlash",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1.093 3.093c-.465 4.275.885 7.46 2.513 9.589a11.777 11.777 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7.159 7.159 0 0 0 1.048-.625 11.32 11.32 0 0 0 1.733-1.525l-.745-.745a10.27 10.27 0 0 1-1.578 1.392c-.346.244-.652.42-.893.533-.12.057-.218.095-.293.118a.55.55 0 0 1-.101.025.615.615 0 0 1-.1-.025 2.348 2.348 0 0 1-.294-.118 6.141 6.141 0 0 1-.893-.533 10.725 10.725 0 0 1-2.287-2.233C3.053 10.228 1.879 7.594 2.06 4.06l-.967-.967zM3.98 1.98l-.852-.852A58.935 58.935 0 0 1 5.072.559C6.157.266 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.483 3.626-.332 6.491-1.551 8.616l-.77-.77c1.042-1.915 1.72-4.469 1.29-7.702a.48.48 0 0 0-.33-.39c-.65-.213-1.75-.56-2.836-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524a49.7 49.7 0 0 0-1.357.39zm9.666 12.374-13-13 .708-.708 13 13-.707.707z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ShieldSlashFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1.093 3.093c-.465 4.275.885 7.46 2.513 9.589a11.777 11.777 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7.159 7.159 0 0 0 1.048-.625 11.32 11.32 0 0 0 1.733-1.525L1.093 3.093zm12.215 8.215L3.128 1.128A61.369 61.369 0 0 1 5.073.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.483 3.626-.332 6.491-1.551 8.616zm.338 3.046-13-13 .708-.708 13 13-.707.707z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ShieldX",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.338 1.59a61.44 61.44 0 0 0-2.837.856.481.481 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.725 10.725 0 0 0 2.287 2.233c.346.244.652.42.893.533.12.057.218.095.293.118a.55.55 0 0 0 .101.025.615.615 0 0 0 .1-.025c.076-.023.174-.061.294-.118.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z\"/><path d=\"M6.146 5.146a.5.5 0 0 1 .708 0L8 6.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 7l1.147 1.146a.5.5 0 0 1-.708.708L8 7.707 6.854 8.854a.5.5 0 1 1-.708-.708L7.293 7 6.146 5.854a.5.5 0 0 1 0-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Shift",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.27 2.047a1 1 0 0 1 1.46 0l6.345 6.77c.6.638.146 1.683-.73 1.683H11.5v3a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-3H1.654C.78 10.5.326 9.455.924 8.816L7.27 2.047zM14.346 9.5 8 2.731 1.654 9.5H4.5a1 1 0 0 1 1 1v3h5v-3a1 1 0 0 1 1-1h2.846z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ShiftFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.27 2.047a1 1 0 0 1 1.46 0l6.345 6.77c.6.638.146 1.683-.73 1.683H11.5v3a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-3H1.654C.78 10.5.326 9.455.924 8.816L7.27 2.047z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Shop",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.97 1.35A1 1 0 0 1 3.73 1h8.54a1 1 0 0 1 .76.35l2.609 3.044A1.5 1.5 0 0 1 16 5.37v.255a2.375 2.375 0 0 1-4.25 1.458A2.371 2.371 0 0 1 9.875 8 2.37 2.37 0 0 1 8 7.083 2.37 2.37 0 0 1 6.125 8a2.37 2.37 0 0 1-1.875-.917A2.375 2.375 0 0 1 0 5.625V5.37a1.5 1.5 0 0 1 .361-.976l2.61-3.045zm1.78 4.275a1.375 1.375 0 0 0 2.75 0 .5.5 0 0 1 1 0 1.375 1.375 0 0 0 2.75 0 .5.5 0 0 1 1 0 1.375 1.375 0 1 0 2.75 0V5.37a.5.5 0 0 0-.12-.325L12.27 2H3.73L1.12 5.045A.5.5 0 0 0 1 5.37v.255a1.375 1.375 0 0 0 2.75 0 .5.5 0 0 1 1 0zM1.5 8.5A.5.5 0 0 1 2 9v6h1v-5a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v5h6V9a.5.5 0 0 1 1 0v6h.5a.5.5 0 0 1 0 1H.5a.5.5 0 0 1 0-1H1V9a.5.5 0 0 1 .5-.5zM4 15h3v-5H4v5zm5-5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-3zm3 0h-2v3h2v-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ShopWindow",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.97 1.35A1 1 0 0 1 3.73 1h8.54a1 1 0 0 1 .76.35l2.609 3.044A1.5 1.5 0 0 1 16 5.37v.255a2.375 2.375 0 0 1-4.25 1.458A2.371 2.371 0 0 1 9.875 8 2.37 2.37 0 0 1 8 7.083 2.37 2.37 0 0 1 6.125 8a2.37 2.37 0 0 1-1.875-.917A2.375 2.375 0 0 1 0 5.625V5.37a1.5 1.5 0 0 1 .361-.976l2.61-3.045zm1.78 4.275a1.375 1.375 0 0 0 2.75 0 .5.5 0 0 1 1 0 1.375 1.375 0 0 0 2.75 0 .5.5 0 0 1 1 0 1.375 1.375 0 1 0 2.75 0V5.37a.5.5 0 0 0-.12-.325L12.27 2H3.73L1.12 5.045A.5.5 0 0 0 1 5.37v.255a1.375 1.375 0 0 0 2.75 0 .5.5 0 0 1 1 0zM1.5 8.5A.5.5 0 0 1 2 9v6h12V9a.5.5 0 0 1 1 0v6h.5a.5.5 0 0 1 0 1H.5a.5.5 0 0 1 0-1H1V9a.5.5 0 0 1 .5-.5zm2 .5a.5.5 0 0 1 .5.5V13h8V9.5a.5.5 0 0 1 1 0V13a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V9.5a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Shuffle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M0 3.5A.5.5 0 0 1 .5 3H1c2.202 0 3.827 1.24 4.874 2.418.49.552.865 1.102 1.126 1.532.26-.43.636-.98 1.126-1.532C9.173 4.24 10.798 3 13 3v1c-1.798 0-3.173 1.01-4.126 2.082A9.624 9.624 0 0 0 7.556 8a9.624 9.624 0 0 0 1.317 1.918C9.828 10.99 11.204 12 13 12v1c-2.202 0-3.827-1.24-4.874-2.418A10.595 10.595 0 0 1 7 9.05c-.26.43-.636.98-1.126 1.532C4.827 11.76 3.202 13 1 13H.5a.5.5 0 0 1 0-1H1c1.798 0 3.173-1.01 4.126-2.082A9.624 9.624 0 0 0 6.444 8a9.624 9.624 0 0 0-1.317-1.918C4.172 5.01 2.796 4 1 4H.5a.5.5 0 0 1-.5-.5z\"/><path d=\"M13 5.466V1.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384l-2.36 1.966a.25.25 0 0 1-.41-.192zm0 9v-3.932a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384l-2.36 1.966a.25.25 0 0 1-.41-.192z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Signpost",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7 1.414V4H2a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h5v6h2v-6h3.532a1 1 0 0 0 .768-.36l1.933-2.32a.5.5 0 0 0 0-.64L13.3 4.36a1 1 0 0 0-.768-.36H9V1.414a1 1 0 0 0-2 0zM12.532 5l1.666 2-1.666 2H2V5h10.532z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Signpost2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7 1.414V2H2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h5v1H2.5a1 1 0 0 0-.8.4L.725 8.7a.5.5 0 0 0 0 .6l.975 1.3a1 1 0 0 0 .8.4H7v5h2v-5h5a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1H9V6h4.5a1 1 0 0 0 .8-.4l.975-1.3a.5.5 0 0 0 0-.6L14.3 2.4a1 1 0 0 0-.8-.4H9v-.586a1 1 0 0 0-2 0zM13.5 3l.75 1-.75 1H2V3h11.5zm.5 5v2H2.5l-.75-1 .75-1H14z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Signpost2Fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.293.707A1 1 0 0 0 7 1.414V2H2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h5v1H2.5a1 1 0 0 0-.8.4L.725 8.7a.5.5 0 0 0 0 .6l.975 1.3a1 1 0 0 0 .8.4H7v5h2v-5h5a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1H9V6h4.5a1 1 0 0 0 .8-.4l.975-1.3a.5.5 0 0 0 0-.6L14.3 2.4a1 1 0 0 0-.8-.4H9v-.586A1 1 0 0 0 7.293.707z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SignpostFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.293.707A1 1 0 0 0 7 1.414V4H2a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h5v6h2v-6h3.532a1 1 0 0 0 .768-.36l1.933-2.32a.5.5 0 0 0 0-.64L13.3 4.36a1 1 0 0 0-.768-.36H9V1.414A1 1 0 0 0 7.293.707z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SignpostSplit",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7 7V1.414a1 1 0 0 1 2 0V2h5a1 1 0 0 1 .8.4l.975 1.3a.5.5 0 0 1 0 .6L14.8 5.6a1 1 0 0 1-.8.4H9v10H7v-5H2a1 1 0 0 1-.8-.4L.225 9.3a.5.5 0 0 1 0-.6L1.2 7.4A1 1 0 0 1 2 7h5zm1 3V8H2l-.75 1L2 10h6zm0-5h6l.75-1L14 3H8v2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SignpostSplitFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7 16h2V6h5a1 1 0 0 0 .8-.4l.975-1.3a.5.5 0 0 0 0-.6L14.8 2.4A1 1 0 0 0 14 2H9v-.586a1 1 0 0 0-2 0V7H2a1 1 0 0 0-.8.4L.225 8.7a.5.5 0 0 0 0 .6l.975 1.3a1 1 0 0 0 .8.4h5v5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Sim",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 1.5A1.5 1.5 0 0 1 3.5 0h7.086a1.5 1.5 0 0 1 1.06.44l1.915 1.914A1.5 1.5 0 0 1 14 3.414V14.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 14.5v-13zM3.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5V3.414a.5.5 0 0 0-.146-.353l-1.915-1.915A.5.5 0 0 0 10.586 1H3.5z\"/><path d=\"M5.5 4a.5.5 0 0 0-.5.5V6h2.5V4h-2zm3 0v2H11V4.5a.5.5 0 0 0-.5-.5h-2zM11 7H5v2h6V7zm0 3H8.5v2h2a.5.5 0 0 0 .5-.5V10zm-3.5 2v-2H5v1.5a.5.5 0 0 0 .5.5h2zM4 4.5A1.5 1.5 0 0 1 5.5 3h5A1.5 1.5 0 0 1 12 4.5v7a1.5 1.5 0 0 1-1.5 1.5h-5A1.5 1.5 0 0 1 4 11.5v-7z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SimFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5 4.5a.5.5 0 0 1 .5-.5h2v2H5V4.5zM8.5 6V4h2a.5.5 0 0 1 .5.5V6H8.5zM5 7h6v2H5V7zm3.5 3H11v1.5a.5.5 0 0 1-.5.5h-2v-2zm-1 0v2h-2a.5.5 0 0 1-.5-.5V10h2.5z\"/><path d=\"M3.5 0A1.5 1.5 0 0 0 2 1.5v13A1.5 1.5 0 0 0 3.5 16h9a1.5 1.5 0 0 0 1.5-1.5V3.414a1.5 1.5 0 0 0-.44-1.06L11.647.439A1.5 1.5 0 0 0 10.586 0H3.5zm2 3h5A1.5 1.5 0 0 1 12 4.5v7a1.5 1.5 0 0 1-1.5 1.5h-5A1.5 1.5 0 0 1 4 11.5v-7A1.5 1.5 0 0 1 5.5 3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SkipBackward",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M.5 3.5A.5.5 0 0 1 1 4v3.248l6.267-3.636c.52-.302 1.233.043 1.233.696v2.94l6.267-3.636c.52-.302 1.233.043 1.233.696v7.384c0 .653-.713.998-1.233.696L8.5 8.752v2.94c0 .653-.713.998-1.233.696L1 8.752V12a.5.5 0 0 1-1 0V4a.5.5 0 0 1 .5-.5zm7 1.133L1.696 8 7.5 11.367V4.633zm7.5 0L9.196 8 15 11.367V4.633z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SkipBackwardBtn",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11.21 5.093A.5.5 0 0 1 12 5.5v5a.5.5 0 0 1-.79.407L8.5 8.972V10.5a.5.5 0 0 1-.79.407L5 8.972V10.5a.5.5 0 0 1-1 0v-5a.5.5 0 0 1 1 0v1.528l2.71-1.935a.5.5 0 0 1 .79.407v1.528l2.71-1.935z\"/><path d=\"M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SkipBackwardBtnFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 12V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm11.21-6.907L8.5 7.028V5.5a.5.5 0 0 0-.79-.407L5 7.028V5.5a.5.5 0 0 0-1 0v5a.5.5 0 0 0 1 0V8.972l2.71 1.935a.5.5 0 0 0 .79-.407V8.972l2.71 1.935A.5.5 0 0 0 12 10.5v-5a.5.5 0 0 0-.79-.407z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SkipBackwardCircle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M11.729 5.055a.5.5 0 0 0-.52.038L8.5 7.028V5.5a.5.5 0 0 0-.79-.407L5 7.028V5.5a.5.5 0 0 0-1 0v5a.5.5 0 0 0 1 0V8.972l2.71 1.935a.5.5 0 0 0 .79-.407V8.972l2.71 1.935A.5.5 0 0 0 12 10.5v-5a.5.5 0 0 0-.271-.445z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SkipBackwardCircleFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-4.79-2.907L8.5 7.028V5.5a.5.5 0 0 0-.79-.407L5 7.028V5.5a.5.5 0 0 0-1 0v5a.5.5 0 0 0 1 0V8.972l2.71 1.935a.5.5 0 0 0 .79-.407V8.972l2.71 1.935A.5.5 0 0 0 12 10.5v-5a.5.5 0 0 0-.79-.407z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SkipBackwardFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M.5 3.5A.5.5 0 0 0 0 4v8a.5.5 0 0 0 1 0V8.753l6.267 3.636c.54.313 1.233-.066 1.233-.697v-2.94l6.267 3.636c.54.314 1.233-.065 1.233-.696V4.308c0-.63-.693-1.01-1.233-.696L8.5 7.248v-2.94c0-.63-.692-1.01-1.233-.696L1 7.248V4a.5.5 0 0 0-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SkipEnd",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12.5 4a.5.5 0 0 0-1 0v3.248L5.233 3.612C4.713 3.31 4 3.655 4 4.308v7.384c0 .653.713.998 1.233.696L11.5 8.752V12a.5.5 0 0 0 1 0V4zM5 4.633 10.804 8 5 11.367V4.633z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SkipEndBtn",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.79 5.093 9.5 7.028V5.5a.5.5 0 0 1 1 0v5a.5.5 0 0 1-1 0V8.972l-2.71 1.935A.5.5 0 0 1 6 10.5v-5a.5.5 0 0 1 .79-.407z\"/><path d=\"M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SkipEndBtnFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 12V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm6.79-6.907A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407L9.5 8.972V10.5a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-1 0v1.528L6.79 5.093z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SkipEndCircle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M6.271 5.055a.5.5 0 0 1 .52.038L9.5 7.028V5.5a.5.5 0 0 1 1 0v5a.5.5 0 0 1-1 0V8.972l-2.71 1.935A.5.5 0 0 1 6 10.5v-5a.5.5 0 0 1 .271-.445z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SkipEndCircleFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.79 5.093A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407L9.5 8.972V10.5a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-1 0v1.528L6.79 5.093z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SkipEndFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12.5 4a.5.5 0 0 0-1 0v3.248L5.233 3.612C4.693 3.3 4 3.678 4 4.308v7.384c0 .63.692 1.01 1.233.697L11.5 8.753V12a.5.5 0 0 0 1 0V4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SkipForward",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M15.5 3.5a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-1 0V8.752l-6.267 3.636c-.52.302-1.233-.043-1.233-.696v-2.94l-6.267 3.636C.713 12.69 0 12.345 0 11.692V4.308c0-.653.713-.998 1.233-.696L7.5 7.248v-2.94c0-.653.713-.998 1.233-.696L15 7.248V4a.5.5 0 0 1 .5-.5zM1 4.633v6.734L6.804 8 1 4.633zm7.5 0v6.734L14.304 8 8.5 4.633z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SkipForwardBtn",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.79 5.093A.5.5 0 0 0 4 5.5v5a.5.5 0 0 0 .79.407L7.5 8.972V10.5a.5.5 0 0 0 .79.407L11 8.972V10.5a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-1 0v1.528L8.29 5.093a.5.5 0 0 0-.79.407v1.528L4.79 5.093z\"/><path d=\"M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SkipForwardBtnFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 10V2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm4.79-6.907A.5.5 0 0 0 4 3.5v5a.5.5 0 0 0 .79.407L7.5 6.972V8.5a.5.5 0 0 0 .79.407L11 6.972V8.5a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-1 0v1.528L8.29 3.093a.5.5 0 0 0-.79.407v1.528L4.79 3.093z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SkipForwardCircle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M4.271 5.055a.5.5 0 0 1 .52.038L7.5 7.028V5.5a.5.5 0 0 1 .79-.407L11 7.028V5.5a.5.5 0 0 1 1 0v5a.5.5 0 0 1-1 0V8.972l-2.71 1.935a.5.5 0 0 1-.79-.407V8.972l-2.71 1.935A.5.5 0 0 1 4 10.5v-5a.5.5 0 0 1 .271-.445z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SkipForwardCircleFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM4.79 5.093A.5.5 0 0 0 4 5.5v5a.5.5 0 0 0 .79.407L7.5 8.972V10.5a.5.5 0 0 0 .79.407L11 8.972V10.5a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-1 0v1.528L8.29 5.093a.5.5 0 0 0-.79.407v1.528L4.79 5.093z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SkipForwardFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M15.5 3.5a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-1 0V8.753l-6.267 3.636c-.54.313-1.233-.066-1.233-.697v-2.94l-6.267 3.636C.693 12.703 0 12.324 0 11.693V4.308c0-.63.693-1.01 1.233-.696L7.5 7.248v-2.94c0-.63.693-1.01 1.233-.696L15 7.248V4a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SkipStart",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 4a.5.5 0 0 1 1 0v3.248l6.267-3.636c.52-.302 1.233.043 1.233.696v7.384c0 .653-.713.998-1.233.696L5 8.752V12a.5.5 0 0 1-1 0V4zm7.5.633L5.696 8l5.804 3.367V4.633z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SkipStartBtn",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.71 5.093a.5.5 0 0 1 .79.407v5a.5.5 0 0 1-.79.407L7 8.972V10.5a.5.5 0 0 1-1 0v-5a.5.5 0 0 1 1 0v1.528l2.71-1.935z\"/><path d=\"M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SkipStartBtnFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 12V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm9.71-6.907L7 7.028V5.5a.5.5 0 0 0-1 0v5a.5.5 0 0 0 1 0V8.972l2.71 1.935a.5.5 0 0 0 .79-.407v-5a.5.5 0 0 0-.79-.407z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SkipStartCircle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M10.229 5.055a.5.5 0 0 0-.52.038L7 7.028V5.5a.5.5 0 0 0-1 0v5a.5.5 0 0 0 1 0V8.972l2.71 1.935a.5.5 0 0 0 .79-.407v-5a.5.5 0 0 0-.271-.445z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SkipStartCircleFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM9.71 5.093 7 7.028V5.5a.5.5 0 0 0-1 0v5a.5.5 0 0 0 1 0V8.972l2.71 1.935a.5.5 0 0 0 .79-.407v-5a.5.5 0 0 0-.79-.407z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SkipStartFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 4a.5.5 0 0 1 1 0v3.248l6.267-3.636c.54-.313 1.232.066 1.232.696v7.384c0 .63-.692 1.01-1.232.697L5 8.753V12a.5.5 0 0 1-1 0V4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Skype",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.671 0c.88 0 1.733.247 2.468.702a7.423 7.423 0 0 1 6.02 2.118 7.372 7.372 0 0 1 2.167 5.215c0 .344-.024.687-.072 1.026a4.662 4.662 0 0 1 .6 2.281 4.645 4.645 0 0 1-1.37 3.294A4.673 4.673 0 0 1 11.18 16c-.84 0-1.658-.226-2.37-.644a7.423 7.423 0 0 1-6.114-2.107A7.374 7.374 0 0 1 .529 8.035c0-.363.026-.724.08-1.081a4.644 4.644 0 0 1 .76-5.59A4.68 4.68 0 0 1 4.67 0zm.447 7.01c.18.309.43.572.729.769a7.07 7.07 0 0 0 1.257.653c.492.205.873.38 1.145.523.229.112.437.264.615.448.135.142.21.331.21.528a.872.872 0 0 1-.335.723c-.291.196-.64.289-.99.264a2.618 2.618 0 0 1-1.048-.206 11.44 11.44 0 0 1-.532-.253 1.284 1.284 0 0 0-.587-.15.717.717 0 0 0-.501.176.63.63 0 0 0-.195.491.796.796 0 0 0 .148.482 1.2 1.2 0 0 0 .456.354 5.113 5.113 0 0 0 2.212.419 4.554 4.554 0 0 0 1.624-.265 2.296 2.296 0 0 0 1.08-.801c.267-.39.402-.855.386-1.327a2.09 2.09 0 0 0-.279-1.101 2.53 2.53 0 0 0-.772-.792A7.198 7.198 0 0 0 8.486 7.3a1.05 1.05 0 0 0-.145-.058 18.182 18.182 0 0 1-1.013-.447 1.827 1.827 0 0 1-.54-.387.727.727 0 0 1-.2-.508.805.805 0 0 1 .385-.723 1.76 1.76 0 0 1 .968-.247c.26-.003.52.03.772.096.274.079.542.177.802.293.105.049.22.075.336.076a.6.6 0 0 0 .453-.19.69.69 0 0 0 .18-.496.717.717 0 0 0-.17-.476 1.374 1.374 0 0 0-.556-.354 3.69 3.69 0 0 0-.708-.183 5.963 5.963 0 0 0-1.022-.078 4.53 4.53 0 0 0-1.536.258 2.71 2.71 0 0 0-1.174.784 1.91 1.91 0 0 0-.45 1.287c-.01.37.076.736.25 1.063z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Slack",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.362 10.11c0 .926-.756 1.681-1.681 1.681S0 11.036 0 10.111C0 9.186.756 8.43 1.68 8.43h1.682v1.68zm.846 0c0-.924.756-1.68 1.681-1.68s1.681.756 1.681 1.68v4.21c0 .924-.756 1.68-1.68 1.68a1.685 1.685 0 0 1-1.682-1.68v-4.21zM5.89 3.362c-.926 0-1.682-.756-1.682-1.681S4.964 0 5.89 0s1.68.756 1.68 1.68v1.682H5.89zm0 .846c.924 0 1.68.756 1.68 1.681S6.814 7.57 5.89 7.57H1.68C.757 7.57 0 6.814 0 5.89c0-.926.756-1.682 1.68-1.682h4.21zm6.749 1.682c0-.926.755-1.682 1.68-1.682.925 0 1.681.756 1.681 1.681s-.756 1.681-1.68 1.681h-1.681V5.89zm-.848 0c0 .924-.755 1.68-1.68 1.68A1.685 1.685 0 0 1 8.43 5.89V1.68C8.43.757 9.186 0 10.11 0c.926 0 1.681.756 1.681 1.68v4.21zm-1.681 6.748c.926 0 1.682.756 1.682 1.681S11.036 16 10.11 16s-1.681-.756-1.681-1.68v-1.682h1.68zm0-.847c-.924 0-1.68-.755-1.68-1.68 0-.925.756-1.681 1.68-1.681h4.21c.924 0 1.68.756 1.68 1.68 0 .926-.756 1.681-1.68 1.681h-4.21z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Slash",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11.354 4.646a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708l6-6a.5.5 0 0 1 .708 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SlashCircle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M11.354 4.646a.5.5 0 0 0-.708 0l-6 6a.5.5 0 0 0 .708.708l6-6a.5.5 0 0 0 0-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SlashCircleFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-4.646-2.646a.5.5 0 0 0-.708-.708l-6 6a.5.5 0 0 0 .708.708l6-6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SlashLg",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14.707 1.293a1 1 0 0 1 0 1.414l-12 12a1 1 0 0 1-1.414-1.414l12-12a1 1 0 0 1 1.414 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SlashSquare",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z\"/><path d=\"M11.354 4.646a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708l6-6a.5.5 0 0 1 .708 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SlashSquareFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm9.354 5.354-6 6a.5.5 0 0 1-.708-.708l6-6a.5.5 0 0 1 .708.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Sliders",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M11.5 2a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM9.05 3a2.5 2.5 0 0 1 4.9 0H16v1h-2.05a2.5 2.5 0 0 1-4.9 0H0V3h9.05zM4.5 7a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM2.05 8a2.5 2.5 0 0 1 4.9 0H16v1H6.95a2.5 2.5 0 0 1-4.9 0H0V8h2.05zm9.45 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm-2.45 1a2.5 2.5 0 0 1 4.9 0H16v1h-2.05a2.5 2.5 0 0 1-4.9 0H0v-1h9.05z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Smartwatch",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9 5a.5.5 0 0 0-1 0v3H6a.5.5 0 0 0 0 1h2.5a.5.5 0 0 0 .5-.5V5z\"/><path d=\"M4 1.667v.383A2.5 2.5 0 0 0 2 4.5v7a2.5 2.5 0 0 0 2 2.45v.383C4 15.253 4.746 16 5.667 16h4.666c.92 0 1.667-.746 1.667-1.667v-.383a2.5 2.5 0 0 0 2-2.45V8h.5a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5H14v-.5a2.5 2.5 0 0 0-2-2.45v-.383C12 .747 11.254 0 10.333 0H5.667C4.747 0 4 .746 4 1.667zM4.5 3h7A1.5 1.5 0 0 1 13 4.5v7a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 3 11.5v-7A1.5 1.5 0 0 1 4.5 3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Snow",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 16a.5.5 0 0 1-.5-.5v-1.293l-.646.647a.5.5 0 0 1-.707-.708L7.5 12.793V8.866l-3.4 1.963-.496 1.85a.5.5 0 1 1-.966-.26l.237-.882-1.12.646a.5.5 0 0 1-.5-.866l1.12-.646-.884-.237a.5.5 0 1 1 .26-.966l1.848.495L7 8 3.6 6.037l-1.85.495a.5.5 0 0 1-.258-.966l.883-.237-1.12-.646a.5.5 0 1 1 .5-.866l1.12.646-.237-.883a.5.5 0 1 1 .966-.258l.495 1.849L7.5 7.134V3.207L6.147 1.854a.5.5 0 1 1 .707-.708l.646.647V.5a.5.5 0 1 1 1 0v1.293l.647-.647a.5.5 0 1 1 .707.708L8.5 3.207v3.927l3.4-1.963.496-1.85a.5.5 0 1 1 .966.26l-.236.882 1.12-.646a.5.5 0 0 1 .5.866l-1.12.646.883.237a.5.5 0 1 1-.26.966l-1.848-.495L9 8l3.4 1.963 1.849-.495a.5.5 0 0 1 .259.966l-.883.237 1.12.646a.5.5 0 0 1-.5.866l-1.12-.646.236.883a.5.5 0 1 1-.966.258l-.495-1.849-3.4-1.963v3.927l1.353 1.353a.5.5 0 0 1-.707.708l-.647-.647V15.5a.5.5 0 0 1-.5.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Snow2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 16a.5.5 0 0 1-.5-.5v-1.293l-.646.647a.5.5 0 0 1-.707-.708L7.5 12.793v-1.086l-.646.647a.5.5 0 0 1-.707-.708L7.5 10.293V8.866l-1.236.713-.495 1.85a.5.5 0 1 1-.966-.26l.237-.882-.94.542-.496 1.85a.5.5 0 1 1-.966-.26l.237-.882-1.12.646a.5.5 0 0 1-.5-.866l1.12-.646-.884-.237a.5.5 0 1 1 .26-.966l1.848.495.94-.542-.882-.237a.5.5 0 1 1 .258-.966l1.85.495L7 8l-1.236-.713-1.849.495a.5.5 0 1 1-.258-.966l.883-.237-.94-.542-1.85.495a.5.5 0 0 1-.258-.966l.883-.237-1.12-.646a.5.5 0 1 1 .5-.866l1.12.646-.237-.883a.5.5 0 0 1 .966-.258l.495 1.849.94.542-.236-.883a.5.5 0 0 1 .966-.258l.495 1.849 1.236.713V5.707L6.147 4.354a.5.5 0 1 1 .707-.708l.646.647V3.207L6.147 1.854a.5.5 0 1 1 .707-.708l.646.647V.5a.5.5 0 0 1 1 0v1.293l.647-.647a.5.5 0 1 1 .707.708L8.5 3.207v1.086l.647-.647a.5.5 0 1 1 .707.708L8.5 5.707v1.427l1.236-.713.495-1.85a.5.5 0 1 1 .966.26l-.236.882.94-.542.495-1.85a.5.5 0 1 1 .966.26l-.236.882 1.12-.646a.5.5 0 0 1 .5.866l-1.12.646.883.237a.5.5 0 1 1-.26.966l-1.848-.495-.94.542.883.237a.5.5 0 1 1-.26.966l-1.848-.495L9 8l1.236.713 1.849-.495a.5.5 0 0 1 .259.966l-.883.237.94.542 1.849-.495a.5.5 0 0 1 .259.966l-.883.237 1.12.646a.5.5 0 0 1-.5.866l-1.12-.646.236.883a.5.5 0 1 1-.966.258l-.495-1.849-.94-.542.236.883a.5.5 0 0 1-.966.258L9.736 9.58 8.5 8.866v1.427l1.354 1.353a.5.5 0 0 1-.707.708l-.647-.647v1.086l1.354 1.353a.5.5 0 0 1-.707.708l-.647-.647V15.5a.5.5 0 0 1-.5.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Snow3",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 7.5a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1z\"/><path d=\"M8 16a.5.5 0 0 1-.5-.5v-1.293l-.646.647a.5.5 0 0 1-.707-.708L7.5 12.793v-1.51l-2.053-1.232-1.348.778-.495 1.85a.5.5 0 1 1-.966-.26l.237-.882-1.12.646a.5.5 0 0 1-.5-.866l1.12-.646-.883-.237a.5.5 0 1 1 .258-.966l1.85.495L5 9.155v-2.31l-1.4-.808-1.85.495a.5.5 0 1 1-.259-.966l.884-.237-1.12-.646a.5.5 0 0 1 .5-.866l1.12.646-.237-.883a.5.5 0 1 1 .966-.258l.495 1.849 1.348.778L7.5 4.717v-1.51L6.147 1.854a.5.5 0 1 1 .707-.708l.646.647V.5a.5.5 0 0 1 1 0v1.293l.647-.647a.5.5 0 1 1 .707.708L8.5 3.207v1.51l2.053 1.232 1.348-.778.495-1.85a.5.5 0 1 1 .966.26l-.236.882 1.12-.646a.5.5 0 0 1 .5.866l-1.12.646.883.237a.5.5 0 1 1-.26.966l-1.848-.495-1.4.808v2.31l1.4.808 1.849-.495a.5.5 0 1 1 .259.966l-.883.237 1.12.646a.5.5 0 0 1-.5.866l-1.12-.646.236.883a.5.5 0 1 1-.966.258l-.495-1.849-1.348-.778L8.5 11.283v1.51l1.354 1.353a.5.5 0 0 1-.707.708l-.647-.647V15.5a.5.5 0 0 1-.5.5zm2-6.783V6.783l-2-1.2-2 1.2v2.434l2 1.2 2-1.2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SortAlphaDown",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M10.082 5.629 9.664 7H8.598l1.789-5.332h1.234L13.402 7h-1.12l-.419-1.371h-1.781zm1.57-.785L11 2.687h-.047l-.652 2.157h1.351z\"/><path d=\"M12.96 14H9.028v-.691l2.579-3.72v-.054H9.098v-.867h3.785v.691l-2.567 3.72v.054h2.645V14zM4.5 2.5a.5.5 0 0 0-1 0v9.793l-1.146-1.147a.5.5 0 0 0-.708.708l2 1.999.007.007a.497.497 0 0 0 .7-.006l2-2a.5.5 0 0 0-.707-.708L4.5 12.293V2.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SortAlphaDownAlt",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12.96 7H9.028v-.691l2.579-3.72v-.054H9.098v-.867h3.785v.691l-2.567 3.72v.054h2.645V7z\"/><path fill-rule=\"evenodd\" d=\"M10.082 12.629 9.664 14H8.598l1.789-5.332h1.234L13.402 14h-1.12l-.419-1.371h-1.781zm1.57-.785L11 9.688h-.047l-.652 2.156h1.351z\"/><path d=\"M4.5 2.5a.5.5 0 0 0-1 0v9.793l-1.146-1.147a.5.5 0 0 0-.708.708l2 1.999.007.007a.497.497 0 0 0 .7-.006l2-2a.5.5 0 0 0-.707-.708L4.5 12.293V2.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SortAlphaUp",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M10.082 5.629 9.664 7H8.598l1.789-5.332h1.234L13.402 7h-1.12l-.419-1.371h-1.781zm1.57-.785L11 2.687h-.047l-.652 2.157h1.351z\"/><path d=\"M12.96 14H9.028v-.691l2.579-3.72v-.054H9.098v-.867h3.785v.691l-2.567 3.72v.054h2.645V14zm-8.46-.5a.5.5 0 0 1-1 0V3.707L2.354 4.854a.5.5 0 1 1-.708-.708l2-1.999.007-.007a.498.498 0 0 1 .7.006l2 2a.5.5 0 1 1-.707.708L4.5 3.707V13.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SortAlphaUpAlt",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12.96 7H9.028v-.691l2.579-3.72v-.054H9.098v-.867h3.785v.691l-2.567 3.72v.054h2.645V7z\"/><path fill-rule=\"evenodd\" d=\"M10.082 12.629 9.664 14H8.598l1.789-5.332h1.234L13.402 14h-1.12l-.419-1.371h-1.781zm1.57-.785L11 9.688h-.047l-.652 2.156h1.351z\"/><path d=\"M4.5 13.5a.5.5 0 0 1-1 0V3.707L2.354 4.854a.5.5 0 1 1-.708-.708l2-1.999.007-.007a.498.498 0 0 1 .7.006l2 2a.5.5 0 1 1-.707.708L4.5 3.707V13.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SortDown",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 2.5a.5.5 0 0 0-1 0v8.793l-1.146-1.147a.5.5 0 0 0-.708.708l2 1.999.007.007a.497.497 0 0 0 .7-.006l2-2a.5.5 0 0 0-.707-.708L3.5 11.293V2.5zm3.5 1a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zM7.5 6a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5zm0 3a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zm0 3a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SortDownAlt",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 3.5a.5.5 0 0 0-1 0v8.793l-1.146-1.147a.5.5 0 0 0-.708.708l2 1.999.007.007a.497.497 0 0 0 .7-.006l2-2a.5.5 0 0 0-.707-.708L3.5 12.293V3.5zm4 .5a.5.5 0 0 1 0-1h1a.5.5 0 0 1 0 1h-1zm0 3a.5.5 0 0 1 0-1h3a.5.5 0 0 1 0 1h-3zm0 3a.5.5 0 0 1 0-1h5a.5.5 0 0 1 0 1h-5zM7 12.5a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 0-1h-7a.5.5 0 0 0-.5.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SortNumericDown",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12.438 1.668V7H11.39V2.684h-.051l-1.211.859v-.969l1.262-.906h1.046z\"/><path fill-rule=\"evenodd\" d=\"M11.36 14.098c-1.137 0-1.708-.657-1.762-1.278h1.004c.058.223.343.45.773.45.824 0 1.164-.829 1.133-1.856h-.059c-.148.39-.57.742-1.261.742-.91 0-1.72-.613-1.72-1.758 0-1.148.848-1.835 1.973-1.835 1.09 0 2.063.636 2.063 2.687 0 1.867-.723 2.848-2.145 2.848zm.062-2.735c.504 0 .933-.336.933-.972 0-.633-.398-1.008-.94-1.008-.52 0-.927.375-.927 1 0 .64.418.98.934.98z\"/><path d=\"M4.5 2.5a.5.5 0 0 0-1 0v9.793l-1.146-1.147a.5.5 0 0 0-.708.708l2 1.999.007.007a.497.497 0 0 0 .7-.006l2-2a.5.5 0 0 0-.707-.708L4.5 12.293V2.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SortNumericDownAlt",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M11.36 7.098c-1.137 0-1.708-.657-1.762-1.278h1.004c.058.223.343.45.773.45.824 0 1.164-.829 1.133-1.856h-.059c-.148.39-.57.742-1.261.742-.91 0-1.72-.613-1.72-1.758 0-1.148.848-1.836 1.973-1.836 1.09 0 2.063.637 2.063 2.688 0 1.867-.723 2.848-2.145 2.848zm.062-2.735c.504 0 .933-.336.933-.972 0-.633-.398-1.008-.94-1.008-.52 0-.927.375-.927 1 0 .64.418.98.934.98z\"/><path d=\"M12.438 8.668V14H11.39V9.684h-.051l-1.211.859v-.969l1.262-.906h1.046zM4.5 2.5a.5.5 0 0 0-1 0v9.793l-1.146-1.147a.5.5 0 0 0-.708.708l2 1.999.007.007a.497.497 0 0 0 .7-.006l2-2a.5.5 0 0 0-.707-.708L4.5 12.293V2.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SortNumericUp",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12.438 1.668V7H11.39V2.684h-.051l-1.211.859v-.969l1.262-.906h1.046z\"/><path fill-rule=\"evenodd\" d=\"M11.36 14.098c-1.137 0-1.708-.657-1.762-1.278h1.004c.058.223.343.45.773.45.824 0 1.164-.829 1.133-1.856h-.059c-.148.39-.57.742-1.261.742-.91 0-1.72-.613-1.72-1.758 0-1.148.848-1.835 1.973-1.835 1.09 0 2.063.636 2.063 2.687 0 1.867-.723 2.848-2.145 2.848zm.062-2.735c.504 0 .933-.336.933-.972 0-.633-.398-1.008-.94-1.008-.52 0-.927.375-.927 1 0 .64.418.98.934.98z\"/><path d=\"M4.5 13.5a.5.5 0 0 1-1 0V3.707L2.354 4.854a.5.5 0 1 1-.708-.708l2-1.999.007-.007a.498.498 0 0 1 .7.006l2 2a.5.5 0 1 1-.707.708L4.5 3.707V13.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SortNumericUpAlt",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M11.36 7.098c-1.137 0-1.708-.657-1.762-1.278h1.004c.058.223.343.45.773.45.824 0 1.164-.829 1.133-1.856h-.059c-.148.39-.57.742-1.261.742-.91 0-1.72-.613-1.72-1.758 0-1.148.848-1.836 1.973-1.836 1.09 0 2.063.637 2.063 2.688 0 1.867-.723 2.848-2.145 2.848zm.062-2.735c.504 0 .933-.336.933-.972 0-.633-.398-1.008-.94-1.008-.52 0-.927.375-.927 1 0 .64.418.98.934.98z\"/><path d=\"M12.438 8.668V14H11.39V9.684h-.051l-1.211.859v-.969l1.262-.906h1.046zM4.5 13.5a.5.5 0 0 1-1 0V3.707L2.354 4.854a.5.5 0 1 1-.708-.708l2-1.999.007-.007a.498.498 0 0 1 .7.006l2 2a.5.5 0 1 1-.707.708L4.5 3.707V13.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SortUp",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 12.5a.5.5 0 0 1-1 0V3.707L1.354 4.854a.5.5 0 1 1-.708-.708l2-1.999.007-.007a.498.498 0 0 1 .7.006l2 2a.5.5 0 1 1-.707.708L3.5 3.707V12.5zm3.5-9a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zM7.5 6a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5zm0 3a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zm0 3a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SortUpAlt",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 13.5a.5.5 0 0 1-1 0V4.707L1.354 5.854a.5.5 0 1 1-.708-.708l2-1.999.007-.007a.498.498 0 0 1 .7.006l2 2a.5.5 0 1 1-.707.708L3.5 4.707V13.5zm4-9.5a.5.5 0 0 1 0-1h1a.5.5 0 0 1 0 1h-1zm0 3a.5.5 0 0 1 0-1h3a.5.5 0 0 1 0 1h-3zm0 3a.5.5 0 0 1 0-1h5a.5.5 0 0 1 0 1h-5zM7 12.5a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 0-1h-7a.5.5 0 0 0-.5.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Soundwave",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8.5 2a.5.5 0 0 1 .5.5v11a.5.5 0 0 1-1 0v-11a.5.5 0 0 1 .5-.5zm-2 2a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-1 0v-7a.5.5 0 0 1 .5-.5zm4 0a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-1 0v-7a.5.5 0 0 1 .5-.5zm-6 1.5A.5.5 0 0 1 5 6v4a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5zm8 0a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5zm-10 1A.5.5 0 0 1 3 7v2a.5.5 0 0 1-1 0V7a.5.5 0 0 1 .5-.5zm12 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V7a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Speaker",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h8zM4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4z\"/><path d=\"M8 4.75a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5zM8 6a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 3a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm-3.5 1.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SpeakerFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9 4a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm-2.5 6.5a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0z\"/><path d=\"M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm6 4a2 2 0 1 1-4 0 2 2 0 0 1 4 0zM8 7a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Speedometer",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 2a.5.5 0 0 1 .5.5V4a.5.5 0 0 1-1 0V2.5A.5.5 0 0 1 8 2zM3.732 3.732a.5.5 0 0 1 .707 0l.915.914a.5.5 0 1 1-.708.708l-.914-.915a.5.5 0 0 1 0-.707zM2 8a.5.5 0 0 1 .5-.5h1.586a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 8zm9.5 0a.5.5 0 0 1 .5-.5h1.5a.5.5 0 0 1 0 1H12a.5.5 0 0 1-.5-.5zm.754-4.246a.389.389 0 0 0-.527-.02L7.547 7.31A.91.91 0 1 0 8.85 8.569l3.434-4.297a.389.389 0 0 0-.029-.518z\"/><path fill-rule=\"evenodd\" d=\"M6.664 15.889A8 8 0 1 1 9.336.11a8 8 0 0 1-2.672 15.78zm-4.665-4.283A11.945 11.945 0 0 1 8 10c2.186 0 4.236.585 6.001 1.606a7 7 0 1 0-12.002 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Speedometer2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 4a.5.5 0 0 1 .5.5V6a.5.5 0 0 1-1 0V4.5A.5.5 0 0 1 8 4zM3.732 5.732a.5.5 0 0 1 .707 0l.915.914a.5.5 0 1 1-.708.708l-.914-.915a.5.5 0 0 1 0-.707zM2 10a.5.5 0 0 1 .5-.5h1.586a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 10zm9.5 0a.5.5 0 0 1 .5-.5h1.5a.5.5 0 0 1 0 1H12a.5.5 0 0 1-.5-.5zm.754-4.246a.389.389 0 0 0-.527-.02L7.547 9.31a.91.91 0 1 0 1.302 1.258l3.434-4.297a.389.389 0 0 0-.029-.518z\"/><path fill-rule=\"evenodd\" d=\"M0 10a8 8 0 1 1 15.547 2.661c-.442 1.253-1.845 1.602-2.932 1.25C11.309 13.488 9.475 13 8 13c-1.474 0-3.31.488-4.615.911-1.087.352-2.49.003-2.932-1.25A7.988 7.988 0 0 1 0 10zm8-7a7 7 0 0 0-6.603 9.329c.203.575.923.876 1.68.63C4.397 12.533 6.358 12 8 12s3.604.532 4.923.96c.757.245 1.477-.056 1.68-.631A7 7 0 0 0 8 3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Spellcheck",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.217 11.068c1.216 0 1.948-.869 1.948-2.31v-.702c0-1.44-.727-2.305-1.929-2.305-.742 0-1.328.347-1.499.889h-.063V3.983h-1.29V11h1.27v-.791h.064c.21.532.776.86 1.499.86zm-.43-1.025c-.66 0-1.113-.518-1.113-1.28V8.12c0-.825.42-1.343 1.098-1.343.684 0 1.075.518 1.075 1.416v.45c0 .888-.386 1.401-1.06 1.401zm-5.583 1.035c.767 0 1.201-.356 1.406-.737h.059V11h1.216V7.519c0-1.314-.947-1.783-2.11-1.783C1.355 5.736.75 6.42.69 7.27h1.216c.064-.323.313-.552.84-.552.527 0 .864.249.864.771v.464H2.346C1.145 7.953.5 8.568.5 9.496c0 .977.693 1.582 1.704 1.582zm.42-.947c-.44 0-.845-.235-.845-.718 0-.395.269-.684.84-.684h.991v.538c0 .503-.444.864-.986.864zm8.897.567c-.577-.4-.9-1.088-.9-1.983v-.65c0-1.42.894-2.338 2.305-2.338 1.352 0 2.119.82 2.139 1.806h-1.187c-.04-.351-.283-.776-.918-.776-.674 0-1.045.517-1.045 1.328v.625c0 .468.121.834.343 1.067l-.737.92z\"/><path d=\"M14.469 9.414a.75.75 0 0 1 .117 1.055l-4 5a.75.75 0 0 1-1.116.061l-2.5-2.5a.75.75 0 1 1 1.06-1.06l1.908 1.907 3.476-4.346a.75.75 0 0 1 1.055-.117z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Square",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SquareFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SquareHalf",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15V1h6a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H8zm6 1a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Stack",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m14.12 10.163 1.715.858c.22.11.22.424 0 .534L8.267 15.34a.598.598 0 0 1-.534 0L.165 11.555a.299.299 0 0 1 0-.534l1.716-.858 5.317 2.659c.505.252 1.1.252 1.604 0l5.317-2.66zM7.733.063a.598.598 0 0 1 .534 0l7.568 3.784a.3.3 0 0 1 0 .535L8.267 8.165a.598.598 0 0 1-.534 0L.165 4.382a.299.299 0 0 1 0-.535L7.733.063z\"/><path d=\"m14.12 6.576 1.715.858c.22.11.22.424 0 .534l-7.568 3.784a.598.598 0 0 1-.534 0L.165 7.968a.299.299 0 0 1 0-.534l1.716-.858 5.317 2.659c.505.252 1.1.252 1.604 0l5.317-2.659z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Star",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.866 14.85c-.078.444.36.791.746.593l4.39-2.256 4.389 2.256c.386.198.824-.149.746-.592l-.83-4.73 3.522-3.356c.33-.314.16-.888-.282-.95l-4.898-.696L8.465.792a.513.513 0 0 0-.927 0L5.354 5.12l-4.898.696c-.441.062-.612.636-.283.95l3.523 3.356-.83 4.73zm4.905-2.767-3.686 1.894.694-3.957a.565.565 0 0 0-.163-.505L1.71 6.745l4.052-.576a.525.525 0 0 0 .393-.288L8 2.223l1.847 3.658a.525.525 0 0 0 .393.288l4.052.575-2.906 2.77a.565.565 0 0 0-.163.506l.694 3.957-3.686-1.894a.503.503 0 0 0-.461 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "StarFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "StarHalf",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.354 5.119 7.538.792A.516.516 0 0 1 8 .5c.183 0 .366.097.465.292l2.184 4.327 4.898.696A.537.537 0 0 1 16 6.32a.548.548 0 0 1-.17.445l-3.523 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256a.52.52 0 0 1-.146.05c-.342.06-.668-.254-.6-.642l.83-4.73L.173 6.765a.55.55 0 0 1-.172-.403.58.58 0 0 1 .085-.302.513.513 0 0 1 .37-.245l4.898-.696zM8 12.027a.5.5 0 0 1 .232.056l3.686 1.894-.694-3.957a.565.565 0 0 1 .162-.505l2.907-2.77-4.052-.576a.525.525 0 0 1-.393-.288L8.001 2.223 8 2.226v9.8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Stars",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.657 6.247c.11-.33.576-.33.686 0l.645 1.937a2.89 2.89 0 0 0 1.829 1.828l1.936.645c.33.11.33.576 0 .686l-1.937.645a2.89 2.89 0 0 0-1.828 1.829l-.645 1.936a.361.361 0 0 1-.686 0l-.645-1.937a2.89 2.89 0 0 0-1.828-1.828l-1.937-.645a.361.361 0 0 1 0-.686l1.937-.645a2.89 2.89 0 0 0 1.828-1.828l.645-1.937zM3.794 1.148a.217.217 0 0 1 .412 0l.387 1.162c.173.518.579.924 1.097 1.097l1.162.387a.217.217 0 0 1 0 .412l-1.162.387A1.734 1.734 0 0 0 4.593 5.69l-.387 1.162a.217.217 0 0 1-.412 0L3.407 5.69A1.734 1.734 0 0 0 2.31 4.593l-1.162-.387a.217.217 0 0 1 0-.412l1.162-.387A1.734 1.734 0 0 0 3.407 2.31l.387-1.162zM10.863.099a.145.145 0 0 1 .274 0l.258.774c.115.346.386.617.732.732l.774.258a.145.145 0 0 1 0 .274l-.774.258a1.156 1.156 0 0 0-.732.732l-.258.774a.145.145 0 0 1-.274 0l-.258-.774a1.156 1.156 0 0 0-.732-.732L9.1 2.137a.145.145 0 0 1 0-.274l.774-.258c.346-.115.617-.386.732-.732L10.863.1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Stickies",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1.5 0A1.5 1.5 0 0 0 0 1.5V13a1 1 0 0 0 1 1V1.5a.5.5 0 0 1 .5-.5H14a1 1 0 0 0-1-1H1.5z\"/><path d=\"M3.5 2A1.5 1.5 0 0 0 2 3.5v11A1.5 1.5 0 0 0 3.5 16h6.086a1.5 1.5 0 0 0 1.06-.44l4.915-4.914A1.5 1.5 0 0 0 16 9.586V3.5A1.5 1.5 0 0 0 14.5 2h-11zM3 3.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 .5.5V9h-4.5A1.5 1.5 0 0 0 9 10.5V15H3.5a.5.5 0 0 1-.5-.5v-11zm7 11.293V10.5a.5.5 0 0 1 .5-.5h4.293L10 14.793z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "StickiesFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 1.5V13a1 1 0 0 0 1 1V1.5a.5.5 0 0 1 .5-.5H14a1 1 0 0 0-1-1H1.5A1.5 1.5 0 0 0 0 1.5z\"/><path d=\"M3.5 2A1.5 1.5 0 0 0 2 3.5v11A1.5 1.5 0 0 0 3.5 16h6.086a1.5 1.5 0 0 0 1.06-.44l4.915-4.914A1.5 1.5 0 0 0 16 9.586V3.5A1.5 1.5 0 0 0 14.5 2h-11zm6 8.5a1 1 0 0 1 1-1h4.396a.25.25 0 0 1 .177.427l-5.146 5.146a.25.25 0 0 1-.427-.177V10.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Sticky",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.5 1A1.5 1.5 0 0 0 1 2.5v11A1.5 1.5 0 0 0 2.5 15h6.086a1.5 1.5 0 0 0 1.06-.44l4.915-4.914A1.5 1.5 0 0 0 15 8.586V2.5A1.5 1.5 0 0 0 13.5 1h-11zM2 2.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 .5.5V8H9.5A1.5 1.5 0 0 0 8 9.5V14H2.5a.5.5 0 0 1-.5-.5v-11zm7 11.293V9.5a.5.5 0 0 1 .5-.5h4.293L9 13.793z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "StickyFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.5 1A1.5 1.5 0 0 0 1 2.5v11A1.5 1.5 0 0 0 2.5 15h6.086a1.5 1.5 0 0 0 1.06-.44l4.915-4.914A1.5 1.5 0 0 0 15 8.586V2.5A1.5 1.5 0 0 0 13.5 1h-11zm6 8.5a1 1 0 0 1 1-1h4.396a.25.25 0 0 1 .177.427l-5.146 5.146a.25.25 0 0 1-.427-.177V9.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Stop",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 5A1.5 1.5 0 0 1 5 3.5h6A1.5 1.5 0 0 1 12.5 5v6a1.5 1.5 0 0 1-1.5 1.5H5A1.5 1.5 0 0 1 3.5 11V5zM5 4.5a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5V5a.5.5 0 0 0-.5-.5H5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "StopBtn",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.5 5A1.5 1.5 0 0 0 5 6.5v3A1.5 1.5 0 0 0 6.5 11h3A1.5 1.5 0 0 0 11 9.5v-3A1.5 1.5 0 0 0 9.5 5h-3z\"/><path d=\"M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "StopBtnFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 12V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm6.5-7A1.5 1.5 0 0 0 5 6.5v3A1.5 1.5 0 0 0 6.5 11h3A1.5 1.5 0 0 0 11 9.5v-3A1.5 1.5 0 0 0 9.5 5h-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "StopCircle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M5 6.5A1.5 1.5 0 0 1 6.5 5h3A1.5 1.5 0 0 1 11 6.5v3A1.5 1.5 0 0 1 9.5 11h-3A1.5 1.5 0 0 1 5 9.5v-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "StopCircleFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.5 5A1.5 1.5 0 0 0 5 6.5v3A1.5 1.5 0 0 0 6.5 11h3A1.5 1.5 0 0 0 11 9.5v-3A1.5 1.5 0 0 0 9.5 5h-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "StopFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5 3.5h6A1.5 1.5 0 0 1 12.5 5v6a1.5 1.5 0 0 1-1.5 1.5H5A1.5 1.5 0 0 1 3.5 11V5A1.5 1.5 0 0 1 5 3.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Stoplights",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 4a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm1.5 2.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z\"/><path d=\"M4 2a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2h2c-.167.5-.8 1.6-2 2v2h2c-.167.5-.8 1.6-2 2v2h2c-.167.5-.8 1.6-2 2v1a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-1c-1.2-.4-1.833-1.5-2-2h2V8c-1.2-.4-1.833-1.5-2-2h2V4c-1.2-.4-1.833-1.5-2-2h2zm2-1a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "StoplightsFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M6 0a2 2 0 0 0-2 2H2c.167.5.8 1.6 2 2v2H2c.167.5.8 1.6 2 2v2H2c.167.5.8 1.6 2 2v1a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2v-1c1.2-.4 1.833-1.5 2-2h-2V8c1.2-.4 1.833-1.5 2-2h-2V4c1.2-.4 1.833-1.5 2-2h-2a2 2 0 0 0-2-2H6zm3.5 3.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm0 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zM8 13a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Stopwatch",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.5 5.6a.5.5 0 1 0-1 0v2.9h-3a.5.5 0 0 0 0 1H8a.5.5 0 0 0 .5-.5V5.6z\"/><path d=\"M6.5 1A.5.5 0 0 1 7 .5h2a.5.5 0 0 1 0 1v.57c1.36.196 2.594.78 3.584 1.64a.715.715 0 0 1 .012-.013l.354-.354-.354-.353a.5.5 0 0 1 .707-.708l1.414 1.415a.5.5 0 1 1-.707.707l-.353-.354-.354.354a.512.512 0 0 1-.013.012A7 7 0 1 1 7 2.071V1.5a.5.5 0 0 1-.5-.5zM8 3a6 6 0 1 0 .001 12A6 6 0 0 0 8 3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "StopwatchFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.5 0a.5.5 0 0 0 0 1H7v1.07A7.001 7.001 0 0 0 8 16a7 7 0 0 0 5.29-11.584.531.531 0 0 0 .013-.012l.354-.354.353.354a.5.5 0 1 0 .707-.707l-1.414-1.415a.5.5 0 1 0-.707.707l.354.354-.354.354a.717.717 0 0 0-.012.012A6.973 6.973 0 0 0 9 2.071V1h.5a.5.5 0 0 0 0-1h-3zm2 5.6V9a.5.5 0 0 1-.5.5H4.5a.5.5 0 0 1 0-1h3V5.6a.5.5 0 1 1 1 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Subtract",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-2H2a2 2 0 0 1-2-2V2zm2-1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SuitClub",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 1a3.25 3.25 0 0 0-3.25 3.25c0 .186 0 .29.016.41.014.12.045.27.12.527l.19.665-.692-.028a3.25 3.25 0 1 0 2.357 5.334.5.5 0 0 1 .844.518l-.003.005-.006.015-.024.055a21.893 21.893 0 0 1-.438.92 22.38 22.38 0 0 1-1.266 2.197c-.013.018-.02.05.001.09.01.02.021.03.03.036A.036.036 0 0 0 5.9 15h4.2c.01 0 .016-.002.022-.006a.092.092 0 0 0 .029-.035c.02-.04.014-.073.001-.091a22.875 22.875 0 0 1-1.704-3.117l-.024-.054-.006-.015-.002-.004a.5.5 0 0 1 .838-.524c.601.7 1.516 1.168 2.496 1.168a3.25 3.25 0 1 0-.139-6.498l-.699.03.199-.671c.14-.47.14-.745.139-.927V4.25A3.25 3.25 0 0 0 8 1zm2.207 12.024c.225.405.487.848.78 1.294C11.437 15 10.975 16 10.1 16H5.9c-.876 0-1.338-1-.887-1.683.291-.442.552-.88.776-1.283a4.25 4.25 0 1 1-2.007-8.187 2.79 2.79 0 0 1-.009-.064c-.023-.187-.023-.348-.023-.52V4.25a4.25 4.25 0 0 1 8.5 0c0 .14 0 .333-.04.596a4.25 4.25 0 0 1-.46 8.476 4.186 4.186 0 0 1-1.543-.298z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SuitClubFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11.5 12.5a3.493 3.493 0 0 1-2.684-1.254 19.92 19.92 0 0 0 1.582 2.907c.231.35-.02.847-.438.847H6.04c-.419 0-.67-.497-.438-.847a19.919 19.919 0 0 0 1.582-2.907 3.5 3.5 0 1 1-2.538-5.743 3.5 3.5 0 1 1 6.708 0A3.5 3.5 0 1 1 11.5 12.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SuitDiamond",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.384 1.226a.463.463 0 0 0-.768 0l-4.56 6.468a.537.537 0 0 0 0 .612l4.56 6.469a.463.463 0 0 0 .768 0l4.56-6.469a.537.537 0 0 0 0-.612l-4.56-6.468zM6.848.613a1.39 1.39 0 0 1 2.304 0l4.56 6.468a1.61 1.61 0 0 1 0 1.838l-4.56 6.468a1.39 1.39 0 0 1-2.304 0L2.288 8.92a1.61 1.61 0 0 1 0-1.838L6.848.613z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SuitDiamondFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.45 7.4 7.2 1.067a1 1 0 0 1 1.6 0L13.55 7.4a1 1 0 0 1 0 1.2L8.8 14.933a1 1 0 0 1-1.6 0L2.45 8.6a1 1 0 0 1 0-1.2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SuitHeart",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m8 6.236-.894-1.789c-.222-.443-.607-1.08-1.152-1.595C5.418 2.345 4.776 2 4 2 2.324 2 1 3.326 1 4.92c0 1.211.554 2.066 1.868 3.37.337.334.721.695 1.146 1.093C5.122 10.423 6.5 11.717 8 13.447c1.5-1.73 2.878-3.024 3.986-4.064.425-.398.81-.76 1.146-1.093C14.446 6.986 15 6.131 15 4.92 15 3.326 13.676 2 12 2c-.777 0-1.418.345-1.954.852-.545.515-.93 1.152-1.152 1.595L8 6.236zm.392 8.292a.513.513 0 0 1-.784 0c-1.601-1.902-3.05-3.262-4.243-4.381C1.3 8.208 0 6.989 0 4.92 0 2.755 1.79 1 4 1c1.6 0 2.719 1.05 3.404 2.008.26.365.458.716.596.992a7.55 7.55 0 0 1 .596-.992C9.281 2.049 10.4 1 12 1c2.21 0 4 1.755 4 3.92 0 2.069-1.3 3.288-3.365 5.227-1.193 1.12-2.642 2.48-4.243 4.38z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SuitHeartFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 1c2.21 0 4 1.755 4 3.92C8 2.755 9.79 1 12 1s4 1.755 4 3.92c0 3.263-3.234 4.414-7.608 9.608a.513.513 0 0 1-.784 0C3.234 9.334 0 8.183 0 4.92 0 2.755 1.79 1 4 1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SuitSpade",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 0a.5.5 0 0 1 .429.243c1.359 2.265 2.925 3.682 4.25 4.882.096.086.19.17.282.255C14.308 6.604 15.5 7.747 15.5 9.5a4 4 0 0 1-5.406 3.746c.235.39.491.782.722 1.131.434.659-.01 1.623-.856 1.623H6.04c-.845 0-1.29-.964-.856-1.623.263-.397.51-.777.728-1.134A4 4 0 0 1 .5 9.5c0-1.753 1.192-2.896 2.539-4.12l.281-.255c1.326-1.2 2.892-2.617 4.251-4.882A.5.5 0 0 1 8 0zM3.711 6.12C2.308 7.396 1.5 8.253 1.5 9.5a3 3 0 0 0 5.275 1.956.5.5 0 0 1 .868.43c-.094.438-.33.932-.611 1.428a29.247 29.247 0 0 1-1.013 1.614.03.03 0 0 0-.005.018.074.074 0 0 0 .024.054h3.924a.074.074 0 0 0 .024-.054.03.03 0 0 0-.005-.018c-.3-.455-.658-1.005-.96-1.535-.294-.514-.57-1.064-.664-1.507a.5.5 0 0 1 .868-.43A3 3 0 0 0 14.5 9.5c0-1.247-.808-2.104-2.211-3.38L12 5.86c-1.196-1.084-2.668-2.416-4-4.424-1.332 2.008-2.804 3.34-4 4.422l-.289.261z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SuitSpadeFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.184 11.246A3.5 3.5 0 0 1 1 9c0-1.602 1.14-2.633 2.66-4.008C4.986 3.792 6.602 2.33 8 0c1.398 2.33 3.014 3.792 4.34 4.992C13.86 6.367 15 7.398 15 9a3.5 3.5 0 0 1-6.184 2.246 19.92 19.92 0 0 0 1.582 2.907c.231.35-.02.847-.438.847H6.04c-.419 0-.67-.497-.438-.847a19.919 19.919 0 0 0 1.582-2.907z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Sun",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0 1a4 4 0 1 0 0-8 4 4 0 0 0 0 8zM8 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 0zm0 13a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 13zm8-5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5zM3 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2A.5.5 0 0 1 3 8zm10.657-5.657a.5.5 0 0 1 0 .707l-1.414 1.415a.5.5 0 1 1-.707-.708l1.414-1.414a.5.5 0 0 1 .707 0zm-9.193 9.193a.5.5 0 0 1 0 .707L3.05 13.657a.5.5 0 0 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zm9.193 2.121a.5.5 0 0 1-.707 0l-1.414-1.414a.5.5 0 0 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .707zM4.464 4.465a.5.5 0 0 1-.707 0L2.343 3.05a.5.5 0 1 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SunFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8zM8 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 0zm0 13a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 13zm8-5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5zM3 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2A.5.5 0 0 1 3 8zm10.657-5.657a.5.5 0 0 1 0 .707l-1.414 1.415a.5.5 0 1 1-.707-.708l1.414-1.414a.5.5 0 0 1 .707 0zm-9.193 9.193a.5.5 0 0 1 0 .707L3.05 13.657a.5.5 0 0 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zm9.193 2.121a.5.5 0 0 1-.707 0l-1.414-1.414a.5.5 0 0 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .707zM4.464 4.465a.5.5 0 0 1-.707 0L2.343 3.05a.5.5 0 1 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Sunglasses",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 5a2 2 0 0 0-2 2v.5H.5a.5.5 0 0 0 0 1H1V9a2 2 0 0 0 2 2h1a3 3 0 0 0 3-3 1 1 0 1 1 2 0 3 3 0 0 0 3 3h1a2 2 0 0 0 2-2v-.5h.5a.5.5 0 0 0 0-1H15V7a2 2 0 0 0-2-2h-2a2 2 0 0 0-1.888 1.338A1.99 1.99 0 0 0 8 6a1.99 1.99 0 0 0-1.112.338A2 2 0 0 0 5 5H3zm0 1h.941c.264 0 .348.356.112.474l-.457.228a2 2 0 0 0-.894.894l-.228.457C2.356 8.289 2 8.205 2 7.94V7a1 1 0 0 1 1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Sunrise",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.646 1.146a.5.5 0 0 1 .708 0l1.5 1.5a.5.5 0 0 1-.708.708L8.5 2.707V4.5a.5.5 0 0 1-1 0V2.707l-.646.647a.5.5 0 1 1-.708-.708l1.5-1.5zM2.343 4.343a.5.5 0 0 1 .707 0l1.414 1.414a.5.5 0 0 1-.707.707L2.343 5.05a.5.5 0 0 1 0-.707zm11.314 0a.5.5 0 0 1 0 .707l-1.414 1.414a.5.5 0 1 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zM8 7a3 3 0 0 1 2.599 4.5H5.4A3 3 0 0 1 8 7zm3.71 4.5a4 4 0 1 0-7.418 0H.499a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1h-3.79zM0 10a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2A.5.5 0 0 1 0 10zm13 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SunriseFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.646 1.146a.5.5 0 0 1 .708 0l1.5 1.5a.5.5 0 0 1-.708.708L8.5 2.707V4.5a.5.5 0 0 1-1 0V2.707l-.646.647a.5.5 0 1 1-.708-.708l1.5-1.5zM2.343 4.343a.5.5 0 0 1 .707 0l1.414 1.414a.5.5 0 0 1-.707.707L2.343 5.05a.5.5 0 0 1 0-.707zm11.314 0a.5.5 0 0 1 0 .707l-1.414 1.414a.5.5 0 1 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zM11.709 11.5a4 4 0 1 0-7.418 0H.5a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1h-3.79zM0 10a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2A.5.5 0 0 1 0 10zm13 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Sunset",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.646 4.854a.5.5 0 0 0 .708 0l1.5-1.5a.5.5 0 0 0-.708-.708l-.646.647V1.5a.5.5 0 0 0-1 0v1.793l-.646-.647a.5.5 0 1 0-.708.708l1.5 1.5zm-5.303-.51a.5.5 0 0 1 .707 0l1.414 1.413a.5.5 0 0 1-.707.707L2.343 5.05a.5.5 0 0 1 0-.707zm11.314 0a.5.5 0 0 1 0 .706l-1.414 1.414a.5.5 0 1 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zM8 7a3 3 0 0 1 2.599 4.5H5.4A3 3 0 0 1 8 7zm3.71 4.5a4 4 0 1 0-7.418 0H.499a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1h-3.79zM0 10a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2A.5.5 0 0 1 0 10zm13 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SunsetFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.646 4.854a.5.5 0 0 0 .708 0l1.5-1.5a.5.5 0 0 0-.708-.708l-.646.647V1.5a.5.5 0 0 0-1 0v1.793l-.646-.647a.5.5 0 1 0-.708.708l1.5 1.5zm-5.303-.51a.5.5 0 0 1 .707 0l1.414 1.413a.5.5 0 0 1-.707.707L2.343 5.05a.5.5 0 0 1 0-.707zm11.314 0a.5.5 0 0 1 0 .706l-1.414 1.414a.5.5 0 1 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zM11.709 11.5a4 4 0 1 0-7.418 0H.5a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1h-3.79zM0 10a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2A.5.5 0 0 1 0 10zm13 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SymmetryHorizontal",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13.5 7a.5.5 0 0 0 .24-.939l-11-6A.5.5 0 0 0 2 .5v6a.5.5 0 0 0 .5.5h11zm.485 2.376a.5.5 0 0 1-.246.563l-11 6A.5.5 0 0 1 2 15.5v-6a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 .485.376zM11.539 10H3v4.658L11.54 10z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "SymmetryVertical",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7 2.5a.5.5 0 0 0-.939-.24l-6 11A.5.5 0 0 0 .5 14h6a.5.5 0 0 0 .5-.5v-11zm2.376-.484a.5.5 0 0 1 .563.245l6 11A.5.5 0 0 1 15.5 14h-6a.5.5 0 0 1-.5-.5v-11a.5.5 0 0 1 .376-.484zM10 4.46V13h4.658L10 4.46z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Table",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm15 2h-4v3h4V4zm0 4h-4v3h4V8zm0 4h-4v3h3a1 1 0 0 0 1-1v-2zm-5 3v-3H6v3h4zm-5 0v-3H1v2a1 1 0 0 0 1 1h3zm-4-4h4V8H1v3zm0-4h4V4H1v3zm5-3v3h4V4H6zm4 4H6v3h4V8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Tablet",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h8zM4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4z\"/><path d=\"M8 14a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "TabletFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm7 11a1 1 0 1 0-2 0 1 1 0 0 0 2 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "TabletLandscape",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1 4a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4zm-1 8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v8z\"/><path d=\"M14 8a1 1 0 1 0-2 0 1 1 0 0 0 2 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "TabletLandscapeFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 14a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2zm11-7a1 1 0 1 0 0 2 1 1 0 0 0 0-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Tag",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 4.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-1 0a.5.5 0 1 0-1 0 .5.5 0 0 0 1 0z\"/><path d=\"M2 1h4.586a1 1 0 0 1 .707.293l7 7a1 1 0 0 1 0 1.414l-4.586 4.586a1 1 0 0 1-1.414 0l-7-7A1 1 0 0 1 1 6.586V2a1 1 0 0 1 1-1zm0 5.586 7 7L13.586 9l-7-7H2v4.586z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "TagFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 1a1 1 0 0 0-1 1v4.586a1 1 0 0 0 .293.707l7 7a1 1 0 0 0 1.414 0l4.586-4.586a1 1 0 0 0 0-1.414l-7-7A1 1 0 0 0 6.586 1H2zm4 3.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Tags",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 2v4.586l7 7L14.586 9l-7-7H3zM2 2a1 1 0 0 1 1-1h4.586a1 1 0 0 1 .707.293l7 7a1 1 0 0 1 0 1.414l-4.586 4.586a1 1 0 0 1-1.414 0l-7-7A1 1 0 0 1 2 6.586V2z\"/><path d=\"M5.5 5a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm0 1a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zM1 7.086a1 1 0 0 0 .293.707L8.75 15.25l-.043.043a1 1 0 0 1-1.414 0l-7-7A1 1 0 0 1 0 7.586V3a1 1 0 0 1 1-1v5.086z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "TagsFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 2a1 1 0 0 1 1-1h4.586a1 1 0 0 1 .707.293l7 7a1 1 0 0 1 0 1.414l-4.586 4.586a1 1 0 0 1-1.414 0l-7-7A1 1 0 0 1 2 6.586V2zm3.5 4a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z\"/><path d=\"M1.293 7.793A1 1 0 0 1 1 7.086V2a1 1 0 0 0-1 1v4.586a1 1 0 0 0 .293.707l7 7a1 1 0 0 0 1.414 0l.043-.043-7.457-7.457z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Telegram",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.287 5.906c-.778.324-2.334.994-4.666 2.01-.378.15-.577.298-.595.442-.03.243.275.339.69.47l.175.055c.408.133.958.288 1.243.294.26.006.549-.1.868-.32 2.179-1.471 3.304-2.214 3.374-2.23.05-.012.12-.026.166.016.047.041.042.12.037.141-.03.129-1.227 1.241-1.846 1.817-.193.18-.33.307-.358.336a8.154 8.154 0 0 1-.188.186c-.38.366-.664.64.015 1.088.327.216.589.393.85.571.284.194.568.387.936.629.093.06.183.125.27.187.331.236.63.448.997.414.214-.02.435-.22.547-.82.265-1.417.786-4.486.906-5.751a1.426 1.426 0 0 0-.013-.315.337.337 0 0 0-.114-.217.526.526 0 0 0-.31-.093c-.3.005-.763.166-2.984 1.09z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Telephone",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58L3.654 1.328zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "TelephoneFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "TelephoneForward",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58L3.654 1.328zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511zm10.762.135a.5.5 0 0 1 .708 0l2.5 2.5a.5.5 0 0 1 0 .708l-2.5 2.5a.5.5 0 0 1-.708-.708L14.293 4H9.5a.5.5 0 0 1 0-1h4.793l-1.647-1.646a.5.5 0 0 1 0-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "TelephoneForwardFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511zm10.761.135a.5.5 0 0 1 .708 0l2.5 2.5a.5.5 0 0 1 0 .708l-2.5 2.5a.5.5 0 0 1-.708-.708L14.293 4H9.5a.5.5 0 0 1 0-1h4.793l-1.647-1.646a.5.5 0 0 1 0-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "TelephoneInbound",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M15.854.146a.5.5 0 0 1 0 .708L11.707 5H14.5a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 1 0v2.793L15.146.146a.5.5 0 0 1 .708 0zm-12.2 1.182a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58L3.654 1.328zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "TelephoneInboundFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511zM15.854.146a.5.5 0 0 1 0 .708L11.707 5H14.5a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 1 0v2.793L15.146.146a.5.5 0 0 1 .708 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "TelephoneMinus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M10 3.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5z\"/><path d=\"M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58L3.654 1.328zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "TelephoneMinusFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511zM10 3.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "TelephoneOutbound",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58L3.654 1.328zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511zM11 .5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V1.707l-4.146 4.147a.5.5 0 0 1-.708-.708L14.293 1H11.5a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "TelephoneOutboundFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511zM11 .5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V1.707l-4.146 4.147a.5.5 0 0 1-.708-.708L14.293 1H11.5a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "TelephonePlus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58L3.654 1.328zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z\"/><path fill-rule=\"evenodd\" d=\"M12.5 1a.5.5 0 0 1 .5.5V3h1.5a.5.5 0 0 1 0 1H13v1.5a.5.5 0 0 1-1 0V4h-1.5a.5.5 0 0 1 0-1H12V1.5a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "TelephonePlusFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511zM12.5 1a.5.5 0 0 1 .5.5V3h1.5a.5.5 0 0 1 0 1H13v1.5a.5.5 0 0 1-1 0V4h-1.5a.5.5 0 0 1 0-1H12V1.5a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "TelephoneX",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58L3.654 1.328zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z\"/><path fill-rule=\"evenodd\" d=\"M11.146 1.646a.5.5 0 0 1 .708 0L13 2.793l1.146-1.147a.5.5 0 0 1 .708.708L13.707 3.5l1.147 1.146a.5.5 0 0 1-.708.708L13 4.207l-1.146 1.147a.5.5 0 0 1-.708-.708L12.293 3.5l-1.147-1.146a.5.5 0 0 1 0-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "TelephoneXFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511zm9.261 1.135a.5.5 0 0 1 .708 0L13 2.793l1.146-1.147a.5.5 0 0 1 .708.708L13.707 3.5l1.147 1.146a.5.5 0 0 1-.708.708L13 4.207l-1.146 1.147a.5.5 0 0 1-.708-.708L12.293 3.5l-1.147-1.146a.5.5 0 0 1 0-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Terminal",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 9a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3A.5.5 0 0 1 6 9zM3.854 4.146a.5.5 0 1 0-.708.708L4.793 6.5 3.146 8.146a.5.5 0 1 0 .708.708l2-2a.5.5 0 0 0 0-.708l-2-2z\"/><path d=\"M2 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2H2zm12 1a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h12z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "TerminalFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 3a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3zm9.5 5.5h-3a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1zm-6.354-.354a.5.5 0 1 0 .708.708l2-2a.5.5 0 0 0 0-.708l-2-2a.5.5 0 1 0-.708.708L4.793 6.5 3.146 8.146z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "TextCenter",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M4 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm2-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "TextIndentLeft",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 3.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm.646 2.146a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L4.293 8 2.646 6.354a.5.5 0 0 1 0-.708zM7 6.5a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 3a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5zm-5 3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "TextIndentRight",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 3.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm10.646 2.146a.5.5 0 0 1 .708.708L11.707 8l1.647 1.646a.5.5 0 0 1-.708.708l-2-2a.5.5 0 0 1 0-.708l2-2zM2 6.5a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 3a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "TextLeft",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M2 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "TextParagraph",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M2 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm4-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "TextRight",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M6 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-4-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm4-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-4-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Textarea",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1.5 2.5A1.5 1.5 0 0 1 3 1h10a1.5 1.5 0 0 1 1.5 1.5v3.563a2 2 0 0 1 0 3.874V13.5A1.5 1.5 0 0 1 13 15H3a1.5 1.5 0 0 1-1.5-1.5V9.937a2 2 0 0 1 0-3.874V2.5zm1 3.563a2 2 0 0 1 0 3.874V13.5a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V9.937a2 2 0 0 1 0-3.874V2.5A.5.5 0 0 0 13 2H3a.5.5 0 0 0-.5.5v3.563zM2 7a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm12 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "TextareaResize",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M.5 4A2.5 2.5 0 0 1 3 1.5h12A2.5 2.5 0 0 1 17.5 4v8a2.5 2.5 0 0 1-2.5 2.5H3A2.5 2.5 0 0 1 .5 12V4zM3 2.5A1.5 1.5 0 0 0 1.5 4v8A1.5 1.5 0 0 0 3 13.5h12a1.5 1.5 0 0 0 1.5-1.5V4A1.5 1.5 0 0 0 15 2.5H3zm11.854 5.646a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708l3-3a.5.5 0 0 1 .708 0zm0 2.5a.5.5 0 0 1 0 .708l-.5.5a.5.5 0 0 1-.708-.708l.5-.5a.5.5 0 0 1 .708 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "TextareaT",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1.5 2.5A1.5 1.5 0 0 1 3 1h10a1.5 1.5 0 0 1 1.5 1.5v3.563a2 2 0 0 1 0 3.874V13.5A1.5 1.5 0 0 1 13 15H3a1.5 1.5 0 0 1-1.5-1.5V9.937a2 2 0 0 1 0-3.874V2.5zm1 3.563a2 2 0 0 1 0 3.874V13.5a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V9.937a2 2 0 0 1 0-3.874V2.5A.5.5 0 0 0 13 2H3a.5.5 0 0 0-.5.5v3.563zM2 7a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm12 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2z\"/><path d=\"M11.434 4H4.566L4.5 5.994h.386c.21-1.252.612-1.446 2.173-1.495l.343-.011v6.343c0 .537-.116.665-1.049.748V12h3.294v-.421c-.938-.083-1.054-.21-1.054-.748V4.488l.348.01c1.56.05 1.963.244 2.173 1.496h.386L11.434 4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Thermometer",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 14a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z\"/><path d=\"M8 0a2.5 2.5 0 0 0-2.5 2.5v7.55a3.5 3.5 0 1 0 5 0V2.5A2.5 2.5 0 0 0 8 0zM6.5 2.5a1.5 1.5 0 1 1 3 0v7.987l.167.15a2.5 2.5 0 1 1-3.333 0l.166-.15V2.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ThermometerHalf",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.5 12.5a1.5 1.5 0 1 1-2-1.415V6.5a.5.5 0 0 1 1 0v4.585a1.5 1.5 0 0 1 1 1.415z\"/><path d=\"M5.5 2.5a2.5 2.5 0 0 1 5 0v7.55a3.5 3.5 0 1 1-5 0V2.5zM8 1a1.5 1.5 0 0 0-1.5 1.5v7.987l-.167.15a2.5 2.5 0 1 0 3.333 0l-.166-.15V2.5A1.5 1.5 0 0 0 8 1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ThermometerHigh",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.5 12.5a1.5 1.5 0 1 1-2-1.415V2.5a.5.5 0 0 1 1 0v8.585a1.5 1.5 0 0 1 1 1.415z\"/><path d=\"M5.5 2.5a2.5 2.5 0 0 1 5 0v7.55a3.5 3.5 0 1 1-5 0V2.5zM8 1a1.5 1.5 0 0 0-1.5 1.5v7.987l-.167.15a2.5 2.5 0 1 0 3.333 0l-.166-.15V2.5A1.5 1.5 0 0 0 8 1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ThermometerLow",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.5 12.5a1.5 1.5 0 1 1-2-1.415V9.5a.5.5 0 0 1 1 0v1.585a1.5 1.5 0 0 1 1 1.415z\"/><path d=\"M5.5 2.5a2.5 2.5 0 0 1 5 0v7.55a3.5 3.5 0 1 1-5 0V2.5zM8 1a1.5 1.5 0 0 0-1.5 1.5v7.987l-.167.15a2.5 2.5 0 1 0 3.333 0l-.166-.15V2.5A1.5 1.5 0 0 0 8 1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ThermometerSnow",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5 12.5a1.5 1.5 0 1 1-2-1.415V9.5a.5.5 0 0 1 1 0v1.585A1.5 1.5 0 0 1 5 12.5z\"/><path d=\"M1 2.5a2.5 2.5 0 0 1 5 0v7.55a3.5 3.5 0 1 1-5 0V2.5zM3.5 1A1.5 1.5 0 0 0 2 2.5v7.987l-.167.15a2.5 2.5 0 1 0 3.333 0L5 10.486V2.5A1.5 1.5 0 0 0 3.5 1zm5 1a.5.5 0 0 1 .5.5v1.293l.646-.647a.5.5 0 0 1 .708.708L9 5.207v1.927l1.669-.963.495-1.85a.5.5 0 1 1 .966.26l-.237.882 1.12-.646a.5.5 0 0 1 .5.866l-1.12.646.884.237a.5.5 0 1 1-.26.966l-1.848-.495L9.5 8l1.669.963 1.849-.495a.5.5 0 1 1 .258.966l-.883.237 1.12.646a.5.5 0 0 1-.5.866l-1.12-.646.237.883a.5.5 0 1 1-.966.258L10.67 9.83 9 8.866v1.927l1.354 1.353a.5.5 0 0 1-.708.708L9 12.207V13.5a.5.5 0 0 1-1 0v-11a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ThermometerSun",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5 12.5a1.5 1.5 0 1 1-2-1.415V2.5a.5.5 0 0 1 1 0v8.585A1.5 1.5 0 0 1 5 12.5z\"/><path d=\"M1 2.5a2.5 2.5 0 0 1 5 0v7.55a3.5 3.5 0 1 1-5 0V2.5zM3.5 1A1.5 1.5 0 0 0 2 2.5v7.987l-.167.15a2.5 2.5 0 1 0 3.333 0L5 10.486V2.5A1.5 1.5 0 0 0 3.5 1zm5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1a.5.5 0 0 1 .5-.5zm4.243 1.757a.5.5 0 0 1 0 .707l-.707.708a.5.5 0 1 1-.708-.708l.708-.707a.5.5 0 0 1 .707 0zM8 5.5a.5.5 0 0 1 .5-.5 3 3 0 1 1 0 6 .5.5 0 0 1 0-1 2 2 0 0 0 0-4 .5.5 0 0 1-.5-.5zM12.5 8a.5.5 0 0 1 .5-.5h1a.5.5 0 1 1 0 1h-1a.5.5 0 0 1-.5-.5zm-1.172 2.828a.5.5 0 0 1 .708 0l.707.708a.5.5 0 0 1-.707.707l-.708-.707a.5.5 0 0 1 0-.708zM8.5 12a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ThreeDots",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 9.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm5 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm5 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ThreeDotsVertical",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.5 13a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm0-5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm0-5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Toggle2Off",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9 11c.628-.836 1-1.874 1-3a4.978 4.978 0 0 0-1-3h4a3 3 0 1 1 0 6H9z\"/><path d=\"M5 12a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0 1A5 5 0 1 0 5 3a5 5 0 0 0 0 10z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Toggle2On",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7 5H3a3 3 0 0 0 0 6h4a4.995 4.995 0 0 1-.584-1H3a2 2 0 1 1 0-4h3.416c.156-.357.352-.692.584-1z\"/><path d=\"M16 8A5 5 0 1 1 6 8a5 5 0 0 1 10 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ToggleOff",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11 4a4 4 0 0 1 0 8H8a4.992 4.992 0 0 0 2-4 4.992 4.992 0 0 0-2-4h3zm-6 8a4 4 0 1 1 0-8 4 4 0 0 1 0 8zM0 8a5 5 0 0 0 5 5h6a5 5 0 0 0 0-10H5a5 5 0 0 0-5 5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ToggleOn",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5 3a5 5 0 0 0 0 10h6a5 5 0 0 0 0-10H5zm6 9a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Toggles",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.5 9a3.5 3.5 0 1 0 0 7h7a3.5 3.5 0 1 0 0-7h-7zm7 6a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5zm-7-14a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zm2.45 0A3.49 3.49 0 0 1 8 3.5 3.49 3.49 0 0 1 6.95 6h4.55a2.5 2.5 0 0 0 0-5H6.95zM4.5 0h7a3.5 3.5 0 1 1 0 7h-7a3.5 3.5 0 1 1 0-7z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Toggles2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.465 10H12a2 2 0 1 1 0 4H9.465c.34-.588.535-1.271.535-2 0-.729-.195-1.412-.535-2z\"/><path d=\"M6 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 1a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm.535-10a3.975 3.975 0 0 1-.409-1H4a1 1 0 0 1 0-2h2.126c.091-.355.23-.69.41-1H4a2 2 0 1 0 0 4h2.535z\"/><path d=\"M14 4a4 4 0 1 1-8 0 4 4 0 0 1 8 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Tools",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1 0 0 1l2.2 3.081a1 1 0 0 0 .815.419h.07a1 1 0 0 1 .708.293l2.675 2.675-2.617 2.654A3.003 3.003 0 0 0 0 13a3 3 0 1 0 5.878-.851l2.654-2.617.968.968-.305.914a1 1 0 0 0 .242 1.023l3.356 3.356a1 1 0 0 0 1.414 0l1.586-1.586a1 1 0 0 0 0-1.414l-3.356-3.356a1 1 0 0 0-1.023-.242L10.5 9.5l-.96-.96 2.68-2.643A3.005 3.005 0 0 0 16 3c0-.269-.035-.53-.102-.777l-2.14 2.141L12 4l-.364-1.757L13.777.102a3 3 0 0 0-3.675 3.68L7.462 6.46 4.793 3.793a1 1 0 0 1-.293-.707v-.071a1 1 0 0 0-.419-.814L1 0zm9.646 10.646a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708zM3 11l.471.242.529.026.287.445.445.287.026.529L5 13l-.242.471-.026.529-.445.287-.287.445-.529.026L3 15l-.471-.242L2 14.732l-.287-.445L1.268 14l-.026-.529L1 13l.242-.471.026-.529.445-.287.287-.445.529-.026L3 11z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Tornado",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1.125 2.45A.892.892 0 0 1 1 2c0-.26.116-.474.258-.634a1.9 1.9 0 0 1 .513-.389c.387-.21.913-.385 1.52-.525C4.514.17 6.18 0 8 0c1.821 0 3.486.17 4.709.452.607.14 1.133.314 1.52.525.193.106.374.233.513.389.141.16.258.374.258.634 0 1.011-.35 1.612-.634 2.102-.04.07-.08.137-.116.203a2.55 2.55 0 0 0-.313.809 2.938 2.938 0 0 0-.011.891.5.5 0 0 1 .428.849c-.06.06-.133.126-.215.195.204 1.116.088 1.99-.3 2.711-.453.84-1.231 1.383-2.02 1.856-.204.123-.412.243-.62.364-1.444.832-2.928 1.689-3.735 3.706a.5.5 0 0 1-.748.226l-.001-.001-.002-.001-.004-.003-.01-.008a2.142 2.142 0 0 1-.147-.115 4.095 4.095 0 0 1-1.179-1.656 3.786 3.786 0 0 1-.247-1.296A.498.498 0 0 1 5 12.5v-.018a.62.62 0 0 1 .008-.079.728.728 0 0 1 .188-.386c.09-.489.272-1.014.573-1.574a.5.5 0 0 1 .073-.918 3.29 3.29 0 0 1 .617-.144l.15-.193c.285-.356.404-.639.437-.861a.948.948 0 0 0-.122-.619c-.249-.455-.815-.903-1.613-1.43-.193-.127-.398-.258-.609-.394l-.119-.076a12.307 12.307 0 0 1-1.241-.334.5.5 0 0 1-.285-.707l-.23-.18C2.117 4.01 1.463 3.32 1.125 2.45zm1.973 1.051c.113.104.233.207.358.308.472.381.99.722 1.515 1.06 1.54.317 3.632.5 5.43.14a.5.5 0 0 1 .197.981c-1.216.244-2.537.26-3.759.157.399.326.744.682.963 1.081.203.373.302.79.233 1.247-.05.33-.182.657-.39.985.075.017.148.035.22.053l.006.002c.481.12.863.213 1.47.01a.5.5 0 1 1 .317.95c-.888.295-1.505.141-2.023.012l-.006-.002a3.894 3.894 0 0 0-.644-.123c-.37.55-.598 1.05-.726 1.497.142.045.296.11.465.194a.5.5 0 1 1-.448.894 3.11 3.11 0 0 0-.148-.07c.012.345.084.643.18.895.14.369.342.666.528.886.992-1.903 2.583-2.814 3.885-3.56.203-.116.399-.228.584-.34.775-.464 1.34-.89 1.653-1.472.212-.393.33-.9.26-1.617A6.74 6.74 0 0 1 10 8.5a.5.5 0 0 1 0-1 5.76 5.76 0 0 0 3.017-.872.515.515 0 0 1-.007-.03c-.135-.673-.14-1.207-.056-1.665.084-.46.253-.81.421-1.113l.131-.23c.065-.112.126-.22.182-.327-.29.107-.62.202-.98.285C11.487 3.83 9.822 4 8 4c-1.821 0-3.486-.17-4.709-.452-.065-.015-.13-.03-.193-.047zM13.964 2a1.12 1.12 0 0 0-.214-.145c-.272-.148-.697-.297-1.266-.428C11.354 1.166 9.769 1 8 1c-1.769 0-3.354.166-4.484.427-.569.13-.994.28-1.266.428A1.12 1.12 0 0 0 2.036 2c.04.038.109.087.214.145.272.148.697.297 1.266.428C4.646 2.834 6.231 3 8 3c1.769 0 3.354-.166 4.484-.427.569-.13.994-.28 1.266-.428A1.12 1.12 0 0 0 13.964 2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Translate",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.545 6.714 4.11 8H3l1.862-5h1.284L8 8H6.833l-.435-1.286H4.545zm1.634-.736L5.5 3.956h-.049l-.679 2.022H6.18z\"/><path d=\"M0 2a2 2 0 0 1 2-2h7a2 2 0 0 1 2 2v3h3a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-3H2a2 2 0 0 1-2-2V2zm2-1a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H2zm7.138 9.995c.193.301.402.583.63.846-.748.575-1.673 1.001-2.768 1.292.178.217.451.635.555.867 1.125-.359 2.08-.844 2.886-1.494.777.665 1.739 1.165 2.93 1.472.133-.254.414-.673.629-.89-1.125-.253-2.057-.694-2.82-1.284.681-.747 1.222-1.651 1.621-2.757H14V8h-3v1.047h.765c-.318.844-.74 1.546-1.272 2.13a6.066 6.066 0 0 1-.415-.492 1.988 1.988 0 0 1-.94.31z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Trash",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.5 5.5A.5.5 0 0 1 6 6v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5zm2.5 0a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5zm3 .5a.5.5 0 0 0-1 0v6a.5.5 0 0 0 1 0V6z\"/><path fill-rule=\"evenodd\" d=\"M14.5 3a1 1 0 0 1-1 1H13v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V4h-.5a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1H6a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1h3.5a1 1 0 0 1 1 1v1zM4.118 4 4 4.059V13a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V4.059L11.882 4H4.118zM2.5 3V2h11v1h-11z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Trash2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 3a.702.702 0 0 1-.037.225l-1.684 10.104A2 2 0 0 1 10.305 15H5.694a2 2 0 0 1-1.973-1.671L2.037 3.225A.703.703 0 0 1 2 3c0-1.105 2.686-2 6-2s6 .895 6 2zM3.215 4.207l1.493 8.957a1 1 0 0 0 .986.836h4.612a1 1 0 0 0 .986-.836l1.493-8.957C11.69 4.689 9.954 5 8 5c-1.954 0-3.69-.311-4.785-.793z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Trash2Fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.037 3.225A.703.703 0 0 1 2 3c0-1.105 2.686-2 6-2s6 .895 6 2a.702.702 0 0 1-.037.225l-1.684 10.104A2 2 0 0 1 10.305 15H5.694a2 2 0 0 1-1.973-1.671L2.037 3.225zm9.89-.69C10.966 2.214 9.578 2 8 2c-1.58 0-2.968.215-3.926.534-.477.16-.795.327-.975.466.18.14.498.307.975.466C5.032 3.786 6.42 4 8 4s2.967-.215 3.926-.534c.477-.16.795-.327.975-.466-.18-.14-.498-.307-.975-.466z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "TrashFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.5 1a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1H3v9a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V4h.5a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H10a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1H2.5zm3 4a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-1 0v-7a.5.5 0 0 1 .5-.5zM8 5a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-1 0v-7A.5.5 0 0 1 8 5zm3 .5v7a.5.5 0 0 1-1 0v-7a.5.5 0 0 1 1 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Tree",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.416.223a.5.5 0 0 0-.832 0l-3 4.5A.5.5 0 0 0 5 5.5h.098L3.076 8.735A.5.5 0 0 0 3.5 9.5h.191l-1.638 3.276a.5.5 0 0 0 .447.724H7V16h2v-2.5h4.5a.5.5 0 0 0 .447-.724L12.31 9.5h.191a.5.5 0 0 0 .424-.765L10.902 5.5H11a.5.5 0 0 0 .416-.777l-3-4.5zM6.437 4.758A.5.5 0 0 0 6 4.5h-.066L8 1.401 10.066 4.5H10a.5.5 0 0 0-.424.765L11.598 8.5H11.5a.5.5 0 0 0-.447.724L12.69 12.5H3.309l1.638-3.276A.5.5 0 0 0 4.5 8.5h-.098l2.022-3.235a.5.5 0 0 0 .013-.507z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "TreeFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.416.223a.5.5 0 0 0-.832 0l-3 4.5A.5.5 0 0 0 5 5.5h.098L3.076 8.735A.5.5 0 0 0 3.5 9.5h.191l-1.638 3.276a.5.5 0 0 0 .447.724H7V16h2v-2.5h4.5a.5.5 0 0 0 .447-.724L12.31 9.5h.191a.5.5 0 0 0 .424-.765L10.902 5.5H11a.5.5 0 0 0 .416-.777l-3-4.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Triangle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.938 2.016A.13.13 0 0 1 8.002 2a.13.13 0 0 1 .063.016.146.146 0 0 1 .054.057l6.857 11.667c.036.06.035.124.002.183a.163.163 0 0 1-.054.06.116.116 0 0 1-.066.017H1.146a.115.115 0 0 1-.066-.017.163.163 0 0 1-.054-.06.176.176 0 0 1 .002-.183L7.884 2.073a.147.147 0 0 1 .054-.057zm1.044-.45a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767L8.982 1.566z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "TriangleFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M7.022 1.566a1.13 1.13 0 0 1 1.96 0l6.857 11.667c.457.778-.092 1.767-.98 1.767H1.144c-.889 0-1.437-.99-.98-1.767L7.022 1.566z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "TriangleHalf",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.065 2.016A.13.13 0 0 0 8.002 2v11.983l6.856.017a.12.12 0 0 0 .066-.017.162.162 0 0 0 .054-.06.176.176 0 0 0-.002-.183L8.12 2.073a.146.146 0 0 0-.054-.057zm-1.043-.45a1.13 1.13 0 0 1 1.96 0l6.856 11.667c.458.778-.091 1.767-.98 1.767H1.146c-.889 0-1.437-.99-.98-1.767L7.022 1.566z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Trophy",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.5.5A.5.5 0 0 1 3 0h10a.5.5 0 0 1 .5.5c0 .538-.012 1.05-.034 1.536a3 3 0 1 1-1.133 5.89c-.79 1.865-1.878 2.777-2.833 3.011v2.173l1.425.356c.194.048.377.135.537.255L13.3 15.1a.5.5 0 0 1-.3.9H3a.5.5 0 0 1-.3-.9l1.838-1.379c.16-.12.343-.207.537-.255L6.5 13.11v-2.173c-.955-.234-2.043-1.146-2.833-3.012a3 3 0 1 1-1.132-5.89A33.076 33.076 0 0 1 2.5.5zm.099 2.54a2 2 0 0 0 .72 3.935c-.333-1.05-.588-2.346-.72-3.935zm10.083 3.935a2 2 0 0 0 .72-3.935c-.133 1.59-.388 2.885-.72 3.935zM3.504 1c.007.517.026 1.006.056 1.469.13 2.028.457 3.546.87 4.667C5.294 9.48 6.484 10 7 10a.5.5 0 0 1 .5.5v2.61a1 1 0 0 1-.757.97l-1.426.356a.5.5 0 0 0-.179.085L4.5 15h7l-.638-.479a.501.501 0 0 0-.18-.085l-1.425-.356a1 1 0 0 1-.757-.97V10.5A.5.5 0 0 1 9 10c.516 0 1.706-.52 2.57-2.864.413-1.12.74-2.64.87-4.667.03-.463.049-.952.056-1.469H3.504z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "TrophyFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.5.5A.5.5 0 0 1 3 0h10a.5.5 0 0 1 .5.5c0 .538-.012 1.05-.034 1.536a3 3 0 1 1-1.133 5.89c-.79 1.865-1.878 2.777-2.833 3.011v2.173l1.425.356c.194.048.377.135.537.255L13.3 15.1a.5.5 0 0 1-.3.9H3a.5.5 0 0 1-.3-.9l1.838-1.379c.16-.12.343-.207.537-.255L6.5 13.11v-2.173c-.955-.234-2.043-1.146-2.833-3.012a3 3 0 1 1-1.132-5.89A33.076 33.076 0 0 1 2.5.5zm.099 2.54a2 2 0 0 0 .72 3.935c-.333-1.05-.588-2.346-.72-3.935zm10.083 3.935a2 2 0 0 0 .72-3.935c-.133 1.59-.388 2.885-.72 3.935z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "TropicalStorm",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 9.5a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/><path d=\"M9.5 2c-.9 0-1.75.216-2.501.6A5 5 0 0 1 13 7.5a6.5 6.5 0 1 1-13 0 .5.5 0 0 1 1 0 5.5 5.5 0 0 0 8.001 4.9A5 5 0 0 1 3 7.5a6.5 6.5 0 0 1 13 0 .5.5 0 0 1-1 0A5.5 5.5 0 0 0 9.5 2zM8 3.5a4 4 0 1 0 0 8 4 4 0 0 0 0-8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Truck",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 3.5A1.5 1.5 0 0 1 1.5 2h9A1.5 1.5 0 0 1 12 3.5V5h1.02a1.5 1.5 0 0 1 1.17.563l1.481 1.85a1.5 1.5 0 0 1 .329.938V10.5a1.5 1.5 0 0 1-1.5 1.5H14a2 2 0 1 1-4 0H5a2 2 0 1 1-3.998-.085A1.5 1.5 0 0 1 0 10.5v-7zm1.294 7.456A1.999 1.999 0 0 1 4.732 11h5.536a2.01 2.01 0 0 1 .732-.732V3.5a.5.5 0 0 0-.5-.5h-9a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .294.456zM12 10a2 2 0 0 1 1.732 1h.768a.5.5 0 0 0 .5-.5V8.35a.5.5 0 0 0-.11-.312l-1.48-1.85A.5.5 0 0 0 13.02 6H12v4zm-9 1a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm9 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "TruckFlatbed",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11.5 4a.5.5 0 0 1 .5.5V5h1.02a1.5 1.5 0 0 1 1.17.563l1.481 1.85a1.5 1.5 0 0 1 .329.938V10.5a1.5 1.5 0 0 1-1.5 1.5H14a2 2 0 1 1-4 0H5a2 2 0 1 1-4 0 1 1 0 0 1-1-1v-1h11V4.5a.5.5 0 0 1 .5-.5zM3 11a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm9 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm1.732 0h.768a.5.5 0 0 0 .5-.5V8.35a.5.5 0 0 0-.11-.312l-1.48-1.85A.5.5 0 0 0 13.02 6H12v4a2 2 0 0 1 1.732 1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Tsunami",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M.036 12.314a.5.5 0 0 1 .65-.278l1.757.703a1.5 1.5 0 0 0 1.114 0l1.014-.406a2.5 2.5 0 0 1 1.857 0l1.015.406a1.5 1.5 0 0 0 1.114 0l1.014-.406a2.5 2.5 0 0 1 1.857 0l1.015.406a1.5 1.5 0 0 0 1.114 0l1.757-.703a.5.5 0 1 1 .372.928l-1.758.703a2.5 2.5 0 0 1-1.857 0l-1.014-.406a1.5 1.5 0 0 0-1.114 0l-1.015.406a2.5 2.5 0 0 1-1.857 0l-1.014-.406a1.5 1.5 0 0 0-1.114 0l-1.015.406a2.5 2.5 0 0 1-1.857 0l-1.757-.703a.5.5 0 0 1-.278-.65zm0 2a.5.5 0 0 1 .65-.278l1.757.703a1.5 1.5 0 0 0 1.114 0l1.014-.406a2.5 2.5 0 0 1 1.857 0l1.015.406a1.5 1.5 0 0 0 1.114 0l1.014-.406a2.5 2.5 0 0 1 1.857 0l1.015.406a1.5 1.5 0 0 0 1.114 0l1.757-.703a.5.5 0 1 1 .372.928l-1.758.703a2.5 2.5 0 0 1-1.857 0l-1.014-.406a1.5 1.5 0 0 0-1.114 0l-1.015.406a2.5 2.5 0 0 1-1.857 0l-1.014-.406a1.5 1.5 0 0 0-1.114 0l-1.015.406a2.5 2.5 0 0 1-1.857 0l-1.757-.703a.5.5 0 0 1-.278-.65zM2.662 8.08c-.456 1.063-.994 2.098-1.842 2.804a.5.5 0 0 1-.64-.768c.652-.544 1.114-1.384 1.564-2.43.14-.328.281-.68.427-1.044.302-.754.624-1.559 1.01-2.308C3.763 3.2 4.528 2.105 5.7 1.299 6.877.49 8.418 0 10.5 0c1.463 0 2.511.4 3.179 1.058.67.66.893 1.518.819 2.302-.074.771-.441 1.516-1.02 1.965a1.878 1.878 0 0 1-1.904.27c-.65.642-.907 1.679-.71 2.614C11.076 9.215 11.784 10 13 10h2.5a.5.5 0 0 1 0 1H13c-1.784 0-2.826-1.215-3.114-2.585-.232-1.1.005-2.373.758-3.284L10.5 5.06l-.777.388a.5.5 0 0 1-.447 0l-1-.5a.5.5 0 0 1 .447-.894l.777.388.776-.388a.5.5 0 0 1 .447 0l1 .5a.493.493 0 0 1 .034.018c.44.264.81.195 1.108-.036.328-.255.586-.729.637-1.27.05-.529-.1-1.076-.525-1.495-.426-.42-1.19-.77-2.477-.77-1.918 0-3.252.448-4.232 1.123C5.283 2.8 4.61 3.738 4.07 4.79c-.365.71-.655 1.433-.945 2.16-.15.376-.301.753-.463 1.13z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Tv",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.5 13.5A.5.5 0 0 1 3 13h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zM13.991 3l.024.001a1.46 1.46 0 0 1 .538.143.757.757 0 0 1 .302.254c.067.1.145.277.145.602v5.991l-.001.024a1.464 1.464 0 0 1-.143.538.758.758 0 0 1-.254.302c-.1.067-.277.145-.602.145H2.009l-.024-.001a1.464 1.464 0 0 1-.538-.143.758.758 0 0 1-.302-.254C1.078 10.502 1 10.325 1 10V4.009l.001-.024a1.46 1.46 0 0 1 .143-.538.758.758 0 0 1 .254-.302C1.498 3.078 1.675 3 2 3h11.991zM14 2H2C0 2 0 4 0 4v6c0 2 2 2 2 2h12c2 0 2-2 2-2V4c0-2-2-2-2-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "TvFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.5 13.5A.5.5 0 0 1 3 13h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zM2 2h12s2 0 2 2v6s0 2-2 2H2s-2 0-2-2V4s0-2 2-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Twitch",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.857 0 1 2.857v10.286h3.429V16l2.857-2.857H9.57L14.714 8V0H3.857zm9.714 7.429-2.285 2.285H9l-2 2v-2H4.429V1.143h9.142v6.286z\"/><path d=\"M11.857 3.143h-1.143V6.57h1.143V3.143zm-3.143 0H7.571V6.57h1.143V3.143z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Twitter",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Type",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m2.244 13.081.943-2.803H6.66l.944 2.803H8.86L5.54 3.75H4.322L1 13.081h1.244zm2.7-7.923L6.34 9.314H3.51l1.4-4.156h.034zm9.146 7.027h.035v.896h1.128V8.125c0-1.51-1.114-2.345-2.646-2.345-1.736 0-2.59.916-2.666 2.174h1.108c.068-.718.595-1.19 1.517-1.19.971 0 1.518.52 1.518 1.464v.731H12.19c-1.647.007-2.522.8-2.522 2.058 0 1.319.957 2.18 2.345 2.18 1.06 0 1.716-.43 2.078-1.011zm-1.763.035c-.752 0-1.456-.397-1.456-1.244 0-.65.424-1.115 1.408-1.115h1.805v.834c0 .896-.752 1.525-1.757 1.525z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "TypeBold",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.21 13c2.106 0 3.412-1.087 3.412-2.823 0-1.306-.984-2.283-2.324-2.386v-.055a2.176 2.176 0 0 0 1.852-2.14c0-1.51-1.162-2.46-3.014-2.46H3.843V13H8.21zM5.908 4.674h1.696c.963 0 1.517.451 1.517 1.244 0 .834-.629 1.32-1.73 1.32H5.908V4.673zm0 6.788V8.598h1.73c1.217 0 1.88.492 1.88 1.415 0 .943-.643 1.449-1.832 1.449H5.907z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "TypeH1",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.637 13V3.669H7.379V7.62H2.758V3.67H1.5V13h1.258V8.728h4.62V13h1.259zm5.329 0V3.669h-1.244L10.5 5.316v1.265l2.16-1.565h.062V13h1.244z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "TypeH2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.638 13V3.669H6.38V7.62H1.759V3.67H.5V13h1.258V8.728h4.62V13h1.259zm3.022-6.733v-.048c0-.889.63-1.668 1.716-1.668.957 0 1.675.608 1.675 1.572 0 .855-.554 1.504-1.067 2.085l-3.513 3.999V13H15.5v-1.094h-4.245v-.075l2.481-2.844c.875-.998 1.586-1.784 1.586-2.953 0-1.463-1.155-2.556-2.919-2.556-1.941 0-2.966 1.326-2.966 2.74v.049h1.223z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "TypeH3",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.637 13V3.669H6.379V7.62H1.758V3.67H.5V13h1.258V8.728h4.62V13h1.259zm3.625-4.272h1.018c1.142 0 1.935.67 1.949 1.674.013 1.005-.78 1.737-2.01 1.73-1.08-.007-1.853-.588-1.935-1.32H9.108c.069 1.327 1.224 2.386 3.083 2.386 1.935 0 3.343-1.155 3.309-2.789-.027-1.51-1.251-2.16-2.037-2.249v-.068c.704-.123 1.764-.91 1.723-2.229-.035-1.353-1.176-2.4-2.954-2.385-1.873.006-2.857 1.162-2.898 2.358h1.196c.062-.69.711-1.299 1.696-1.299.998 0 1.695.622 1.695 1.525.007.922-.718 1.592-1.695 1.592h-.964v1.074z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "TypeItalic",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.991 11.674 9.53 4.455c.123-.595.246-.71 1.347-.807l.11-.52H7.211l-.11.52c1.06.096 1.128.212 1.005.807L6.57 11.674c-.123.595-.246.71-1.346.806l-.11.52h3.774l.11-.52c-1.06-.095-1.129-.211-1.006-.806z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "TypeStrikethrough",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.333 5.686c0 .31.083.581.27.814H5.166a2.776 2.776 0 0 1-.099-.76c0-1.627 1.436-2.768 3.48-2.768 1.969 0 3.39 1.175 3.445 2.85h-1.23c-.11-1.08-.964-1.743-2.25-1.743-1.23 0-2.18.602-2.18 1.607zm2.194 7.478c-2.153 0-3.589-1.107-3.705-2.81h1.23c.144 1.06 1.129 1.703 2.544 1.703 1.34 0 2.31-.705 2.31-1.675 0-.827-.547-1.374-1.914-1.675L8.046 8.5H1v-1h14v1h-3.504c.468.437.675.994.675 1.697 0 1.826-1.436 2.967-3.644 2.967z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "TypeUnderline",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.313 3.136h-1.23V9.54c0 2.105 1.47 3.623 3.917 3.623s3.917-1.518 3.917-3.623V3.136h-1.23v6.323c0 1.49-.978 2.57-2.687 2.57-1.709 0-2.687-1.08-2.687-2.57V3.136zM12.5 15h-9v-1h9v1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "UiChecks",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7 2.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-1zM2 1a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2H2zm0 8a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2H2zm.854-3.646a.5.5 0 0 1-.708 0l-1-1a.5.5 0 1 1 .708-.708l.646.647 1.646-1.647a.5.5 0 1 1 .708.708l-2 2zm0 8a.5.5 0 0 1-.708 0l-1-1a.5.5 0 0 1 .708-.708l.646.647 1.646-1.647a.5.5 0 0 1 .708.708l-2 2zM7 10.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-1zm0-5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0 8a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "UiChecksGrid",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 10h3a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1zm9-9h3a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zm0 9a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1h-3zm0-10a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2h3a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2h-3zM2 9a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2h3a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2H2zm7 2a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2h-3a2 2 0 0 1-2-2v-3zM0 2a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm5.354.854a.5.5 0 1 0-.708-.708L3 3.793l-.646-.647a.5.5 0 1 0-.708.708l1 1a.5.5 0 0 0 .708 0l2-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "UiRadios",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7 2.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-1zM0 12a3 3 0 1 1 6 0 3 3 0 0 1-6 0zm7-1.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-1zm0-5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0 8a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zM3 1a3 3 0 1 0 0 6 3 3 0 0 0 0-6zm0 4.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "UiRadiosGrid",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 15a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5zm9-9a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5zm0 9a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5zM16 3.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0zm-9 9a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0zm5.5 3.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zm-9-11a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Umbrella",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 0a.5.5 0 0 1 .5.5v.514C12.625 1.238 16 4.22 16 8c0 0 0 .5-.5.5-.149 0-.352-.145-.352-.145l-.004-.004-.025-.023a3.484 3.484 0 0 0-.555-.394A3.166 3.166 0 0 0 13 7.5c-.638 0-1.178.213-1.564.434a3.484 3.484 0 0 0-.555.394l-.025.023-.003.003s-.204.146-.353.146-.352-.145-.352-.145l-.004-.004-.025-.023a3.484 3.484 0 0 0-.555-.394 3.3 3.3 0 0 0-1.064-.39V13.5H8h.5v.039l-.005.083a2.958 2.958 0 0 1-.298 1.102 2.257 2.257 0 0 1-.763.88C7.06 15.851 6.587 16 6 16s-1.061-.148-1.434-.396a2.255 2.255 0 0 1-.763-.88 2.958 2.958 0 0 1-.302-1.185v-.025l-.001-.009v-.003s0-.002.5-.002h-.5V13a.5.5 0 0 1 1 0v.506l.003.044a1.958 1.958 0 0 0 .195.726c.095.191.23.367.423.495.19.127.466.229.879.229s.689-.102.879-.229c.193-.128.328-.304.424-.495a1.958 1.958 0 0 0 .197-.77V7.544a3.3 3.3 0 0 0-1.064.39 3.482 3.482 0 0 0-.58.417l-.004.004S5.65 8.5 5.5 8.5c-.149 0-.352-.145-.352-.145l-.004-.004a3.482 3.482 0 0 0-.58-.417A3.166 3.166 0 0 0 3 7.5c-.638 0-1.177.213-1.564.434a3.482 3.482 0 0 0-.58.417l-.004.004S.65 8.5.5 8.5C0 8.5 0 8 0 8c0-3.78 3.375-6.762 7.5-6.986V.5A.5.5 0 0 1 8 0zM6.577 2.123c-2.833.5-4.99 2.458-5.474 4.854A4.124 4.124 0 0 1 3 6.5c.806 0 1.48.25 1.962.511a9.706 9.706 0 0 1 .344-2.358c.242-.868.64-1.765 1.271-2.53zm-.615 4.93A4.16 4.16 0 0 1 8 6.5a4.16 4.16 0 0 1 2.038.553 8.688 8.688 0 0 0-.307-2.13C9.434 3.858 8.898 2.83 8 2.117c-.898.712-1.434 1.74-1.731 2.804a8.687 8.687 0 0 0-.307 2.131zm3.46-4.93c.631.765 1.03 1.662 1.272 2.53.233.833.328 1.66.344 2.358A4.14 4.14 0 0 1 13 6.5c.77 0 1.42.23 1.897.477-.484-2.396-2.641-4.355-5.474-4.854z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "UmbrellaFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 0a.5.5 0 0 1 .5.5v.514C12.625 1.238 16 4.22 16 8c0 0 0 .5-.5.5-.149 0-.352-.145-.352-.145l-.004-.004-.025-.023a3.484 3.484 0 0 0-.555-.394A3.166 3.166 0 0 0 13 7.5c-.638 0-1.178.213-1.564.434a3.484 3.484 0 0 0-.555.394l-.025.023-.003.003s-.204.146-.353.146-.352-.145-.352-.145l-.004-.004-.025-.023a3.484 3.484 0 0 0-.555-.394 3.3 3.3 0 0 0-1.064-.39V13.5H8h.5v.039l-.005.083a2.958 2.958 0 0 1-.298 1.102 2.257 2.257 0 0 1-.763.88C7.06 15.851 6.587 16 6 16s-1.061-.148-1.434-.396a2.255 2.255 0 0 1-.763-.88 2.958 2.958 0 0 1-.302-1.185v-.025l-.001-.009v-.003s0-.002.5-.002h-.5V13a.5.5 0 0 1 1 0v.506l.003.044a1.958 1.958 0 0 0 .195.726c.095.191.23.367.423.495.19.127.466.229.879.229s.689-.102.879-.229c.193-.128.328-.304.424-.495a1.958 1.958 0 0 0 .197-.77V7.544a3.3 3.3 0 0 0-1.064.39 3.482 3.482 0 0 0-.58.417l-.004.004S5.65 8.5 5.5 8.5c-.149 0-.352-.145-.352-.145l-.004-.004a3.482 3.482 0 0 0-.58-.417A3.166 3.166 0 0 0 3 7.5c-.638 0-1.177.213-1.564.434a3.482 3.482 0 0 0-.58.417l-.004.004S.65 8.5.5 8.5C0 8.5 0 8 0 8c0-3.78 3.375-6.762 7.5-6.986V.5A.5.5 0 0 1 8 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Union",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-2H2a2 2 0 0 1-2-2V2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Unlock",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11 1a2 2 0 0 0-2 2v4a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h5V3a3 3 0 0 1 6 0v4a.5.5 0 0 1-1 0V3a2 2 0 0 0-2-2zM3 8a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1H3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "UnlockFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11 1a2 2 0 0 0-2 2v4a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h5V3a3 3 0 0 1 6 0v4a.5.5 0 0 1-1 0V3a2 2 0 0 0-2-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Upc",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 4.5a.5.5 0 0 1 1 0v7a.5.5 0 0 1-1 0v-7zm2 0a.5.5 0 0 1 1 0v7a.5.5 0 0 1-1 0v-7zm2 0a.5.5 0 0 1 1 0v7a.5.5 0 0 1-1 0v-7zm2 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-7zm3 0a.5.5 0 0 1 1 0v7a.5.5 0 0 1-1 0v-7z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "UpcScan",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1.5 1a.5.5 0 0 0-.5.5v3a.5.5 0 0 1-1 0v-3A1.5 1.5 0 0 1 1.5 0h3a.5.5 0 0 1 0 1h-3zM11 .5a.5.5 0 0 1 .5-.5h3A1.5 1.5 0 0 1 16 1.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 1-.5-.5zM.5 11a.5.5 0 0 1 .5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 1 0 1h-3A1.5 1.5 0 0 1 0 14.5v-3a.5.5 0 0 1 .5-.5zm15 0a.5.5 0 0 1 .5.5v3a1.5 1.5 0 0 1-1.5 1.5h-3a.5.5 0 0 1 0-1h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 1 .5-.5zM3 4.5a.5.5 0 0 1 1 0v7a.5.5 0 0 1-1 0v-7zm2 0a.5.5 0 0 1 1 0v7a.5.5 0 0 1-1 0v-7zm2 0a.5.5 0 0 1 1 0v7a.5.5 0 0 1-1 0v-7zm2 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-7zm3 0a.5.5 0 0 1 1 0v7a.5.5 0 0 1-1 0v-7z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Upload",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5z\"/><path d=\"M7.646 1.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 2.707V11.5a.5.5 0 0 1-1 0V2.707L5.354 4.854a.5.5 0 1 1-.708-.708l3-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "VectorPen",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M10.646.646a.5.5 0 0 1 .708 0l4 4a.5.5 0 0 1 0 .708l-1.902 1.902-.829 3.313a1.5 1.5 0 0 1-1.024 1.073L1.254 14.746 4.358 4.4A1.5 1.5 0 0 1 5.43 3.377l3.313-.828L10.646.646zm-1.8 2.908-3.173.793a.5.5 0 0 0-.358.342l-2.57 8.565 8.567-2.57a.5.5 0 0 0 .34-.357l.794-3.174-3.6-3.6z\"/><path fill-rule=\"evenodd\" d=\"M2.832 13.228 8 9a1 1 0 1 0-1-1l-4.228 5.168-.026.086.086-.026z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ViewList",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 4.5h10a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2zm0 1a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1H3zM1 2a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13A.5.5 0 0 1 1 2zm0 12a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13A.5.5 0 0 1 1 14z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ViewStacked",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 0h10a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm0 1a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3zm0 8h10a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2zm0 1a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1H3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Vinyl",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M8 6a2 2 0 1 0 0 4 2 2 0 0 0 0-4zM4 8a4 4 0 1 1 8 0 4 4 0 0 1-8 0z\"/><path d=\"M9 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "VinylFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 6a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm0 3a1 1 0 1 1 0-2 1 1 0 0 1 0 2z\"/><path d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM4 8a4 4 0 1 0 8 0 4 4 0 0 0-8 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Voicemail",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7 8.5A3.49 3.49 0 0 1 5.95 11h4.1a3.5 3.5 0 1 1 2.45 1h-9A3.5 3.5 0 1 1 7 8.5zm-6 0a2.5 2.5 0 1 0 5 0 2.5 2.5 0 0 0-5 0zm14 0a2.5 2.5 0 1 0-5 0 2.5 2.5 0 0 0 5 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "VolumeDown",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9 4a.5.5 0 0 0-.812-.39L5.825 5.5H3.5A.5.5 0 0 0 3 6v4a.5.5 0 0 0 .5.5h2.325l2.363 1.89A.5.5 0 0 0 9 12V4zM6.312 6.39 8 5.04v5.92L6.312 9.61A.5.5 0 0 0 6 9.5H4v-3h2a.5.5 0 0 0 .312-.11zM12.025 8a4.486 4.486 0 0 1-1.318 3.182L10 10.475A3.489 3.489 0 0 0 11.025 8 3.49 3.49 0 0 0 10 5.525l.707-.707A4.486 4.486 0 0 1 12.025 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "VolumeDownFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9 4a.5.5 0 0 0-.812-.39L5.825 5.5H3.5A.5.5 0 0 0 3 6v4a.5.5 0 0 0 .5.5h2.325l2.363 1.89A.5.5 0 0 0 9 12V4zm3.025 4a4.486 4.486 0 0 1-1.318 3.182L10 10.475A3.489 3.489 0 0 0 11.025 8 3.49 3.49 0 0 0 10 5.525l.707-.707A4.486 4.486 0 0 1 12.025 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "VolumeMute",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.717 3.55A.5.5 0 0 1 7 4v8a.5.5 0 0 1-.812.39L3.825 10.5H1.5A.5.5 0 0 1 1 10V6a.5.5 0 0 1 .5-.5h2.325l2.363-1.89a.5.5 0 0 1 .529-.06zM6 5.04 4.312 6.39A.5.5 0 0 1 4 6.5H2v3h2a.5.5 0 0 1 .312.11L6 10.96V5.04zm7.854.606a.5.5 0 0 1 0 .708L12.207 8l1.647 1.646a.5.5 0 0 1-.708.708L11.5 8.707l-1.646 1.647a.5.5 0 0 1-.708-.708L10.793 8 9.146 6.354a.5.5 0 1 1 .708-.708L11.5 7.293l1.646-1.647a.5.5 0 0 1 .708 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "VolumeMuteFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.717 3.55A.5.5 0 0 1 7 4v8a.5.5 0 0 1-.812.39L3.825 10.5H1.5A.5.5 0 0 1 1 10V6a.5.5 0 0 1 .5-.5h2.325l2.363-1.89a.5.5 0 0 1 .529-.06zm7.137 2.096a.5.5 0 0 1 0 .708L12.207 8l1.647 1.646a.5.5 0 0 1-.708.708L11.5 8.707l-1.646 1.647a.5.5 0 0 1-.708-.708L10.793 8 9.146 6.354a.5.5 0 1 1 .708-.708L11.5 7.293l1.646-1.647a.5.5 0 0 1 .708 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "VolumeOff",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10.717 3.55A.5.5 0 0 1 11 4v8a.5.5 0 0 1-.812.39L7.825 10.5H5.5A.5.5 0 0 1 5 10V6a.5.5 0 0 1 .5-.5h2.325l2.363-1.89a.5.5 0 0 1 .529-.06zM10 5.04 8.312 6.39A.5.5 0 0 1 8 6.5H6v3h2a.5.5 0 0 1 .312.11L10 10.96V5.04z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "VolumeOffFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10.717 3.55A.5.5 0 0 1 11 4v8a.5.5 0 0 1-.812.39L7.825 10.5H5.5A.5.5 0 0 1 5 10V6a.5.5 0 0 1 .5-.5h2.325l2.363-1.89a.5.5 0 0 1 .529-.06z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "VolumeUp",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11.536 14.01A8.473 8.473 0 0 0 14.026 8a8.473 8.473 0 0 0-2.49-6.01l-.708.707A7.476 7.476 0 0 1 13.025 8c0 2.071-.84 3.946-2.197 5.303l.708.707z\"/><path d=\"M10.121 12.596A6.48 6.48 0 0 0 12.025 8a6.48 6.48 0 0 0-1.904-4.596l-.707.707A5.483 5.483 0 0 1 11.025 8a5.483 5.483 0 0 1-1.61 3.89l.706.706z\"/><path d=\"M10.025 8a4.486 4.486 0 0 1-1.318 3.182L8 10.475A3.489 3.489 0 0 0 9.025 8c0-.966-.392-1.841-1.025-2.475l.707-.707A4.486 4.486 0 0 1 10.025 8zM7 4a.5.5 0 0 0-.812-.39L3.825 5.5H1.5A.5.5 0 0 0 1 6v4a.5.5 0 0 0 .5.5h2.325l2.363 1.89A.5.5 0 0 0 7 12V4zM4.312 6.39 6 5.04v5.92L4.312 9.61A.5.5 0 0 0 4 9.5H2v-3h2a.5.5 0 0 0 .312-.11z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "VolumeUpFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11.536 14.01A8.473 8.473 0 0 0 14.026 8a8.473 8.473 0 0 0-2.49-6.01l-.708.707A7.476 7.476 0 0 1 13.025 8c0 2.071-.84 3.946-2.197 5.303l.708.707z\"/><path d=\"M10.121 12.596A6.48 6.48 0 0 0 12.025 8a6.48 6.48 0 0 0-1.904-4.596l-.707.707A5.483 5.483 0 0 1 11.025 8a5.483 5.483 0 0 1-1.61 3.89l.706.706z\"/><path d=\"M8.707 11.182A4.486 4.486 0 0 0 10.025 8a4.486 4.486 0 0 0-1.318-3.182L8 5.525A3.489 3.489 0 0 1 9.025 8 3.49 3.49 0 0 1 8 10.475l.707.707zM6.717 3.55A.5.5 0 0 1 7 4v8a.5.5 0 0 1-.812.39L3.825 10.5H1.5A.5.5 0 0 1 1 10V6a.5.5 0 0 1 .5-.5h2.325l2.363-1.89a.5.5 0 0 1 .529-.06z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Vr",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 12V4a1 1 0 0 1 1-1h2.5V2H4a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2.5v-1H4a1 1 0 0 1-1-1zm6.5 1v1H12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H9.5v1H12a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H9.5zM8 16a.5.5 0 0 1-.5-.5V.5a.5.5 0 0 1 1 0v15a.5.5 0 0 1-.5.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Wallet",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 3a2 2 0 0 1 2-2h13.5a.5.5 0 0 1 0 1H15v2a1 1 0 0 1 1 1v8.5a1.5 1.5 0 0 1-1.5 1.5h-12A2.5 2.5 0 0 1 0 12.5V3zm1 1.732V12.5A1.5 1.5 0 0 0 2.5 14h12a.5.5 0 0 0 .5-.5V5H2a1.99 1.99 0 0 1-1-.268zM1 3a1 1 0 0 0 1 1h12V2H2a1 1 0 0 0-1 1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Wallet2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12.136.326A1.5 1.5 0 0 1 14 1.78V3h.5A1.5 1.5 0 0 1 16 4.5v9a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 13.5v-9a1.5 1.5 0 0 1 1.432-1.499L12.136.326zM5.562 3H13V1.78a.5.5 0 0 0-.621-.484L5.562 3zM1.5 4a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5h-13z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "WalletFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1.5 2A1.5 1.5 0 0 0 0 3.5v2h6a.5.5 0 0 1 .5.5c0 .253.08.644.306.958.207.288.557.542 1.194.542.637 0 .987-.254 1.194-.542.226-.314.306-.705.306-.958a.5.5 0 0 1 .5-.5h6v-2A1.5 1.5 0 0 0 14.5 2h-13z\"/><path d=\"M16 6.5h-5.551a2.678 2.678 0 0 1-.443 1.042C9.613 8.088 8.963 8.5 8 8.5c-.963 0-1.613-.412-2.006-.958A2.679 2.679 0 0 1 5.551 6.5H0v6A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Watch",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.5 5a.5.5 0 0 0-1 0v2.5H6a.5.5 0 0 0 0 1h2a.5.5 0 0 0 .5-.5V5z\"/><path d=\"M5.667 16C4.747 16 4 15.254 4 14.333v-1.86A5.985 5.985 0 0 1 2 8c0-1.777.772-3.374 2-4.472V1.667C4 .747 4.746 0 5.667 0h4.666C11.253 0 12 .746 12 1.667v1.86a5.99 5.99 0 0 1 1.918 3.48.502.502 0 0 1 .582.493v1a.5.5 0 0 1-.582.493A5.99 5.99 0 0 1 12 12.473v1.86c0 .92-.746 1.667-1.667 1.667H5.667zM13 8A5 5 0 1 0 3 8a5 5 0 0 0 10 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Water",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M.036 3.314a.5.5 0 0 1 .65-.278l1.757.703a1.5 1.5 0 0 0 1.114 0l1.014-.406a2.5 2.5 0 0 1 1.857 0l1.015.406a1.5 1.5 0 0 0 1.114 0l1.014-.406a2.5 2.5 0 0 1 1.857 0l1.015.406a1.5 1.5 0 0 0 1.114 0l1.757-.703a.5.5 0 1 1 .372.928l-1.758.703a2.5 2.5 0 0 1-1.857 0l-1.014-.406a1.5 1.5 0 0 0-1.114 0l-1.015.406a2.5 2.5 0 0 1-1.857 0l-1.014-.406a1.5 1.5 0 0 0-1.114 0l-1.015.406a2.5 2.5 0 0 1-1.857 0L.314 3.964a.5.5 0 0 1-.278-.65zm0 3a.5.5 0 0 1 .65-.278l1.757.703a1.5 1.5 0 0 0 1.114 0l1.014-.406a2.5 2.5 0 0 1 1.857 0l1.015.406a1.5 1.5 0 0 0 1.114 0l1.014-.406a2.5 2.5 0 0 1 1.857 0l1.015.406a1.5 1.5 0 0 0 1.114 0l1.757-.703a.5.5 0 1 1 .372.928l-1.758.703a2.5 2.5 0 0 1-1.857 0l-1.014-.406a1.5 1.5 0 0 0-1.114 0l-1.015.406a2.5 2.5 0 0 1-1.857 0l-1.014-.406a1.5 1.5 0 0 0-1.114 0l-1.015.406a2.5 2.5 0 0 1-1.857 0L.314 6.964a.5.5 0 0 1-.278-.65zm0 3a.5.5 0 0 1 .65-.278l1.757.703a1.5 1.5 0 0 0 1.114 0l1.014-.406a2.5 2.5 0 0 1 1.857 0l1.015.406a1.5 1.5 0 0 0 1.114 0l1.014-.406a2.5 2.5 0 0 1 1.857 0l1.015.406a1.5 1.5 0 0 0 1.114 0l1.757-.703a.5.5 0 1 1 .372.928l-1.758.703a2.5 2.5 0 0 1-1.857 0l-1.014-.406a1.5 1.5 0 0 0-1.114 0l-1.015.406a2.5 2.5 0 0 1-1.857 0l-1.014-.406a1.5 1.5 0 0 0-1.114 0l-1.015.406a2.5 2.5 0 0 1-1.857 0L.314 9.964a.5.5 0 0 1-.278-.65zm0 3a.5.5 0 0 1 .65-.278l1.757.703a1.5 1.5 0 0 0 1.114 0l1.014-.406a2.5 2.5 0 0 1 1.857 0l1.015.406a1.5 1.5 0 0 0 1.114 0l1.014-.406a2.5 2.5 0 0 1 1.857 0l1.015.406a1.5 1.5 0 0 0 1.114 0l1.757-.703a.5.5 0 1 1 .372.928l-1.758.703a2.5 2.5 0 0 1-1.857 0l-1.014-.406a1.5 1.5 0 0 0-1.114 0l-1.015.406a2.5 2.5 0 0 1-1.857 0l-1.014-.406a1.5 1.5 0 0 0-1.114 0l-1.015.406a2.5 2.5 0 0 1-1.857 0l-1.757-.703a.5.5 0 0 1-.278-.65z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Whatsapp",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13.601 2.326A7.854 7.854 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.933 7.933 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.898 7.898 0 0 0 13.6 2.326zM7.994 14.521a6.573 6.573 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.557 6.557 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592zm3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.729.729 0 0 0-.529.247c-.182.198-.691.677-.691 1.654 0 .977.71 1.916.81 2.049.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Wifi",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M15.384 6.115a.485.485 0 0 0-.047-.736A12.444 12.444 0 0 0 8 3C5.259 3 2.723 3.882.663 5.379a.485.485 0 0 0-.048.736.518.518 0 0 0 .668.05A11.448 11.448 0 0 1 8 4c2.507 0 4.827.802 6.716 2.164.205.148.49.13.668-.049z\"/><path d=\"M13.229 8.271a.482.482 0 0 0-.063-.745A9.455 9.455 0 0 0 8 6c-1.905 0-3.68.56-5.166 1.526a.48.48 0 0 0-.063.745.525.525 0 0 0 .652.065A8.46 8.46 0 0 1 8 7a8.46 8.46 0 0 1 4.576 1.336c.206.132.48.108.653-.065zm-2.183 2.183c.226-.226.185-.605-.1-.75A6.473 6.473 0 0 0 8 9c-1.06 0-2.062.254-2.946.704-.285.145-.326.524-.1.75l.015.015c.16.16.407.19.611.09A5.478 5.478 0 0 1 8 10c.868 0 1.69.201 2.42.56.203.1.45.07.61-.091l.016-.015zM9.06 12.44c.196-.196.198-.52-.04-.66A1.99 1.99 0 0 0 8 11.5a1.99 1.99 0 0 0-1.02.28c-.238.14-.236.464-.04.66l.706.706a.5.5 0 0 0 .707 0l.707-.707z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Wifi1",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11.046 10.454c.226-.226.185-.605-.1-.75A6.473 6.473 0 0 0 8 9c-1.06 0-2.062.254-2.946.704-.285.145-.326.524-.1.75l.015.015c.16.16.407.19.611.09A5.478 5.478 0 0 1 8 10c.868 0 1.69.201 2.42.56.203.1.45.07.611-.091l.015-.015zM9.06 12.44c.196-.196.198-.52-.04-.66A1.99 1.99 0 0 0 8 11.5a1.99 1.99 0 0 0-1.02.28c-.238.14-.236.464-.04.66l.706.706a.5.5 0 0 0 .707 0l.708-.707z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Wifi2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13.229 8.271c.216-.216.194-.578-.063-.745A9.456 9.456 0 0 0 8 6c-1.905 0-3.68.56-5.166 1.526a.48.48 0 0 0-.063.745.525.525 0 0 0 .652.065A8.46 8.46 0 0 1 8 7a8.46 8.46 0 0 1 4.577 1.336c.205.132.48.108.652-.065zm-2.183 2.183c.226-.226.185-.605-.1-.75A6.473 6.473 0 0 0 8 9c-1.06 0-2.062.254-2.946.704-.285.145-.326.524-.1.75l.015.015c.16.16.408.19.611.09A5.478 5.478 0 0 1 8 10c.868 0 1.69.201 2.42.56.203.1.45.07.611-.091l.015-.015zM9.06 12.44c.196-.196.198-.52-.04-.66A1.99 1.99 0 0 0 8 11.5a1.99 1.99 0 0 0-1.02.28c-.238.14-.236.464-.04.66l.706.706a.5.5 0 0 0 .708 0l.707-.707z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "WifiOff",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10.706 3.294A12.545 12.545 0 0 0 8 3C5.259 3 2.723 3.882.663 5.379a.485.485 0 0 0-.048.736.518.518 0 0 0 .668.05A11.448 11.448 0 0 1 8 4c.63 0 1.249.05 1.852.148l.854-.854zM8 6c-1.905 0-3.68.56-5.166 1.526a.48.48 0 0 0-.063.745.525.525 0 0 0 .652.065 8.448 8.448 0 0 1 3.51-1.27L8 6zm2.596 1.404.785-.785c.63.24 1.227.545 1.785.907a.482.482 0 0 1 .063.745.525.525 0 0 1-.652.065 8.462 8.462 0 0 0-1.98-.932zM8 10l.933-.933a6.455 6.455 0 0 1 2.013.637c.285.145.326.524.1.75l-.015.015a.532.532 0 0 1-.611.09A5.478 5.478 0 0 0 8 10zm4.905-4.905.747-.747c.59.3 1.153.645 1.685 1.03a.485.485 0 0 1 .047.737.518.518 0 0 1-.668.05 11.493 11.493 0 0 0-1.811-1.07zM9.02 11.78c.238.14.236.464.04.66l-.707.706a.5.5 0 0 1-.707 0l-.707-.707c-.195-.195-.197-.518.04-.66A1.99 1.99 0 0 1 8 11.5c.374 0 .723.102 1.021.28zm4.355-9.905a.53.53 0 0 1 .75.75l-10.75 10.75a.53.53 0 0 1-.75-.75l10.75-10.75z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Wind",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12.5 2A2.5 2.5 0 0 0 10 4.5a.5.5 0 0 1-1 0A3.5 3.5 0 1 1 12.5 8H.5a.5.5 0 0 1 0-1h12a2.5 2.5 0 0 0 0-5zm-7 1a1 1 0 0 0-1 1 .5.5 0 0 1-1 0 2 2 0 1 1 2 2h-5a.5.5 0 0 1 0-1h5a1 1 0 0 0 0-2zM0 9.5A.5.5 0 0 1 .5 9h10.042a3 3 0 1 1-3 3 .5.5 0 0 1 1 0 2 2 0 1 0 2-2H.5a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Window",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.5 4a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zm2-.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm1 .5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1z\"/><path d=\"M2 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2H2zm13 2v2H1V3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1zM2 14a1 1 0 0 1-1-1V6h14v7a1 1 0 0 1-1 1H2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "WindowDock",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M15 5H1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V5zm0-1H1V3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v1zm1-1a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3z\"/><path d=\"M3 11.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm4 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm4 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "WindowSidebar",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.5 4a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zm2-.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm1 .5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1z\"/><path d=\"M2 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2H2zm12 1a1 1 0 0 1 1 1v2H1V3a1 1 0 0 1 1-1h12zM1 13V6h4v8H2a1 1 0 0 1-1-1zm5 1V6h9v7a1 1 0 0 1-1 1H6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Wrench",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M.102 2.223A3.004 3.004 0 0 0 3.78 5.897l6.341 6.252A3.003 3.003 0 0 0 13 16a3 3 0 1 0-.851-5.878L5.897 3.781A3.004 3.004 0 0 0 2.223.1l2.141 2.142L4 4l-1.757.364L.102 2.223zm13.37 9.019.528.026.287.445.445.287.026.529L15 13l-.242.471-.026.529-.445.287-.287.445-.529.026L13 15l-.471-.242-.529-.026-.287-.445-.445-.287-.026-.529L11 13l.242-.471.026-.529.445-.287.287-.445.529-.026L13 11l.471.242z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "X",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "XCircle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "XCircleFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM5.354 4.646a.5.5 0 1 0-.708.708L7.293 8l-2.647 2.646a.5.5 0 0 0 .708.708L8 8.707l2.646 2.647a.5.5 0 0 0 .708-.708L8.707 8l2.647-2.646a.5.5 0 0 0-.708-.708L8 7.293 5.354 4.646z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "XDiamond",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.987 16a1.526 1.526 0 0 1-1.07-.448L.45 9.082a1.531 1.531 0 0 1 0-2.165L6.917.45a1.531 1.531 0 0 1 2.166 0l6.469 6.468A1.526 1.526 0 0 1 16 8.013a1.526 1.526 0 0 1-.448 1.07l-6.47 6.469A1.526 1.526 0 0 1 7.988 16zM7.639 1.17 4.766 4.044 8 7.278l3.234-3.234L8.361 1.17a.51.51 0 0 0-.722 0zM8.722 8l3.234 3.234 2.873-2.873c.2-.2.2-.523 0-.722l-2.873-2.873L8.722 8zM8 8.722l-3.234 3.234 2.873 2.873c.2.2.523.2.722 0l2.873-2.873L8 8.722zM7.278 8 4.044 4.766 1.17 7.639a.511.511 0 0 0 0 .722l2.874 2.873L7.278 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "XDiamondFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.05.435c-.58-.58-1.52-.58-2.1 0L4.047 3.339 8 7.293l3.954-3.954L9.049.435zm3.61 3.611L8.708 8l3.954 3.954 2.904-2.905c.58-.58.58-1.519 0-2.098l-2.904-2.905zm-.706 8.614L8 8.708l-3.954 3.954 2.905 2.904c.58.58 1.519.58 2.098 0l2.905-2.904zm-8.614-.706L7.292 8 3.339 4.046.435 6.951c-.58.58-.58 1.519 0 2.098l2.904 2.905z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "XLg",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1.293 1.293a1 1 0 0 1 1.414 0L8 6.586l5.293-5.293a1 1 0 1 1 1.414 1.414L9.414 8l5.293 5.293a1 1 0 0 1-1.414 1.414L8 9.414l-5.293 5.293a1 1 0 0 1-1.414-1.414L6.586 8 1.293 2.707a1 1 0 0 1 0-1.414z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "XOctagon",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.54.146A.5.5 0 0 1 4.893 0h6.214a.5.5 0 0 1 .353.146l4.394 4.394a.5.5 0 0 1 .146.353v6.214a.5.5 0 0 1-.146.353l-4.394 4.394a.5.5 0 0 1-.353.146H4.893a.5.5 0 0 1-.353-.146L.146 11.46A.5.5 0 0 1 0 11.107V4.893a.5.5 0 0 1 .146-.353L4.54.146zM5.1 1 1 5.1v5.8L5.1 15h5.8l4.1-4.1V5.1L10.9 1H5.1z\"/><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "XOctagonFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11.46.146A.5.5 0 0 0 11.107 0H4.893a.5.5 0 0 0-.353.146L.146 4.54A.5.5 0 0 0 0 4.893v6.214a.5.5 0 0 0 .146.353l4.394 4.394a.5.5 0 0 0 .353.146h6.214a.5.5 0 0 0 .353-.146l4.394-4.394a.5.5 0 0 0 .146-.353V4.893a.5.5 0 0 0-.146-.353L11.46.146zm-6.106 4.5L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 1 1 .708-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "XSquare",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z\"/><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "XSquareFill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm3.354 4.646L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 1 1 .708-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "Youtube",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.051 1.999h.089c.822.003 4.987.033 6.11.335a2.01 2.01 0 0 1 1.415 1.42c.101.38.172.883.22 1.402l.01.104.022.26.008.104c.065.914.073 1.77.074 1.957v.075c-.001.194-.01 1.108-.082 2.06l-.008.105-.009.104c-.05.572-.124 1.14-.235 1.558a2.007 2.007 0 0 1-1.415 1.42c-1.16.312-5.569.334-6.18.335h-.142c-.309 0-1.587-.006-2.927-.052l-.17-.006-.087-.004-.171-.007-.171-.007c-1.11-.049-2.167-.128-2.654-.26a2.007 2.007 0 0 1-1.415-1.419c-.111-.417-.185-.986-.235-1.558L.09 9.82l-.008-.104A31.4 31.4 0 0 1 0 7.68v-.123c.002-.215.01-.958.064-1.778l.007-.103.003-.052.008-.104.022-.26.01-.104c.048-.519.119-1.023.22-1.402a2.007 2.007 0 0 1 1.415-1.42c.487-.13 1.544-.21 2.654-.26l.17-.007.172-.006.086-.003.171-.007A99.788 99.788 0 0 1 7.858 2h.193zM6.4 5.209v4.818l4.157-2.408L6.4 5.209z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ZoomIn",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z\"/><path d=\"M10.344 11.742c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1 6.538 6.538 0 0 1-1.398 1.4z\"/><path fill-rule=\"evenodd\" d=\"M6.5 3a.5.5 0 0 1 .5.5V6h2.5a.5.5 0 0 1 0 1H7v2.5a.5.5 0 0 1-1 0V7H3.5a.5.5 0 0 1 0-1H6V3.5a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ZoomOut",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z\"/><path d=\"M10.344 11.742c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1 6.538 6.538 0 0 1-1.398 1.4z\"/><path fill-rule=\"evenodd\" d=\"M3 6.5a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        }
      ],
      "vue-bootstrap-icons-kebabized": [
        {
          "name": "alarm",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.5 5.5a.5.5 0 0 0-1 0v3.362l-1.429 2.38a.5.5 0 1 0 .858.515l1.5-2.5A.5.5 0 0 0 8.5 9V5.5z\"/><path d=\"M6.5 0a.5.5 0 0 0 0 1H7v1.07a7.001 7.001 0 0 0-3.273 12.474l-.602.602a.5.5 0 0 0 .707.708l.746-.746A6.97 6.97 0 0 0 8 16a6.97 6.97 0 0 0 3.422-.892l.746.746a.5.5 0 0 0 .707-.708l-.601-.602A7.001 7.001 0 0 0 9 2.07V1h.5a.5.5 0 0 0 0-1h-3zm1.038 3.018a6.093 6.093 0 0 1 .924 0 6 6 0 1 1-.924 0zM0 3.5c0 .753.333 1.429.86 1.887A8.035 8.035 0 0 1 4.387 1.86 2.5 2.5 0 0 0 0 3.5zM13.5 1c-.753 0-1.429.333-1.887.86a8.035 8.035 0 0 1 3.527 3.527A2.5 2.5 0 0 0 13.5 1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "alarm-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 .5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1H9v1.07a7.001 7.001 0 0 1 3.274 12.474l.601.602a.5.5 0 0 1-.707.708l-.746-.746A6.97 6.97 0 0 1 8 16a6.97 6.97 0 0 1-3.422-.892l-.746.746a.5.5 0 0 1-.707-.708l.602-.602A7.001 7.001 0 0 1 7 2.07V1h-.5A.5.5 0 0 1 6 .5zm2.5 5a.5.5 0 0 0-1 0v3.362l-1.429 2.38a.5.5 0 1 0 .858.515l1.5-2.5A.5.5 0 0 0 8.5 9V5.5zM.86 5.387A2.5 2.5 0 1 1 4.387 1.86 8.035 8.035 0 0 0 .86 5.387zM11.613 1.86a2.5 2.5 0 1 1 3.527 3.527 8.035 8.035 0 0 0-3.527-3.527z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "align-bottom",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><rect width=\"4\" height=\"12\" x=\"6\" y=\"1\" rx=\"1\"/><path d=\"M1.5 14a.5.5 0 0 0 0 1v-1zm13 1a.5.5 0 0 0 0-1v1zm-13 0h13v-1h-13v1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "align-center",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 1a.5.5 0 0 1 .5.5V6h-1V1.5A.5.5 0 0 1 8 1zm0 14a.5.5 0 0 1-.5-.5V10h1v4.5a.5.5 0 0 1-.5.5zM2 7a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V7z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "align-end",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M14.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 1 0v-13a.5.5 0 0 0-.5-.5z\"/><path d=\"M13 7a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V7z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "align-middle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 13a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v10zM1 8a.5.5 0 0 0 .5.5H6v-1H1.5A.5.5 0 0 0 1 8zm14 0a.5.5 0 0 1-.5.5H10v-1h4.5a.5.5 0 0 1 .5.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "align-start",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1.5 1a.5.5 0 0 1 .5.5v13a.5.5 0 0 1-1 0v-13a.5.5 0 0 1 .5-.5z\"/><path d=\"M3 7a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "align-top",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><rect width=\"4\" height=\"12\" rx=\"1\" transform=\"matrix(1 0 0 -1 6 15)\"/><path d=\"M1.5 2a.5.5 0 0 1 0-1v1zm13-1a.5.5 0 0 1 0 1V1zm-13 0h13v1h-13V1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "alt",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1 13.5a.5.5 0 0 0 .5.5h3.797a.5.5 0 0 0 .439-.26L11 3h3.5a.5.5 0 0 0 0-1h-3.797a.5.5 0 0 0-.439.26L5 13H1.5a.5.5 0 0 0-.5.5zm10 0a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 0-1h-3a.5.5 0 0 0-.5.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "app",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11 2a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h6zM5 1a4 4 0 0 0-4 4v6a4 4 0 0 0 4 4h6a4 4 0 0 0 4-4V5a4 4 0 0 0-4-4H5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "app-indicator",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.5 2A3.5 3.5 0 0 0 2 5.5v5A3.5 3.5 0 0 0 5.5 14h5a3.5 3.5 0 0 0 3.5-3.5V8a.5.5 0 0 1 1 0v2.5a4.5 4.5 0 0 1-4.5 4.5h-5A4.5 4.5 0 0 1 1 10.5v-5A4.5 4.5 0 0 1 5.5 1H8a.5.5 0 0 1 0 1H5.5z\"/><path d=\"M16 3a3 3 0 1 1-6 0 3 3 0 0 1 6 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "archive",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 2a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1v7.5a2.5 2.5 0 0 1-2.5 2.5h-9A2.5 2.5 0 0 1 1 12.5V5a1 1 0 0 1-1-1V2zm2 3v7.5A1.5 1.5 0 0 0 3.5 14h9a1.5 1.5 0 0 0 1.5-1.5V5H2zm13-3H1v2h14V2zM5 7.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "archive-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12.643 15C13.979 15 15 13.845 15 12.5V5H1v7.5C1 13.845 2.021 15 3.357 15h9.286zM5.5 7h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1zM.8 1a.8.8 0 0 0-.8.8V3a.8.8 0 0 0 .8.8h14.4A.8.8 0 0 0 16 3V1.8a.8.8 0 0 0-.8-.8H.8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow90deg-down",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M4.854 14.854a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 .708-.708L4 13.293V3.5A2.5 2.5 0 0 1 6.5 1h8a.5.5 0 0 1 0 1h-8A1.5 1.5 0 0 0 5 3.5v9.793l3.146-3.147a.5.5 0 0 1 .708.708l-4 4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow90deg-left",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1.146 4.854a.5.5 0 0 1 0-.708l4-4a.5.5 0 1 1 .708.708L2.707 4H12.5A2.5 2.5 0 0 1 15 6.5v8a.5.5 0 0 1-1 0v-8A1.5 1.5 0 0 0 12.5 5H2.707l3.147 3.146a.5.5 0 1 1-.708.708l-4-4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow90deg-right",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M14.854 4.854a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 4H3.5A2.5 2.5 0 0 0 1 6.5v8a.5.5 0 0 0 1 0v-8A1.5 1.5 0 0 1 3.5 5h9.793l-3.147 3.146a.5.5 0 0 0 .708.708l4-4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow90deg-up",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M4.854 1.146a.5.5 0 0 0-.708 0l-4 4a.5.5 0 1 0 .708.708L4 2.707V12.5A2.5 2.5 0 0 0 6.5 15h8a.5.5 0 0 0 0-1h-8A1.5 1.5 0 0 1 5 12.5V2.707l3.146 3.147a.5.5 0 1 0 .708-.708l-4-4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-bar-down",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1 3.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5zM8 6a.5.5 0 0 1 .5.5v5.793l2.146-2.147a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 .708-.708L7.5 12.293V6.5A.5.5 0 0 1 8 6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-bar-left",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5zM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-bar-right",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M6 8a.5.5 0 0 0 .5.5h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L12.293 7.5H6.5A.5.5 0 0 0 6 8zm-2.5 7a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-bar-up",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 10a.5.5 0 0 0 .5-.5V3.707l2.146 2.147a.5.5 0 0 0 .708-.708l-3-3a.5.5 0 0 0-.708 0l-3 3a.5.5 0 1 0 .708.708L7.5 3.707V9.5a.5.5 0 0 0 .5.5zm-7 2.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-clockwise",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 3a5 5 0 1 0 4.546 2.914.5.5 0 0 1 .908-.417A6 6 0 1 1 8 2v1z\"/><path d=\"M8 4.466V.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384L8.41 4.658A.25.25 0 0 1 8 4.466z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-counterclockwise",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 3a5 5 0 1 1-4.546 2.914.5.5 0 0 0-.908-.417A6 6 0 1 0 8 2v1z\"/><path d=\"M8 4.466V.534a.25.25 0 0 0-.41-.192L5.23 2.308a.25.25 0 0 0 0 .384l2.36 1.966A.25.25 0 0 0 8 4.466z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-down",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 1a.5.5 0 0 1 .5.5v11.793l3.146-3.147a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 .708-.708L7.5 13.293V1.5A.5.5 0 0 1 8 1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-down-circle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.5 4.5a.5.5 0 0 0-1 0v5.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V4.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-down-circle-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.5 4.5a.5.5 0 0 0-1 0v5.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V4.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-down-left",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M2 13.5a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 0-1H3.707L13.854 2.854a.5.5 0 0 0-.708-.708L3 12.293V7.5a.5.5 0 0 0-1 0v6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-down-left-circle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-5.904-2.854a.5.5 0 1 1 .707.708L6.707 9.95h2.768a.5.5 0 1 1 0 1H5.5a.5.5 0 0 1-.5-.5V6.475a.5.5 0 1 1 1 0v2.768l4.096-4.097z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-down-left-circle-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8A8 8 0 1 0 0 8a8 8 0 0 0 16 0zm-5.904-2.803a.5.5 0 1 1 .707.707L6.707 10h2.768a.5.5 0 0 1 0 1H5.5a.5.5 0 0 1-.5-.5V6.525a.5.5 0 0 1 1 0v2.768l4.096-4.096z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-down-left-square",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M15 2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2zM0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm10.096 3.146a.5.5 0 1 1 .707.708L6.707 9.95h2.768a.5.5 0 1 1 0 1H5.5a.5.5 0 0 1-.5-.5V6.475a.5.5 0 1 1 1 0v2.768l4.096-4.097z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-down-left-square-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 16a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2zm8.096-10.803L6 9.293V6.525a.5.5 0 0 0-1 0V10.5a.5.5 0 0 0 .5.5h3.975a.5.5 0 0 0 0-1H6.707l4.096-4.096a.5.5 0 1 0-.707-.707z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-down-right",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M14 13.5a.5.5 0 0 1-.5.5h-6a.5.5 0 0 1 0-1h4.793L2.146 2.854a.5.5 0 1 1 .708-.708L13 12.293V7.5a.5.5 0 0 1 1 0v6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-down-right-circle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM5.854 5.146a.5.5 0 1 0-.708.708L9.243 9.95H6.475a.5.5 0 1 0 0 1h3.975a.5.5 0 0 0 .5-.5V6.475a.5.5 0 1 0-1 0v2.768L5.854 5.146z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-down-right-circle-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm5.904-2.803a.5.5 0 1 0-.707.707L9.293 10H6.525a.5.5 0 0 0 0 1H10.5a.5.5 0 0 0 .5-.5V6.525a.5.5 0 0 0-1 0v2.768L5.904 5.197z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-down-right-square",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M15 2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2zM0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm5.854 3.146a.5.5 0 1 0-.708.708L9.243 9.95H6.475a.5.5 0 1 0 0 1h3.975a.5.5 0 0 0 .5-.5V6.475a.5.5 0 1 0-1 0v2.768L5.854 5.146z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-down-right-square-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 16a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12zM5.904 5.197 10 9.293V6.525a.5.5 0 0 1 1 0V10.5a.5.5 0 0 1-.5.5H6.525a.5.5 0 0 1 0-1h2.768L5.197 5.904a.5.5 0 0 1 .707-.707z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-down-short",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 4a.5.5 0 0 1 .5.5v5.793l2.146-2.147a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 1 1 .708-.708L7.5 10.293V4.5A.5.5 0 0 1 8 4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-down-square",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M15 2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2zM0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm8.5 2.5a.5.5 0 0 0-1 0v5.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V4.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-down-square-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v5.793l2.146-2.147a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 1 1 .708-.708L7.5 10.293V4.5a.5.5 0 0 1 1 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-down-up",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M11.5 15a.5.5 0 0 0 .5-.5V2.707l3.146 3.147a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 1 0 .708.708L11 2.707V14.5a.5.5 0 0 0 .5.5zm-7-14a.5.5 0 0 1 .5.5v11.793l3.146-3.147a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 .708-.708L4 13.293V1.5a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-left",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-left-circle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-4.5-.5a.5.5 0 0 1 0 1H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-left-circle-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zm3.5 7.5a.5.5 0 0 1 0 1H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-left-right",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1 11.5a.5.5 0 0 0 .5.5h11.793l-3.147 3.146a.5.5 0 0 0 .708.708l4-4a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 11H1.5a.5.5 0 0 0-.5.5zm14-7a.5.5 0 0 1-.5.5H2.707l3.147 3.146a.5.5 0 1 1-.708.708l-4-4a.5.5 0 0 1 0-.708l4-4a.5.5 0 1 1 .708.708L2.707 4H14.5a.5.5 0 0 1 .5.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-left-short",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M12 8a.5.5 0 0 1-.5.5H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5a.5.5 0 0 1 .5.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-left-square",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M15 2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2zM0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm11.5 5.5a.5.5 0 0 1 0 1H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-left-square-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 14a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12zm-4.5-6.5H5.707l2.147-2.146a.5.5 0 1 0-.708-.708l-3 3a.5.5 0 0 0 0 .708l3 3a.5.5 0 0 0 .708-.708L5.707 8.5H11.5a.5.5 0 0 0 0-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-repeat",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11.534 7h3.932a.25.25 0 0 1 .192.41l-1.966 2.36a.25.25 0 0 1-.384 0l-1.966-2.36a.25.25 0 0 1 .192-.41zm-11 2h3.932a.25.25 0 0 0 .192-.41L2.692 6.23a.25.25 0 0 0-.384 0L.342 8.59A.25.25 0 0 0 .534 9z\"/><path fill-rule=\"evenodd\" d=\"M8 3c-1.552 0-2.94.707-3.857 1.818a.5.5 0 1 1-.771-.636A6.002 6.002 0 0 1 13.917 7H12.9A5.002 5.002 0 0 0 8 3zM3.1 9a5.002 5.002 0 0 0 8.757 2.182.5.5 0 1 1 .771.636A6.002 6.002 0 0 1 2.083 9H3.1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-return-left",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M14.5 1.5a.5.5 0 0 1 .5.5v4.8a2.5 2.5 0 0 1-2.5 2.5H2.707l3.347 3.346a.5.5 0 0 1-.708.708l-4.2-4.2a.5.5 0 0 1 0-.708l4-4a.5.5 0 1 1 .708.708L2.707 8.3H12.5A1.5 1.5 0 0 0 14 6.8V2a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-return-right",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1.5 1.5A.5.5 0 0 0 1 2v4.8a2.5 2.5 0 0 0 2.5 2.5h9.793l-3.347 3.346a.5.5 0 0 0 .708.708l4.2-4.2a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 8.3H3.5A1.5 1.5 0 0 1 2 6.8V2a.5.5 0 0 0-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-right",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-right-circle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-right-circle-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-right-short",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-right-square",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M15 2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2zM0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm4.5 5.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-right-square-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v12zm4.5-6.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5a.5.5 0 0 1 0-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-up",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 15a.5.5 0 0 0 .5-.5V2.707l3.146 3.147a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 1 0 .708.708L7.5 2.707V14.5a.5.5 0 0 0 .5.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-up-circle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-7.5 3.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707V11.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-up-circle-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8A8 8 0 1 0 0 8a8 8 0 0 0 16 0zm-7.5 3.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707V11.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-up-left",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M2 2.5a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1H3.707l10.147 10.146a.5.5 0 0 1-.708.708L3 3.707V8.5a.5.5 0 0 1-1 0v-6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-up-left-circle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-5.904 2.803a.5.5 0 1 0 .707-.707L6.707 6h2.768a.5.5 0 1 0 0-1H5.5a.5.5 0 0 0-.5.5v3.975a.5.5 0 0 0 1 0V6.707l4.096 4.096z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-up-left-circle-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-5.904 2.803a.5.5 0 1 0 .707-.707L6.707 6h2.768a.5.5 0 1 0 0-1H5.5a.5.5 0 0 0-.5.5v3.975a.5.5 0 0 0 1 0V6.707l4.096 4.096z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-up-left-square",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M15 2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2zM0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm10.096 8.803a.5.5 0 1 0 .707-.707L6.707 6h2.768a.5.5 0 1 0 0-1H5.5a.5.5 0 0 0-.5.5v3.975a.5.5 0 0 0 1 0V6.707l4.096 4.096z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-up-left-square-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm8.096 10.803L6 6.707v2.768a.5.5 0 0 1-1 0V5.5a.5.5 0 0 1 .5-.5h3.975a.5.5 0 1 1 0 1H6.707l4.096 4.096a.5.5 0 1 1-.707.707z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-up-right",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M14 2.5a.5.5 0 0 0-.5-.5h-6a.5.5 0 0 0 0 1h4.793L2.146 13.146a.5.5 0 0 0 .708.708L13 3.707V8.5a.5.5 0 0 0 1 0v-6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-up-right-circle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM5.854 10.803a.5.5 0 1 1-.708-.707L9.243 6H6.475a.5.5 0 1 1 0-1h3.975a.5.5 0 0 1 .5.5v3.975a.5.5 0 1 1-1 0V6.707l-4.096 4.096z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-up-right-circle-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 8a8 8 0 1 0 16 0A8 8 0 0 0 0 8zm5.904 2.803a.5.5 0 1 1-.707-.707L9.293 6H6.525a.5.5 0 1 1 0-1H10.5a.5.5 0 0 1 .5.5v3.975a.5.5 0 0 1-1 0V6.707l-4.096 4.096z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-up-right-square",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M15 2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2zM0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm5.854 8.803a.5.5 0 1 1-.708-.707L9.243 6H6.475a.5.5 0 1 1 0-1h3.975a.5.5 0 0 1 .5.5v3.975a.5.5 0 1 1-1 0V6.707l-4.096 4.096z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-up-right-square-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 0a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h12zM5.904 10.803 10 6.707v2.768a.5.5 0 0 0 1 0V5.5a.5.5 0 0 0-.5-.5H6.525a.5.5 0 1 0 0 1h2.768l-4.096 4.096a.5.5 0 0 0 .707.707z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-up-short",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 12a.5.5 0 0 0 .5-.5V5.707l2.146 2.147a.5.5 0 0 0 .708-.708l-3-3a.5.5 0 0 0-.708 0l-3 3a.5.5 0 1 0 .708.708L7.5 5.707V11.5a.5.5 0 0 0 .5.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-up-square",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M15 2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2zM0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm8.5 9.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707V11.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrow-up-square-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 16a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2zm6.5-4.5V5.707l2.146 2.147a.5.5 0 0 0 .708-.708l-3-3a.5.5 0 0 0-.708 0l-3 3a.5.5 0 1 0 .708.708L7.5 5.707V11.5a.5.5 0 0 0 1 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrows-angle-contract",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M.172 15.828a.5.5 0 0 0 .707 0l4.096-4.096V14.5a.5.5 0 1 0 1 0v-3.975a.5.5 0 0 0-.5-.5H1.5a.5.5 0 0 0 0 1h2.768L.172 15.121a.5.5 0 0 0 0 .707zM15.828.172a.5.5 0 0 0-.707 0l-4.096 4.096V1.5a.5.5 0 1 0-1 0v3.975a.5.5 0 0 0 .5.5H14.5a.5.5 0 0 0 0-1h-2.768L15.828.879a.5.5 0 0 0 0-.707z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrows-angle-expand",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M5.828 10.172a.5.5 0 0 0-.707 0l-4.096 4.096V11.5a.5.5 0 0 0-1 0v3.975a.5.5 0 0 0 .5.5H4.5a.5.5 0 0 0 0-1H1.732l4.096-4.096a.5.5 0 0 0 0-.707zm4.344-4.344a.5.5 0 0 0 .707 0l4.096-4.096V4.5a.5.5 0 1 0 1 0V.525a.5.5 0 0 0-.5-.5H11.5a.5.5 0 0 0 0 1h2.768l-4.096 4.096a.5.5 0 0 0 0 .707z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrows-collapse",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1 8a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13A.5.5 0 0 1 1 8zm7-8a.5.5 0 0 1 .5.5v3.793l1.146-1.147a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 1 1 .708-.708L7.5 4.293V.5A.5.5 0 0 1 8 0zm-.5 11.707-1.146 1.147a.5.5 0 0 1-.708-.708l2-2a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L8.5 11.707V15.5a.5.5 0 0 1-1 0v-3.793z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrows-expand",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1 8a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13A.5.5 0 0 1 1 8zM7.646.146a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L8.5 1.707V5.5a.5.5 0 0 1-1 0V1.707L6.354 2.854a.5.5 0 1 1-.708-.708l2-2zM8 10a.5.5 0 0 1 .5.5v3.793l1.146-1.147a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 0 1 .708-.708L7.5 14.293V10.5A.5.5 0 0 1 8 10z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrows-fullscreen",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M5.828 10.172a.5.5 0 0 0-.707 0l-4.096 4.096V11.5a.5.5 0 0 0-1 0v3.975a.5.5 0 0 0 .5.5H4.5a.5.5 0 0 0 0-1H1.732l4.096-4.096a.5.5 0 0 0 0-.707zm4.344 0a.5.5 0 0 1 .707 0l4.096 4.096V11.5a.5.5 0 1 1 1 0v3.975a.5.5 0 0 1-.5.5H11.5a.5.5 0 0 1 0-1h2.768l-4.096-4.096a.5.5 0 0 1 0-.707zm0-4.344a.5.5 0 0 0 .707 0l4.096-4.096V4.5a.5.5 0 1 0 1 0V.525a.5.5 0 0 0-.5-.5H11.5a.5.5 0 0 0 0 1h2.768l-4.096 4.096a.5.5 0 0 0 0 .707zm-4.344 0a.5.5 0 0 1-.707 0L1.025 1.732V4.5a.5.5 0 0 1-1 0V.525a.5.5 0 0 1 .5-.5H4.5a.5.5 0 0 1 0 1H1.732l4.096 4.096a.5.5 0 0 1 0 .707z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "arrows-move",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M7.646.146a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L8.5 1.707V5.5a.5.5 0 0 1-1 0V1.707L6.354 2.854a.5.5 0 1 1-.708-.708l2-2zM8 10a.5.5 0 0 1 .5.5v3.793l1.146-1.147a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 0 1 .708-.708L7.5 14.293V10.5A.5.5 0 0 1 8 10zM.146 8.354a.5.5 0 0 1 0-.708l2-2a.5.5 0 1 1 .708.708L1.707 7.5H5.5a.5.5 0 0 1 0 1H1.707l1.147 1.146a.5.5 0 0 1-.708.708l-2-2zM10 8a.5.5 0 0 1 .5-.5h3.793l-1.147-1.146a.5.5 0 0 1 .708-.708l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L14.293 8.5H10.5A.5.5 0 0 1 10 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "aspect-ratio",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 3.5A1.5 1.5 0 0 1 1.5 2h13A1.5 1.5 0 0 1 16 3.5v9a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 12.5v-9zM1.5 3a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5h-13z\"/><path d=\"M2 4.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1H3v2.5a.5.5 0 0 1-1 0v-3zm12 7a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1 0-1H13V8.5a.5.5 0 0 1 1 0v3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "aspect-ratio-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 12.5v-9A1.5 1.5 0 0 1 1.5 2h13A1.5 1.5 0 0 1 16 3.5v9a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 12.5zM2.5 4a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 1 0V5h2.5a.5.5 0 0 0 0-1h-3zm11 8a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-1 0V11h-2.5a.5.5 0 0 0 0 1h3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "asterisk",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 0a1 1 0 0 1 1 1v5.268l4.562-2.634a1 1 0 1 1 1 1.732L10 8l4.562 2.634a1 1 0 1 1-1 1.732L9 9.732V15a1 1 0 1 1-2 0V9.732l-4.562 2.634a1 1 0 1 1-1-1.732L6 8 1.438 5.366a1 1 0 0 1 1-1.732L7 6.268V1a1 1 0 0 1 1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "at",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13.106 7.222c0-2.967-2.249-5.032-5.482-5.032-3.35 0-5.646 2.318-5.646 5.702 0 3.493 2.235 5.708 5.762 5.708.862 0 1.689-.123 2.304-.335v-.862c-.43.199-1.354.328-2.29.328-2.926 0-4.813-1.88-4.813-4.798 0-2.844 1.921-4.881 4.594-4.881 2.735 0 4.608 1.688 4.608 4.156 0 1.682-.554 2.769-1.416 2.769-.492 0-.772-.28-.772-.76V5.206H8.923v.834h-.11c-.266-.595-.881-.964-1.6-.964-1.4 0-2.378 1.162-2.378 2.823 0 1.737.957 2.906 2.379 2.906.8 0 1.415-.39 1.709-1.087h.11c.081.67.703 1.148 1.503 1.148 1.572 0 2.57-1.415 2.57-3.643zm-7.177.704c0-1.197.54-1.907 1.456-1.907.93 0 1.524.738 1.524 1.907S8.308 9.84 7.371 9.84c-.895 0-1.442-.725-1.442-1.914z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "award",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.669.864 8 0 6.331.864l-1.858.282-.842 1.68-1.337 1.32L2.6 6l-.306 1.854 1.337 1.32.842 1.68 1.858.282L8 12l1.669-.864 1.858-.282.842-1.68 1.337-1.32L13.4 6l.306-1.854-1.337-1.32-.842-1.68L9.669.864zm1.196 1.193.684 1.365 1.086 1.072L12.387 6l.248 1.506-1.086 1.072-.684 1.365-1.51.229L8 10.874l-1.355-.702-1.51-.229-.684-1.365-1.086-1.072L3.614 6l-.25-1.506 1.087-1.072.684-1.365 1.51-.229L8 1.126l1.356.702 1.509.229z\"/><path d=\"M4 11.794V16l4-1 4 1v-4.206l-2.018.306L8 13.126 6.018 12.1 4 11.794z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "award-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m8 0 1.669.864 1.858.282.842 1.68 1.337 1.32L13.4 6l.306 1.854-1.337 1.32-.842 1.68-1.858.282L8 12l-1.669-.864-1.858-.282-.842-1.68-1.337-1.32L2.6 6l-.306-1.854 1.337-1.32.842-1.68L6.331.864 8 0z\"/><path d=\"M4 11.794V16l4-1 4 1v-4.206l-2.018.306L8 13.126 6.018 12.1 4 11.794z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "back",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-2H2a2 2 0 0 1-2-2V2zm2-1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "backspace",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.83 5.146a.5.5 0 0 0 0 .708L7.975 8l-2.147 2.146a.5.5 0 0 0 .707.708l2.147-2.147 2.146 2.147a.5.5 0 0 0 .707-.708L9.39 8l2.146-2.146a.5.5 0 0 0-.707-.708L8.683 7.293 6.536 5.146a.5.5 0 0 0-.707 0z\"/><path d=\"M13.683 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-7.08a2 2 0 0 1-1.519-.698L.241 8.65a1 1 0 0 1 0-1.302L5.084 1.7A2 2 0 0 1 6.603 1h7.08zm-7.08 1a1 1 0 0 0-.76.35L1 8l4.844 5.65a1 1 0 0 0 .759.35h7.08a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1h-7.08z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "backspace-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M15.683 3a2 2 0 0 0-2-2h-7.08a2 2 0 0 0-1.519.698L.241 7.35a1 1 0 0 0 0 1.302l4.843 5.65A2 2 0 0 0 6.603 15h7.08a2 2 0 0 0 2-2V3zM5.829 5.854a.5.5 0 1 1 .707-.708l2.147 2.147 2.146-2.147a.5.5 0 1 1 .707.708L9.39 8l2.146 2.146a.5.5 0 0 1-.707.708L8.683 8.707l-2.147 2.147a.5.5 0 0 1-.707-.708L7.976 8 5.829 5.854z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "backspace-reverse",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.854 5.146a.5.5 0 0 1 0 .708L7.707 8l2.147 2.146a.5.5 0 0 1-.708.708L7 8.707l-2.146 2.147a.5.5 0 0 1-.708-.708L6.293 8 4.146 5.854a.5.5 0 1 1 .708-.708L7 7.293l2.146-2.147a.5.5 0 0 1 .708 0z\"/><path d=\"M2 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h7.08a2 2 0 0 0 1.519-.698l4.843-5.651a1 1 0 0 0 0-1.302L10.6 1.7A2 2 0 0 0 9.08 1H2zm7.08 1a1 1 0 0 1 .76.35L14.682 8l-4.844 5.65a1 1 0 0 1-.759.35H2a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h7.08z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "backspace-reverse-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 3a2 2 0 0 1 2-2h7.08a2 2 0 0 1 1.519.698l4.843 5.651a1 1 0 0 1 0 1.302L10.6 14.3a2 2 0 0 1-1.52.7H2a2 2 0 0 1-2-2V3zm9.854 2.854a.5.5 0 0 0-.708-.708L7 7.293 4.854 5.146a.5.5 0 1 0-.708.708L6.293 8l-2.147 2.146a.5.5 0 0 0 .708.708L7 8.707l2.146 2.147a.5.5 0 0 0 .708-.708L7.707 8l2.147-2.146z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "badge3d",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.52 8.368h.664c.646 0 1.055.378 1.06.9.008.537-.427.919-1.086.919-.598-.004-1.037-.325-1.068-.756H3c.03.914.791 1.688 2.153 1.688 1.24 0 2.285-.66 2.272-1.798-.013-.953-.747-1.38-1.292-1.432v-.062c.44-.07 1.125-.527 1.108-1.375-.013-.906-.8-1.57-2.053-1.565-1.31.005-2.043.734-2.074 1.67h1.103c.022-.391.383-.751.936-.751.532 0 .928.33.928.813.004.479-.383.835-.928.835h-.632v.914zm3.606-3.367V11h2.189C12.125 11 13 9.893 13 7.985c0-1.894-.861-2.984-2.685-2.984H8.126zm1.187.967h.844c1.112 0 1.621.686 1.621 2.04 0 1.353-.505 2.02-1.621 2.02h-.844v-4.06z\"/><path d=\"M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "badge3d-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10.157 5.968h-.844v4.06h.844c1.116 0 1.621-.667 1.621-2.02 0-1.354-.51-2.04-1.621-2.04z\"/><path d=\"M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm5.184 4.368c.646 0 1.055.378 1.06.9.008.537-.427.919-1.086.919-.598-.004-1.037-.325-1.068-.756H3c.03.914.791 1.688 2.153 1.688 1.24 0 2.285-.66 2.272-1.798-.013-.953-.747-1.38-1.292-1.432v-.062c.44-.07 1.125-.527 1.108-1.375-.013-.906-.8-1.57-2.053-1.565-1.31.005-2.043.734-2.074 1.67h1.103c.022-.391.383-.751.936-.751.532 0 .928.33.928.813.004.479-.383.835-.928.835h-.632v.914h.663zM8.126 11h2.189C12.125 11 13 9.893 13 7.985c0-1.894-.861-2.984-2.685-2.984H8.126V11z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "badge4k",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.807 5.001C4.021 6.298 3.203 7.6 2.5 8.917v.971h2.905V11h1.112V9.888h.733V8.93h-.733V5.001h-1.71zm-1.23 3.93v-.032a46.781 46.781 0 0 1 1.766-3.001h.062V8.93H3.577zm9.831-3.93h-1.306L9.835 7.687h-.057V5H8.59v6h1.187V9.075l.615-.699L12.072 11H13.5l-2.232-3.415 2.14-2.584z\"/><path d=\"M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "badge4k-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.577 8.9v.03h1.828V5.898h-.062a46.781 46.781 0 0 0-1.766 3.001z\"/><path d=\"M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2zm2.372 3.715.435-.714h1.71v3.93h.733v.957h-.733V11H5.405V9.888H2.5v-.971c.574-1.077 1.225-2.142 1.872-3.202zm7.73-.714h1.306l-2.14 2.584L13.5 11h-1.428l-1.679-2.624-.615.7V11H8.59V5.001h1.187v2.686h.057L12.102 5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "badge8k",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.837 11.114c1.406 0 2.333-.725 2.333-1.766 0-.945-.712-1.38-1.256-1.49v-.053c.496-.15 1.02-.55 1.02-1.331 0-.914-.831-1.587-2.084-1.587-1.257 0-2.087.673-2.087 1.587 0 .773.51 1.177 1.02 1.331v.053c-.546.11-1.258.54-1.258 1.494 0 1.042.906 1.762 2.312 1.762zm.013-3.643c-.545 0-.95-.356-.95-.866s.405-.852.95-.852c.545 0 .945.343.945.852 0 .51-.4.866-.945.866zm0 2.786c-.65 0-1.142-.395-1.142-.984S4.2 8.28 4.85 8.28c.646 0 1.143.404 1.143.993s-.497.984-1.143.984zM13.408 5h-1.306L9.835 7.685h-.057V5H8.59v5.998h1.187V9.075l.615-.699 1.679 2.623H13.5l-2.232-3.414L13.408 5z\"/><path d=\"M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "badge8k-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.9 6.605c0 .51.405.866.95.866.545 0 .945-.356.945-.866s-.4-.852-.945-.852c-.545 0-.95.343-.95.852zm-.192 2.668c0 .589.492.984 1.142.984.646 0 1.143-.395 1.143-.984S5.496 8.28 4.85 8.28c-.65 0-1.142.404-1.142.993z\"/><path d=\"M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2zm5.17 7.348c0 1.041-.927 1.766-2.333 1.766-1.406 0-2.312-.72-2.312-1.762 0-.954.712-1.384 1.257-1.494v-.053c-.51-.154-1.02-.558-1.02-1.331 0-.914.831-1.587 2.088-1.587 1.253 0 2.083.673 2.083 1.587 0 .782-.523 1.182-1.02 1.331v.053c.545.11 1.257.545 1.257 1.49zM12.102 5h1.306l-2.14 2.584 2.232 3.415h-1.428l-1.679-2.624-.615.699v1.925H8.59V5h1.187v2.685h.057L12.102 5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "badge-ad",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m3.7 11 .47-1.542h2.004L6.644 11h1.261L5.901 5.001H4.513L2.5 11h1.2zm1.503-4.852.734 2.426H4.416l.734-2.426h.053zm4.759.128c-1.059 0-1.753.765-1.753 2.043v.695c0 1.279.685 2.043 1.74 2.043.677 0 1.222-.33 1.367-.804h.057V11h1.138V4.685h-1.16v2.36h-.053c-.18-.475-.68-.77-1.336-.77zm.387.923c.58 0 1.002.44 1.002 1.138v.602c0 .76-.396 1.2-.984 1.2-.598 0-.972-.449-.972-1.248v-.453c0-.795.37-1.24.954-1.24z\"/><path d=\"M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "badge-ad-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11.35 8.337c0-.699-.42-1.138-1.001-1.138-.584 0-.954.444-.954 1.239v.453c0 .8.374 1.248.972 1.248.588 0 .984-.44.984-1.2v-.602zm-5.413.237-.734-2.426H5.15l-.734 2.426h1.52z\"/><path d=\"M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2zm6.209 6.32c0-1.28.694-2.044 1.753-2.044.655 0 1.156.294 1.336.769h.053v-2.36h1.16V11h-1.138v-.747h-.057c-.145.474-.69.804-1.367.804-1.055 0-1.74-.764-1.74-2.043v-.695zm-4.04 1.138L3.7 11H2.5l2.013-5.999H5.9L7.905 11H6.644l-.47-1.542H4.17z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "badge-ar",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m3.794 11 .47-1.542H6.27L6.739 11H8L5.996 5.001H4.607L2.595 11h1.2zm1.503-4.852.734 2.426h-1.52l.734-2.426h.052zm5.598-1.147H8.5V11h1.173V8.763h1.064L11.787 11h1.327L11.91 8.583C12.455 8.373 13 7.779 13 6.9c0-1.147-.773-1.9-2.105-1.9zm-1.222 2.87V5.933h1.05c.63 0 1.05.347 1.05.989 0 .633-.408.95-1.067.95H9.673z\"/><path d=\"M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "badge-ar-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m6.031 8.574-.734-2.426h-.052L4.51 8.574h1.52zm3.642-2.641v1.938h1.033c.66 0 1.068-.316 1.068-.95 0-.64-.422-.988-1.05-.988h-1.05z\"/><path d=\"M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm4.265 5.458h2.004L6.739 11H8L5.996 5.001H4.607L2.595 11h1.2l.47-1.542zM8.5 5v6h1.173V8.763h1.064L11.787 11h1.327L11.91 8.583C12.455 8.373 13 7.779 13 6.9c0-1.147-.773-1.9-2.105-1.9H8.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "badge-cc",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.708 7.755c0-1.111.488-1.753 1.319-1.753.681 0 1.138.47 1.186 1.107H7.36V7c-.052-1.186-1.024-2-2.342-2C3.414 5 2.5 6.05 2.5 7.751v.747c0 1.7.905 2.73 2.518 2.73 1.314 0 2.285-.792 2.342-1.939v-.114H6.213c-.048.615-.496 1.05-1.186 1.05-.84 0-1.319-.62-1.319-1.727v-.743zm6.14 0c0-1.111.488-1.753 1.318-1.753.682 0 1.139.47 1.187 1.107H13.5V7c-.053-1.186-1.024-2-2.342-2C9.554 5 8.64 6.05 8.64 7.751v.747c0 1.7.905 2.73 2.518 2.73 1.314 0 2.285-.792 2.342-1.939v-.114h-1.147c-.048.615-.497 1.05-1.187 1.05-.839 0-1.318-.62-1.318-1.727v-.743z\"/><path d=\"M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "badge-cc-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2zm3.027 4.002c-.83 0-1.319.642-1.319 1.753v.743c0 1.107.48 1.727 1.319 1.727.69 0 1.138-.435 1.186-1.05H7.36v.114c-.057 1.147-1.028 1.938-2.342 1.938-1.613 0-2.518-1.028-2.518-2.729v-.747C2.5 6.051 3.414 5 5.018 5c1.318 0 2.29.813 2.342 2v.11H6.213c-.048-.638-.505-1.108-1.186-1.108zm6.14 0c-.831 0-1.319.642-1.319 1.753v.743c0 1.107.48 1.727 1.318 1.727.69 0 1.139-.435 1.187-1.05H13.5v.114c-.057 1.147-1.028 1.938-2.342 1.938-1.613 0-2.518-1.028-2.518-2.729v-.747c0-1.7.914-2.751 2.518-2.751 1.318 0 2.29.813 2.342 2v.11h-1.147c-.048-.638-.505-1.108-1.187-1.108z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "badge-hd",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.396 11V5.001H6.209v2.44H3.687V5H2.5v6h1.187V8.43h2.522V11h1.187zM8.5 5.001V11h2.188c1.811 0 2.685-1.107 2.685-3.015 0-1.894-.86-2.984-2.684-2.984H8.5zm1.187.967h.843c1.112 0 1.622.686 1.622 2.04 0 1.353-.505 2.02-1.622 2.02h-.843v-4.06z\"/><path d=\"M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "badge-hd-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10.53 5.968h-.843v4.06h.843c1.117 0 1.622-.667 1.622-2.02 0-1.354-.51-2.04-1.622-2.04z\"/><path d=\"M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2zm5.396 3.001V11H6.209V8.43H3.687V11H2.5V5.001h1.187v2.44h2.522V5h1.187zM8.5 11V5.001h2.188c1.824 0 2.685 1.09 2.685 2.984C13.373 9.893 12.5 11 10.69 11H8.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "badge-tm",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.295 11V5.995H7V5H2.403v.994h1.701V11h1.19zm3.397 0V7.01h.058l1.428 3.239h.773l1.42-3.24h.057V11H13.5V5.001h-1.2l-1.71 3.894h-.039l-1.71-3.894H7.634V11h1.06z\"/><path d=\"M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "badge-tm-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2zm3.295 3.995V11H4.104V5.995h-1.7V5H7v.994H5.295zM8.692 7.01V11H7.633V5.001h1.209l1.71 3.894h.039l1.71-3.894H13.5V11h-1.072V7.01h-.057l-1.42 3.239h-.773L8.75 7.008h-.058z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "badge-vo",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.508 11h1.429l1.99-5.999H6.61L5.277 9.708H5.22L3.875 5.001H2.5L4.508 11zM13.5 8.39v-.77c0-1.696-.962-2.733-2.566-2.733-1.604 0-2.571 1.029-2.571 2.734v.769c0 1.691.967 2.724 2.57 2.724 1.605 0 2.567-1.033 2.567-2.724zm-1.204-.778v.782c0 1.156-.571 1.732-1.362 1.732-.796 0-1.363-.576-1.363-1.732v-.782c0-1.156.567-1.736 1.363-1.736.79 0 1.362.58 1.362 1.736z\"/><path d=\"M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "badge-vo-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12.296 8.394v-.782c0-1.156-.571-1.736-1.362-1.736-.796 0-1.363.58-1.363 1.736v.782c0 1.156.567 1.732 1.363 1.732.79 0 1.362-.576 1.362-1.732z\"/><path d=\"M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2zm11.5 5.62v.77c0 1.691-.962 2.724-2.566 2.724-1.604 0-2.571-1.033-2.571-2.724v-.77c0-1.704.967-2.733 2.57-2.733 1.605 0 2.567 1.037 2.567 2.734zM5.937 11H4.508L2.5 5.001h1.375L5.22 9.708h.057L6.61 5.001h1.318L5.937 11z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "badge-vr",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z\"/><path d=\"M4.508 11h1.429l1.99-5.999H6.61L5.277 9.708H5.22L3.875 5.001H2.5L4.508 11zm6.387-5.999H8.5V11h1.173V8.763h1.064L11.787 11h1.327L11.91 8.583C12.455 8.373 13 7.779 13 6.9c0-1.147-.773-1.9-2.105-1.9zm-1.222 2.87V5.933h1.05c.63 0 1.05.347 1.05.989 0 .633-.408.95-1.067.95H9.673z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "badge-vr-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.673 5.933v1.938h1.033c.66 0 1.068-.316 1.068-.95 0-.64-.422-.988-1.05-.988h-1.05z\"/><path d=\"M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm5.937 7 1.99-5.999H6.61L5.277 9.708H5.22L3.875 5.001H2.5L4.508 11h1.429zM8.5 5.001V11h1.173V8.763h1.064L11.787 11h1.327L11.91 8.583C12.455 8.373 13 7.779 13 6.9c0-1.147-.773-1.9-2.105-1.9H8.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "badge-wc",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10.348 7.643c0-1.112.488-1.754 1.318-1.754.682 0 1.139.47 1.187 1.108H14v-.11c-.053-1.187-1.024-2-2.342-2-1.604 0-2.518 1.05-2.518 2.751v.747c0 1.7.905 2.73 2.518 2.73 1.314 0 2.285-.792 2.342-1.939v-.114h-1.147c-.048.615-.497 1.05-1.187 1.05-.839 0-1.318-.62-1.318-1.727v-.742zM4.457 11l1.02-4.184h.045L6.542 11h1.006L9 5.001H7.818l-.82 4.355h-.056L5.97 5.001h-.94l-.972 4.355h-.053l-.827-4.355H2L3.452 11h1.005z\"/><path d=\"M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "badge-wc-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm11.666 1.89c.682 0 1.139.47 1.187 1.107H14v-.11c-.053-1.187-1.024-2-2.342-2-1.604 0-2.518 1.05-2.518 2.751v.747c0 1.7.905 2.73 2.518 2.73 1.314 0 2.285-.792 2.342-1.939v-.114h-1.147c-.048.615-.497 1.05-1.187 1.05-.839 0-1.318-.62-1.318-1.727v-.742c0-1.112.488-1.754 1.318-1.754zm-6.188.926h.044L6.542 11h1.006L9 5.001H7.818l-.82 4.355h-.056L5.97 5.001h-.94l-.972 4.355h-.053l-.827-4.355H2L3.452 11h1.005l1.02-4.184z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "bag",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 1a2.5 2.5 0 0 1 2.5 2.5V4h-5v-.5A2.5 2.5 0 0 1 8 1zm3.5 3v-.5a3.5 3.5 0 1 0-7 0V4H1v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4h-3.5zM2 5h12v9a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "bag-check",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M10.854 8.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 0 1 .708-.708L7.5 10.793l2.646-2.647a.5.5 0 0 1 .708 0z\"/><path d=\"M8 1a2.5 2.5 0 0 1 2.5 2.5V4h-5v-.5A2.5 2.5 0 0 1 8 1zm3.5 3v-.5a3.5 3.5 0 1 0-7 0V4H1v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4h-3.5zM2 5h12v9a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "bag-check-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M10.5 3.5a2.5 2.5 0 0 0-5 0V4h5v-.5zm1 0V4H15v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V4h3.5v-.5a3.5 3.5 0 1 1 7 0zm-.646 5.354a.5.5 0 0 0-.708-.708L7.5 10.793 6.354 9.646a.5.5 0 1 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0l3-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "bag-dash",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M5.5 10a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z\"/><path d=\"M8 1a2.5 2.5 0 0 1 2.5 2.5V4h-5v-.5A2.5 2.5 0 0 1 8 1zm3.5 3v-.5a3.5 3.5 0 1 0-7 0V4H1v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4h-3.5zM2 5h12v9a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "bag-dash-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M10.5 3.5a2.5 2.5 0 0 0-5 0V4h5v-.5zm1 0V4H15v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V4h3.5v-.5a3.5 3.5 0 1 1 7 0zM6 9.5a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1H6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "bag-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 1a2.5 2.5 0 0 1 2.5 2.5V4h-5v-.5A2.5 2.5 0 0 1 8 1zm3.5 3v-.5a3.5 3.5 0 1 0-7 0V4H1v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4h-3.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "bag-plus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 7.5a.5.5 0 0 1 .5.5v1.5H10a.5.5 0 0 1 0 1H8.5V12a.5.5 0 0 1-1 0v-1.5H6a.5.5 0 0 1 0-1h1.5V8a.5.5 0 0 1 .5-.5z\"/><path d=\"M8 1a2.5 2.5 0 0 1 2.5 2.5V4h-5v-.5A2.5 2.5 0 0 1 8 1zm3.5 3v-.5a3.5 3.5 0 1 0-7 0V4H1v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4h-3.5zM2 5h12v9a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "bag-plus-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M10.5 3.5a2.5 2.5 0 0 0-5 0V4h5v-.5zm1 0V4H15v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V4h3.5v-.5a3.5 3.5 0 1 1 7 0zM8.5 8a.5.5 0 0 0-1 0v1.5H6a.5.5 0 0 0 0 1h1.5V12a.5.5 0 0 0 1 0v-1.5H10a.5.5 0 0 0 0-1H8.5V8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "bag-x",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M6.146 8.146a.5.5 0 0 1 .708 0L8 9.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 10l1.147 1.146a.5.5 0 0 1-.708.708L8 10.707l-1.146 1.147a.5.5 0 0 1-.708-.708L7.293 10 6.146 8.854a.5.5 0 0 1 0-.708z\"/><path d=\"M8 1a2.5 2.5 0 0 1 2.5 2.5V4h-5v-.5A2.5 2.5 0 0 1 8 1zm3.5 3v-.5a3.5 3.5 0 1 0-7 0V4H1v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4h-3.5zM2 5h12v9a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "bag-x-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M10.5 3.5a2.5 2.5 0 0 0-5 0V4h5v-.5zm1 0V4H15v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V4h3.5v-.5a3.5 3.5 0 1 1 7 0zM6.854 8.146a.5.5 0 1 0-.708.708L7.293 10l-1.147 1.146a.5.5 0 0 0 .708.708L8 10.707l1.146 1.147a.5.5 0 0 0 .708-.708L8.707 10l1.147-1.146a.5.5 0 0 0-.708-.708L8 9.293 6.854 8.146z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "bank",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 .95 14.61 4h.89a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5H15v7a.5.5 0 0 1 .485.379l.5 2A.5.5 0 0 1 15.5 17H.5a.5.5 0 0 1-.485-.621l.5-2A.5.5 0 0 1 1 14V7H.5a.5.5 0 0 1-.5-.5v-2A.5.5 0 0 1 .5 4h.89L8 .95zM3.776 4h8.447L8 2.05 3.776 4zM2 7v7h1V7H2zm2 0v7h2.5V7H4zm3.5 0v7h1V7h-1zm2 0v7H12V7H9.5zM13 7v7h1V7h-1zm2-1V5H1v1h14zm-.39 9H1.39l-.25 1h13.72l-.25-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "bank2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.277.084a.5.5 0 0 0-.554 0l-7.5 5A.5.5 0 0 0 .5 6h1.875v7H1.5a.5.5 0 0 0 0 1h13a.5.5 0 1 0 0-1h-.875V6H15.5a.5.5 0 0 0 .277-.916l-7.5-5zM12.375 6v7h-1.25V6h1.25zm-2.5 0v7h-1.25V6h1.25zm-2.5 0v7h-1.25V6h1.25zm-2.5 0v7h-1.25V6h1.25zM8 4a1 1 0 1 1 0-2 1 1 0 0 1 0 2zM.5 15a.5.5 0 0 0 0 1h15a.5.5 0 1 0 0-1H.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "bar-chart",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 11H2v3h2v-3zm5-4H7v7h2V7zm5-5v12h-2V2h2zm-2-1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1h-2zM6 7a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V7zm-5 4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "bar-chart-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1 11a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-3zm5-4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V7zm5-5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "bar-chart-line",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11 2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v12h.5a.5.5 0 0 1 0 1H.5a.5.5 0 0 1 0-1H1v-3a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3h1V7a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v7h1V2zm1 12h2V2h-2v12zm-3 0V7H7v7h2zm-5 0v-3H2v3h2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "bar-chart-line-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11 2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v12h.5a.5.5 0 0 1 0 1H.5a.5.5 0 0 1 0-1H1v-3a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3h1V7a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v7h1V2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "bar-chart-steps",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M.5 0a.5.5 0 0 1 .5.5v15a.5.5 0 0 1-1 0V.5A.5.5 0 0 1 .5 0zM2 1.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-4a.5.5 0 0 1-.5-.5v-1zm2 4a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-1zm2 4a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-6a.5.5 0 0 1-.5-.5v-1zm2 4a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "basket",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.757 1.071a.5.5 0 0 1 .172.686L3.383 6h9.234L10.07 1.757a.5.5 0 1 1 .858-.514L13.783 6H15a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1v4.5a2.5 2.5 0 0 1-2.5 2.5h-9A2.5 2.5 0 0 1 1 13.5V9a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h1.217L5.07 1.243a.5.5 0 0 1 .686-.172zM2 9v4.5A1.5 1.5 0 0 0 3.5 15h9a1.5 1.5 0 0 0 1.5-1.5V9H2zM1 7v1h14V7H1zm3 3a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3A.5.5 0 0 1 4 10zm2 0a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3A.5.5 0 0 1 6 10zm2 0a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3A.5.5 0 0 1 8 10zm2 0a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 .5-.5zm2 0a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "basket2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 10a1 1 0 0 1 2 0v2a1 1 0 0 1-2 0v-2zm3 0a1 1 0 0 1 2 0v2a1 1 0 0 1-2 0v-2zm3 0a1 1 0 1 1 2 0v2a1 1 0 0 1-2 0v-2z\"/><path d=\"M5.757 1.071a.5.5 0 0 1 .172.686L3.383 6h9.234L10.07 1.757a.5.5 0 1 1 .858-.514L13.783 6H15.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-.623l-1.844 6.456a.75.75 0 0 1-.722.544H3.69a.75.75 0 0 1-.722-.544L1.123 8H.5a.5.5 0 0 1-.5-.5v-1A.5.5 0 0 1 .5 6h1.717L5.07 1.243a.5.5 0 0 1 .686-.172zM2.163 8l1.714 6h8.246l1.714-6H2.163z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "basket2-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.929 1.757a.5.5 0 1 0-.858-.514L2.217 6H.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h.623l1.844 6.456A.75.75 0 0 0 3.69 15h8.622a.75.75 0 0 0 .722-.544L14.877 8h.623a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1.717L10.93 1.243a.5.5 0 1 0-.858.514L12.617 6H3.383L5.93 1.757zM4 10a1 1 0 0 1 2 0v2a1 1 0 1 1-2 0v-2zm3 0a1 1 0 0 1 2 0v2a1 1 0 1 1-2 0v-2zm4-1a1 1 0 0 1 1 1v2a1 1 0 1 1-2 0v-2a1 1 0 0 1 1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "basket3",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.757 1.071a.5.5 0 0 1 .172.686L3.383 6h9.234L10.07 1.757a.5.5 0 1 1 .858-.514L13.783 6H15.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H.5a.5.5 0 0 1-.5-.5v-1A.5.5 0 0 1 .5 6h1.717L5.07 1.243a.5.5 0 0 1 .686-.172zM3.394 15l-1.48-6h-.97l1.525 6.426a.75.75 0 0 0 .729.574h9.606a.75.75 0 0 0 .73-.574L15.056 9h-.972l-1.479 6h-9.21z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "basket3-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.757 1.071a.5.5 0 0 1 .172.686L3.383 6h9.234L10.07 1.757a.5.5 0 1 1 .858-.514L13.783 6H15.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H.5a.5.5 0 0 1-.5-.5v-1A.5.5 0 0 1 .5 6h1.717L5.07 1.243a.5.5 0 0 1 .686-.172zM2.468 15.426.943 9h14.114l-1.525 6.426a.75.75 0 0 1-.729.574H3.197a.75.75 0 0 1-.73-.574z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "basket-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.071 1.243a.5.5 0 0 1 .858.514L3.383 6h9.234L10.07 1.757a.5.5 0 1 1 .858-.514L13.783 6H15.5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5H15v5a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V9H.5a.5.5 0 0 1-.5-.5v-2A.5.5 0 0 1 .5 6h1.717L5.07 1.243zM3.5 10.5a.5.5 0 1 0-1 0v3a.5.5 0 0 0 1 0v-3zm2.5 0a.5.5 0 1 0-1 0v3a.5.5 0 0 0 1 0v-3zm2.5 0a.5.5 0 1 0-1 0v3a.5.5 0 0 0 1 0v-3zm2.5 0a.5.5 0 1 0-1 0v3a.5.5 0 0 0 1 0v-3zm2.5 0a.5.5 0 1 0-1 0v3a.5.5 0 0 0 1 0v-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "battery",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 6a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V6zm2-1a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1H2zm14 3a1.5 1.5 0 0 1-1.5 1.5v-3A1.5 1.5 0 0 1 16 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "battery-charging",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.585 2.568a.5.5 0 0 1 .226.58L8.677 6.832h1.99a.5.5 0 0 1 .364.843l-5.334 5.667a.5.5 0 0 1-.842-.49L5.99 9.167H4a.5.5 0 0 1-.364-.843l5.333-5.667a.5.5 0 0 1 .616-.09z\"/><path d=\"M2 4h4.332l-.94 1H2a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h2.38l-.308 1H2a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2z\"/><path d=\"M2 6h2.45L2.908 7.639A1.5 1.5 0 0 0 3.313 10H2V6zm8.595-2-.308 1H12a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H9.276l-.942 1H12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-1.405z\"/><path d=\"M12 10h-1.783l1.542-1.639c.097-.103.178-.218.241-.34V10zm0-3.354V6h-.646a1.5 1.5 0 0 1 .646.646zM16 8a1.5 1.5 0 0 1-1.5 1.5v-3A1.5 1.5 0 0 1 16 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "battery-full",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 6h10v4H2V6z\"/><path d=\"M2 4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H2zm10 1a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h10zm4 3a1.5 1.5 0 0 1-1.5 1.5v-3A1.5 1.5 0 0 1 16 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "battery-half",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 6h5v4H2V6z\"/><path d=\"M2 4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H2zm10 1a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h10zm4 3a1.5 1.5 0 0 1-1.5 1.5v-3A1.5 1.5 0 0 1 16 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "bell",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 16a2 2 0 0 0 2-2H6a2 2 0 0 0 2 2zM8 1.918l-.797.161A4.002 4.002 0 0 0 4 6c0 .628-.134 2.197-.459 3.742-.16.767-.376 1.566-.663 2.258h10.244c-.287-.692-.502-1.49-.663-2.258C12.134 8.197 12 6.628 12 6a4.002 4.002 0 0 0-3.203-3.92L8 1.917zM14.22 12c.223.447.481.801.78 1H1c.299-.199.557-.553.78-1C2.68 10.2 3 6.88 3 6c0-2.42 1.72-4.44 4.005-4.901a1 1 0 1 1 1.99 0A5.002 5.002 0 0 1 13 6c0 .88.32 4.2 1.22 6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "bell-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 16a2 2 0 0 0 2-2H6a2 2 0 0 0 2 2zm.995-14.901a1 1 0 1 0-1.99 0A5.002 5.002 0 0 0 3 6c0 1.098-.5 6-2 7h14c-1.5-1-2-5.902-2-7 0-2.42-1.72-4.44-4.005-4.901z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "bell-slash",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.164 14H15c-.299-.199-.557-.553-.78-1-.9-1.8-1.22-5.12-1.22-6 0-.264-.02-.523-.06-.776l-.938.938c.02.708.157 2.154.457 3.58.161.767.377 1.566.663 2.258H6.164l-1 1zm5.581-9.91a3.986 3.986 0 0 0-1.948-1.01L8 2.917l-.797.161A4.002 4.002 0 0 0 4 7c0 .628-.134 2.197-.459 3.742-.05.238-.105.479-.166.718l-1.653 1.653c.02-.037.04-.074.059-.113C2.679 11.2 3 7.88 3 7c0-2.42 1.72-4.44 4.005-4.901a1 1 0 1 1 1.99 0c.942.19 1.788.645 2.457 1.284l-.707.707zM10 15a2 2 0 1 1-4 0h4zm-9.375.625a.53.53 0 0 0 .75.75l14.75-14.75a.53.53 0 0 0-.75-.75L.625 15.625z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "bell-slash-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.164 14H15c-1.5-1-2-5.902-2-7 0-.264-.02-.523-.06-.776L5.164 14zm6.288-10.617A4.988 4.988 0 0 0 8.995 2.1a1 1 0 1 0-1.99 0A5.002 5.002 0 0 0 3 7c0 .898-.335 4.342-1.278 6.113l9.73-9.73zM10 15a2 2 0 1 1-4 0h4zm-9.375.625a.53.53 0 0 0 .75.75l14.75-14.75a.53.53 0 0 0-.75-.75L.625 15.625z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "bezier",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M0 10.5A1.5 1.5 0 0 1 1.5 9h1A1.5 1.5 0 0 1 4 10.5v1A1.5 1.5 0 0 1 2.5 13h-1A1.5 1.5 0 0 1 0 11.5v-1zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zm10.5.5A1.5 1.5 0 0 1 13.5 9h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1a1.5 1.5 0 0 1-1.5-1.5v-1zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zM6 4.5A1.5 1.5 0 0 1 7.5 3h1A1.5 1.5 0 0 1 10 4.5v1A1.5 1.5 0 0 1 8.5 7h-1A1.5 1.5 0 0 1 6 5.5v-1zM7.5 4a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1z\"/><path d=\"M6 4.5H1.866a1 1 0 1 0 0 1h2.668A6.517 6.517 0 0 0 1.814 9H2.5c.123 0 .244.015.358.043a5.517 5.517 0 0 1 3.185-3.185A1.503 1.503 0 0 1 6 5.5v-1zm3.957 1.358A1.5 1.5 0 0 0 10 5.5v-1h4.134a1 1 0 1 1 0 1h-2.668a6.517 6.517 0 0 1 2.72 3.5H13.5c-.123 0-.243.015-.358.043a5.517 5.517 0 0 0-3.185-3.185z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "bezier2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1 2.5A1.5 1.5 0 0 1 2.5 1h1A1.5 1.5 0 0 1 5 2.5h4.134a1 1 0 1 1 0 1h-2.01c.18.18.34.381.484.605.638.992.892 2.354.892 3.895 0 1.993.257 3.092.713 3.7.356.476.895.721 1.787.784A1.5 1.5 0 0 1 12.5 11h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1a1.5 1.5 0 0 1-1.5-1.5H6.866a1 1 0 1 1 0-1h1.711a2.839 2.839 0 0 1-.165-.2C7.743 11.407 7.5 10.007 7.5 8c0-1.46-.246-2.597-.733-3.355-.39-.605-.952-1-1.767-1.112A1.5 1.5 0 0 1 3.5 5h-1A1.5 1.5 0 0 1 1 3.5v-1zM2.5 2a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zm10 10a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "bicycle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 4.5a.5.5 0 0 1 .5-.5H6a.5.5 0 0 1 0 1v.5h4.14l.386-1.158A.5.5 0 0 1 11 4h1a.5.5 0 0 1 0 1h-.64l-.311.935.807 1.29a3 3 0 1 1-.848.53l-.508-.812-2.076 3.322A.5.5 0 0 1 8 10.5H5.959a3 3 0 1 1-1.815-3.274L5 5.856V5h-.5a.5.5 0 0 1-.5-.5zm1.5 2.443-.508.814c.5.444.85 1.054.967 1.743h1.139L5.5 6.943zM8 9.057 9.598 6.5H6.402L8 9.057zM4.937 9.5a1.997 1.997 0 0 0-.487-.877l-.548.877h1.035zM3.603 8.092A2 2 0 1 0 4.937 10.5H3a.5.5 0 0 1-.424-.765l1.027-1.643zm7.947.53a2 2 0 1 0 .848-.53l1.026 1.643a.5.5 0 1 1-.848.53L11.55 8.623z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "binoculars",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 2.5A1.5 1.5 0 0 1 4.5 1h1A1.5 1.5 0 0 1 7 2.5V5h2V2.5A1.5 1.5 0 0 1 10.5 1h1A1.5 1.5 0 0 1 13 2.5v2.382a.5.5 0 0 0 .276.447l.895.447A1.5 1.5 0 0 1 15 7.118V14.5a1.5 1.5 0 0 1-1.5 1.5h-3A1.5 1.5 0 0 1 9 14.5v-3a.5.5 0 0 1 .146-.354l.854-.853V9.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5v.793l.854.853A.5.5 0 0 1 7 11.5v3A1.5 1.5 0 0 1 5.5 16h-3A1.5 1.5 0 0 1 1 14.5V7.118a1.5 1.5 0 0 1 .83-1.342l.894-.447A.5.5 0 0 0 3 4.882V2.5zM4.5 2a.5.5 0 0 0-.5.5V3h2v-.5a.5.5 0 0 0-.5-.5h-1zM6 4H4v.882a1.5 1.5 0 0 1-.83 1.342l-.894.447A.5.5 0 0 0 2 7.118V13h4v-1.293l-.854-.853A.5.5 0 0 1 5 10.5v-1A1.5 1.5 0 0 1 6.5 8h3A1.5 1.5 0 0 1 11 9.5v1a.5.5 0 0 1-.146.354l-.854.853V13h4V7.118a.5.5 0 0 0-.276-.447l-.895-.447A1.5 1.5 0 0 1 12 4.882V4h-2v1.5a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5V4zm4-1h2v-.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5V3zm4 11h-4v.5a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5V14zm-8 0H2v.5a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5V14z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "binoculars-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.5 1A1.5 1.5 0 0 0 3 2.5V3h4v-.5A1.5 1.5 0 0 0 5.5 1h-1zM7 4v1h2V4h4v.882a.5.5 0 0 0 .276.447l.895.447A1.5 1.5 0 0 1 15 7.118V13H9v-1.5a.5.5 0 0 1 .146-.354l.854-.853V9.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5v.793l.854.853A.5.5 0 0 1 7 11.5V13H1V7.118a1.5 1.5 0 0 1 .83-1.342l.894-.447A.5.5 0 0 0 3 4.882V4h4zM1 14v.5A1.5 1.5 0 0 0 2.5 16h3A1.5 1.5 0 0 0 7 14.5V14H1zm8 0v.5a1.5 1.5 0 0 0 1.5 1.5h3a1.5 1.5 0 0 0 1.5-1.5V14H9zm4-11H9v-.5A1.5 1.5 0 0 1 10.5 1h1A1.5 1.5 0 0 1 13 2.5V3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "blockquote-left",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.5 3a.5.5 0 0 0 0 1h11a.5.5 0 0 0 0-1h-11zm5 3a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1h-6zm0 3a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1h-6zm-5 3a.5.5 0 0 0 0 1h11a.5.5 0 0 0 0-1h-11zm.79-5.373c.112-.078.26-.17.444-.275L3.524 6c-.122.074-.272.17-.452.287-.18.117-.35.26-.51.428a2.425 2.425 0 0 0-.398.562c-.11.207-.164.438-.164.692 0 .36.072.65.217.873.144.219.385.328.72.328.215 0 .383-.07.504-.211a.697.697 0 0 0 .188-.463c0-.23-.07-.404-.211-.521-.137-.121-.326-.182-.568-.182h-.282c.024-.203.065-.37.123-.498a1.38 1.38 0 0 1 .252-.37 1.94 1.94 0 0 1 .346-.298zm2.167 0c.113-.078.262-.17.445-.275L5.692 6c-.122.074-.272.17-.452.287-.18.117-.35.26-.51.428a2.425 2.425 0 0 0-.398.562c-.11.207-.164.438-.164.692 0 .36.072.65.217.873.144.219.385.328.72.328.215 0 .383-.07.504-.211a.697.697 0 0 0 .188-.463c0-.23-.07-.404-.211-.521-.137-.121-.326-.182-.568-.182h-.282a1.75 1.75 0 0 1 .118-.492c.058-.13.144-.254.257-.375a1.94 1.94 0 0 1 .346-.3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "blockquote-right",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.5 3a.5.5 0 0 0 0 1h11a.5.5 0 0 0 0-1h-11zm0 3a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1h-6zm0 3a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1h-6zm0 3a.5.5 0 0 0 0 1h11a.5.5 0 0 0 0-1h-11zm10.113-5.373a6.59 6.59 0 0 0-.445-.275l.21-.352c.122.074.272.17.452.287.18.117.35.26.51.428.156.164.289.351.398.562.11.207.164.438.164.692 0 .36-.072.65-.216.873-.145.219-.385.328-.721.328-.215 0-.383-.07-.504-.211a.697.697 0 0 1-.188-.463c0-.23.07-.404.211-.521.137-.121.326-.182.569-.182h.281a1.686 1.686 0 0 0-.123-.498 1.379 1.379 0 0 0-.252-.37 1.94 1.94 0 0 0-.346-.298zm-2.168 0A6.59 6.59 0 0 0 10 6.352L10.21 6c.122.074.272.17.452.287.18.117.35.26.51.428.156.164.289.351.398.562.11.207.164.438.164.692 0 .36-.072.65-.216.873-.145.219-.385.328-.721.328-.215 0-.383-.07-.504-.211a.697.697 0 0 1-.188-.463c0-.23.07-.404.211-.521.137-.121.327-.182.569-.182h.281a1.749 1.749 0 0 0-.117-.492 1.402 1.402 0 0 0-.258-.375 1.94 1.94 0 0 0-.346-.3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "book",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1 2.828c.885-.37 2.154-.769 3.388-.893 1.33-.134 2.458.063 3.112.752v9.746c-.935-.53-2.12-.603-3.213-.493-1.18.12-2.37.461-3.287.811V2.828zm7.5-.141c.654-.689 1.782-.886 3.112-.752 1.234.124 2.503.523 3.388.893v9.923c-.918-.35-2.107-.692-3.287-.81-1.094-.111-2.278-.039-3.213.492V2.687zM8 1.783C7.015.936 5.587.81 4.287.94c-1.514.153-3.042.672-3.994 1.105A.5.5 0 0 0 0 2.5v11a.5.5 0 0 0 .707.455c.882-.4 2.303-.881 3.68-1.02 1.409-.142 2.59.087 3.223.877a.5.5 0 0 0 .78 0c.633-.79 1.814-1.019 3.222-.877 1.378.139 2.8.62 3.681 1.02A.5.5 0 0 0 16 13.5v-11a.5.5 0 0 0-.293-.455c-.952-.433-2.48-.952-3.994-1.105C10.413.809 8.985.936 8 1.783z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "book-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 1.783C7.015.936 5.587.81 4.287.94c-1.514.153-3.042.672-3.994 1.105A.5.5 0 0 0 0 2.5v11a.5.5 0 0 0 .707.455c.882-.4 2.303-.881 3.68-1.02 1.409-.142 2.59.087 3.223.877a.5.5 0 0 0 .78 0c.633-.79 1.814-1.019 3.222-.877 1.378.139 2.8.62 3.681 1.02A.5.5 0 0 0 16 13.5v-11a.5.5 0 0 0-.293-.455c-.952-.433-2.48-.952-3.994-1.105C10.413.809 8.985.936 8 1.783z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "book-half",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.5 2.687c.654-.689 1.782-.886 3.112-.752 1.234.124 2.503.523 3.388.893v9.923c-.918-.35-2.107-.692-3.287-.81-1.094-.111-2.278-.039-3.213.492V2.687zM8 1.783C7.015.936 5.587.81 4.287.94c-1.514.153-3.042.672-3.994 1.105A.5.5 0 0 0 0 2.5v11a.5.5 0 0 0 .707.455c.882-.4 2.303-.881 3.68-1.02 1.409-.142 2.59.087 3.223.877a.5.5 0 0 0 .78 0c.633-.79 1.814-1.019 3.222-.877 1.378.139 2.8.62 3.681 1.02A.5.5 0 0 0 16 13.5v-11a.5.5 0 0 0-.293-.455c-.952-.433-2.48-.952-3.994-1.105C10.413.809 8.985.936 8 1.783z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "bookmark",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.777.416L8 13.101l-5.223 2.815A.5.5 0 0 1 2 15.5V2zm2-1a1 1 0 0 0-1 1v12.566l4.723-2.482a.5.5 0 0 1 .554 0L13 14.566V2a1 1 0 0 0-1-1H4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "bookmark-check",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M10.854 5.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 7.793l2.646-2.647a.5.5 0 0 1 .708 0z\"/><path d=\"M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.777.416L8 13.101l-5.223 2.815A.5.5 0 0 1 2 15.5V2zm2-1a1 1 0 0 0-1 1v12.566l4.723-2.482a.5.5 0 0 1 .554 0L13 14.566V2a1 1 0 0 0-1-1H4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "bookmark-check-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M2 15.5V2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.74.439L8 13.069l-5.26 2.87A.5.5 0 0 1 2 15.5zm8.854-9.646a.5.5 0 0 0-.708-.708L7.5 7.793 6.354 6.646a.5.5 0 1 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0l3-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "bookmark-dash",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M5.5 6.5A.5.5 0 0 1 6 6h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z\"/><path d=\"M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.777.416L8 13.101l-5.223 2.815A.5.5 0 0 1 2 15.5V2zm2-1a1 1 0 0 0-1 1v12.566l4.723-2.482a.5.5 0 0 1 .554 0L13 14.566V2a1 1 0 0 0-1-1H4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "bookmark-dash-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M2 15.5V2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.74.439L8 13.069l-5.26 2.87A.5.5 0 0 1 2 15.5zM6 6a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1H6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "bookmark-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 2v13.5a.5.5 0 0 0 .74.439L8 13.069l5.26 2.87A.5.5 0 0 0 14 15.5V2a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "bookmark-heart",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 4.41c1.387-1.425 4.854 1.07 0 4.277C3.146 5.48 6.613 2.986 8 4.412z\"/><path d=\"M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.777.416L8 13.101l-5.223 2.815A.5.5 0 0 1 2 15.5V2zm2-1a1 1 0 0 0-1 1v12.566l4.723-2.482a.5.5 0 0 1 .554 0L13 14.566V2a1 1 0 0 0-1-1H4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "bookmark-heart-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 15.5a.5.5 0 0 0 .74.439L8 13.069l5.26 2.87A.5.5 0 0 0 14 15.5V2a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v13.5zM8 4.41c1.387-1.425 4.854 1.07 0 4.277C3.146 5.48 6.613 2.986 8 4.412z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "bookmark-plus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.777.416L8 13.101l-5.223 2.815A.5.5 0 0 1 2 15.5V2zm2-1a1 1 0 0 0-1 1v12.566l4.723-2.482a.5.5 0 0 1 .554 0L13 14.566V2a1 1 0 0 0-1-1H4z\"/><path d=\"M8 4a.5.5 0 0 1 .5.5V6H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V7H6a.5.5 0 0 1 0-1h1.5V4.5A.5.5 0 0 1 8 4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "bookmark-plus-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M2 15.5V2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.74.439L8 13.069l-5.26 2.87A.5.5 0 0 1 2 15.5zm6.5-11a.5.5 0 0 0-1 0V6H6a.5.5 0 0 0 0 1h1.5v1.5a.5.5 0 0 0 1 0V7H10a.5.5 0 0 0 0-1H8.5V4.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "bookmark-star",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.84 4.1a.178.178 0 0 1 .32 0l.634 1.285a.178.178 0 0 0 .134.098l1.42.206c.145.021.204.2.098.303L9.42 6.993a.178.178 0 0 0-.051.158l.242 1.414a.178.178 0 0 1-.258.187l-1.27-.668a.178.178 0 0 0-.165 0l-1.27.668a.178.178 0 0 1-.257-.187l.242-1.414a.178.178 0 0 0-.05-.158l-1.03-1.001a.178.178 0 0 1 .098-.303l1.42-.206a.178.178 0 0 0 .134-.098L7.84 4.1z\"/><path d=\"M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.777.416L8 13.101l-5.223 2.815A.5.5 0 0 1 2 15.5V2zm2-1a1 1 0 0 0-1 1v12.566l4.723-2.482a.5.5 0 0 1 .554 0L13 14.566V2a1 1 0 0 0-1-1H4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "bookmark-star-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M2 15.5V2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.74.439L8 13.069l-5.26 2.87A.5.5 0 0 1 2 15.5zM8.16 4.1a.178.178 0 0 0-.32 0l-.634 1.285a.178.178 0 0 1-.134.098l-1.42.206a.178.178 0 0 0-.098.303L6.58 6.993c.042.041.061.1.051.158L6.39 8.565a.178.178 0 0 0 .258.187l1.27-.668a.178.178 0 0 1 .165 0l1.27.668a.178.178 0 0 0 .257-.187L9.368 7.15a.178.178 0 0 1 .05-.158l1.028-1.001a.178.178 0 0 0-.098-.303l-1.42-.206a.178.178 0 0 1-.134-.098L8.16 4.1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "bookmark-x",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M6.146 5.146a.5.5 0 0 1 .708 0L8 6.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 7l1.147 1.146a.5.5 0 0 1-.708.708L8 7.707 6.854 8.854a.5.5 0 1 1-.708-.708L7.293 7 6.146 5.854a.5.5 0 0 1 0-.708z\"/><path d=\"M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.777.416L8 13.101l-5.223 2.815A.5.5 0 0 1 2 15.5V2zm2-1a1 1 0 0 0-1 1v12.566l4.723-2.482a.5.5 0 0 1 .554 0L13 14.566V2a1 1 0 0 0-1-1H4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "bookmark-x-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M2 15.5V2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.74.439L8 13.069l-5.26 2.87A.5.5 0 0 1 2 15.5zM6.854 5.146a.5.5 0 1 0-.708.708L7.293 7 6.146 8.146a.5.5 0 1 0 .708.708L8 7.707l1.146 1.147a.5.5 0 1 0 .708-.708L8.707 7l1.147-1.146a.5.5 0 0 0-.708-.708L8 6.293 6.854 5.146z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "bookmarks",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 4a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v11.5a.5.5 0 0 1-.777.416L7 13.101l-4.223 2.815A.5.5 0 0 1 2 15.5V4zm2-1a1 1 0 0 0-1 1v10.566l3.723-2.482a.5.5 0 0 1 .554 0L11 14.566V4a1 1 0 0 0-1-1H4z\"/><path d=\"M4.268 1H12a1 1 0 0 1 1 1v11.768l.223.148A.5.5 0 0 0 14 13.5V2a2 2 0 0 0-2-2H6a2 2 0 0 0-1.732 1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "bookmarks-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 4a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v11.5a.5.5 0 0 1-.777.416L7 13.101l-4.223 2.815A.5.5 0 0 1 2 15.5V4z\"/><path d=\"M4.268 1A2 2 0 0 1 6 0h6a2 2 0 0 1 2 2v11.5a.5.5 0 0 1-.777.416L13 13.768V2a1 1 0 0 0-1-1H4.268z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "bookshelf",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.5 0a.5.5 0 0 1 .5.5V2h10V.5a.5.5 0 0 1 1 0v15a.5.5 0 0 1-1 0V15H3v.5a.5.5 0 0 1-1 0V.5a.5.5 0 0 1 .5-.5zM3 14h10v-3H3v3zm0-4h10V7H3v3zm0-4h10V3H3v3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "bootstrap",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.062 12h3.475c1.804 0 2.888-.908 2.888-2.396 0-1.102-.761-1.916-1.904-2.034v-.1c.832-.14 1.482-.93 1.482-1.816 0-1.3-.955-2.11-2.542-2.11H5.062V12zm1.313-4.875V4.658h1.78c.973 0 1.542.457 1.542 1.237 0 .802-.604 1.23-1.764 1.23H6.375zm0 3.762V8.162h1.822c1.236 0 1.887.463 1.887 1.348 0 .896-.627 1.377-1.811 1.377H6.375z\"/><path d=\"M0 4a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v8a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4zm4-3a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3V4a3 3 0 0 0-3-3H4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "bootstrap-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.375 7.125V4.658h1.78c.973 0 1.542.457 1.542 1.237 0 .802-.604 1.23-1.764 1.23H6.375zm0 3.762h1.898c1.184 0 1.81-.48 1.81-1.377 0-.885-.65-1.348-1.886-1.348H6.375v2.725z\"/><path d=\"M4.002 0a4 4 0 0 0-4 4v8a4 4 0 0 0 4 4h8a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4h-8zm1.06 12V3.545h3.399c1.587 0 2.543.809 2.543 2.11 0 .884-.65 1.675-1.483 1.816v.1c1.143.117 1.904.931 1.904 2.033 0 1.488-1.084 2.396-2.888 2.396H5.062z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "bootstrap-reboot",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1.161 8a6.84 6.84 0 1 0 6.842-6.84.58.58 0 1 1 0-1.16 8 8 0 1 1-6.556 3.412l-.663-.577a.58.58 0 0 1 .227-.997l2.52-.69a.58.58 0 0 1 .728.633l-.332 2.592a.58.58 0 0 1-.956.364l-.643-.56A6.812 6.812 0 0 0 1.16 8z\"/><path d=\"M6.641 11.671V8.843h1.57l1.498 2.828h1.314L9.377 8.665c.897-.3 1.427-1.106 1.427-2.1 0-1.37-.943-2.246-2.456-2.246H5.5v7.352h1.141zm0-3.75V5.277h1.57c.881 0 1.416.499 1.416 1.32 0 .84-.504 1.324-1.386 1.324h-1.6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "border",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 0h.969v.5H1v.469H.969V1H.5V.969H0V0zm2.844 1h-.938V0h.938v1zm1.875 0H3.78V0h.938v1zm1.875 0h-.938V0h.938v1zm.937 0V.969H7.5V.5h.031V0h.938v.5H8.5v.469h-.031V1H7.53zm2.813 0h-.938V0h.938v1zm1.875 0h-.938V0h.938v1zm1.875 0h-.938V0h.938v1zM15.5 1h-.469V.969H15V.5h.031V0H16v.969h-.5V1zM1 1.906v.938H0v-.938h1zm6.5.938v-.938h1v.938h-1zm7.5 0v-.938h1v.938h-1zM1 3.78v.938H0V3.78h1zm6.5.938V3.78h1v.938h-1zm7.5 0V3.78h1v.938h-1zM1 5.656v.938H0v-.938h1zm6.5.938v-.938h1v.938h-1zm7.5 0v-.938h1v.938h-1zM.969 8.5H.5v-.031H0V7.53h.5V7.5h.469v.031H1v.938H.969V8.5zm1.875 0h-.938v-1h.938v1zm1.875 0H3.78v-1h.938v1zm1.875 0h-.938v-1h.938v1zm1.875-.031V8.5H7.53v-.031H7.5V7.53h.031V7.5h.938v.031H8.5v.938h-.031zm1.875.031h-.938v-1h.938v1zm1.875 0h-.938v-1h.938v1zm1.875 0h-.938v-1h.938v1zm1.406 0h-.469v-.031H15V7.53h.031V7.5h.469v.031h.5v.938h-.5V8.5zM0 10.344v-.938h1v.938H0zm7.5 0v-.938h1v.938h-1zm8.5-.938v.938h-1v-.938h1zM0 12.22v-.938h1v.938H0zm7.5 0v-.938h1v.938h-1zm8.5-.938v.938h-1v-.938h1zM0 14.094v-.938h1v.938H0zm7.5 0v-.938h1v.938h-1zm8.5-.938v.938h-1v-.938h1zM.969 16H0v-.969h.5V15h.469v.031H1v.469H.969v.5zm1.875 0h-.938v-1h.938v1zm1.875 0H3.78v-1h.938v1zm1.875 0h-.938v-1h.938v1zm.937 0v-.5H7.5v-.469h.031V15h.938v.031H8.5v.469h-.031v.5H7.53zm2.813 0h-.938v-1h.938v1zm1.875 0h-.938v-1h.938v1zm1.875 0h-.938v-1h.938v1zm.937 0v-.5H15v-.469h.031V15h.469v.031h.5V16h-.969z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "border-all",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 0h16v16H0V0zm1 1v6.5h6.5V1H1zm7.5 0v6.5H15V1H8.5zM15 8.5H8.5V15H15V8.5zM7.5 15V8.5H1V15h6.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "border-bottom",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M.969 0H0v.969h.5V1h.469V.969H1V.5H.969V0zm.937 1h.938V0h-.938v1zm1.875 0h.938V0H3.78v1zm1.875 0h.938V0h-.938v1zM7.531.969V1h.938V.969H8.5V.5h-.031V0H7.53v.5H7.5v.469h.031zM9.406 1h.938V0h-.938v1zm1.875 0h.938V0h-.938v1zm1.875 0h.938V0h-.938v1zm1.875 0h.469V.969h.5V0h-.969v.5H15v.469h.031V1zM1 2.844v-.938H0v.938h1zm6.5-.938v.938h1v-.938h-1zm7.5 0v.938h1v-.938h-1zM1 4.719V3.78H0v.938h1zm6.5-.938v.938h1V3.78h-1zm7.5 0v.938h1V3.78h-1zM1 6.594v-.938H0v.938h1zm6.5-.938v.938h1v-.938h-1zm7.5 0v.938h1v-.938h-1zM.5 8.5h.469v-.031H1V7.53H.969V7.5H.5v.031H0v.938h.5V8.5zm1.406 0h.938v-1h-.938v1zm1.875 0h.938v-1H3.78v1zm1.875 0h.938v-1h-.938v1zm2.813 0v-.031H8.5V7.53h-.031V7.5H7.53v.031H7.5v.938h.031V8.5h.938zm.937 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875 0h.469v-.031h.5V7.53h-.5V7.5h-.469v.031H15v.938h.031V8.5zM0 9.406v.938h1v-.938H0zm7.5 0v.938h1v-.938h-1zm8.5.938v-.938h-1v.938h1zm-16 .937v.938h1v-.938H0zm7.5 0v.938h1v-.938h-1zm8.5.938v-.938h-1v.938h1zm-16 .937v.938h1v-.938H0zm7.5 0v.938h1v-.938h-1zm8.5.938v-.938h-1v.938h1zM0 15h16v1H0v-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "border-center",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M.969 0H0v.969h.5V1h.469V.969H1V.5H.969V0zm.937 1h.938V0h-.938v1zm1.875 0h.938V0H3.78v1zm1.875 0h.938V0h-.938v1zM7.531.969V1h.938V.969H8.5V.5h-.031V0H7.53v.5H7.5v.469h.031zM9.406 1h.938V0h-.938v1zm1.875 0h.938V0h-.938v1zm1.875 0h.938V0h-.938v1zm1.875 0h.469V.969h.5V0h-.969v.5H15v.469h.031V1zM1 2.844v-.938H0v.938h1zm6.5-.938v.938h1v-.938h-1zm7.5 0v.938h1v-.938h-1zM1 4.719V3.78H0v.938h1zm6.5-.938v.938h1V3.78h-1zm7.5 0v.938h1V3.78h-1zM1 6.594v-.938H0v.938h1zm6.5-.938v.938h1v-.938h-1zm7.5 0v.938h1v-.938h-1zM0 8.5v-1h16v1H0zm0 .906v.938h1v-.938H0zm7.5 0v.938h1v-.938h-1zm8.5.938v-.938h-1v.938h1zm-16 .937v.938h1v-.938H0zm7.5 0v.938h1v-.938h-1zm8.5.938v-.938h-1v.938h1zm-16 .937v.938h1v-.938H0zm7.5 0v.938h1v-.938h-1zm8.5.938v-.938h-1v.938h1zM0 16h.969v-.5H1v-.469H.969V15H.5v.031H0V16zm1.906 0h.938v-1h-.938v1zm1.875 0h.938v-1H3.78v1zm1.875 0h.938v-1h-.938v1zm1.875-.5v.5h.938v-.5H8.5v-.469h-.031V15H7.53v.031H7.5v.469h.031zm1.875.5h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875-.5v.5H16v-.969h-.5V15h-.469v.031H15v.469h.031z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "border-inner",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M.969 0H0v.969h.5V1h.469V.969H1V.5H.969V0zm.937 1h.938V0h-.938v1zm1.875 0h.938V0H3.78v1zm1.875 0h.938V0h-.938v1z\"/><path d=\"M8.5 7.5H16v1H8.5V16h-1V8.5H0v-1h7.5V0h1v7.5z\"/><path d=\"M9.406 1h.938V0h-.938v1zm1.875 0h.938V0h-.938v1zm1.875 0h.938V0h-.938v1zm1.875 0h.469V.969h.5V0h-.969v.5H15v.469h.031V1zM1 2.844v-.938H0v.938h1zm14-.938v.938h1v-.938h-1zM1 4.719V3.78H0v.938h1zm14-.938v.938h1V3.78h-1zM1 6.594v-.938H0v.938h1zm14-.938v.938h1v-.938h-1zM0 9.406v.938h1v-.938H0zm16 .938v-.938h-1v.938h1zm-16 .937v.938h1v-.938H0zm16 .938v-.938h-1v.938h1zm-16 .937v.938h1v-.938H0zm16 .938v-.938h-1v.938h1zM0 16h.969v-.5H1v-.469H.969V15H.5v.031H0V16zm1.906 0h.938v-1h-.938v1zm1.875 0h.938v-1H3.78v1zm1.875 0h.938v-1h-.938v1zm3.75 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875-.5v.5H16v-.969h-.5V15h-.469v.031H15v.469h.031z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "border-left",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 0v16h1V0H0zm1.906 1h.938V0h-.938v1zm1.875 0h.938V0H3.78v1zm1.875 0h.938V0h-.938v1zM7.531.969V1h.938V.969H8.5V.5h-.031V0H7.53v.5H7.5v.469h.031zM9.406 1h.938V0h-.938v1zm1.875 0h.938V0h-.938v1zm1.875 0h.938V0h-.938v1zm1.875 0h.469V.969h.5V0h-.969v.5H15v.469h.031V1zM7.5 1.906v.938h1v-.938h-1zm7.5 0v.938h1v-.938h-1zM7.5 3.781v.938h1V3.78h-1zm7.5 0v.938h1V3.78h-1zM7.5 5.656v.938h1v-.938h-1zm7.5 0v.938h1v-.938h-1zM1.906 8.5h.938v-1h-.938v1zm1.875 0h.938v-1H3.78v1zm1.875 0h.938v-1h-.938v1zm2.813 0v-.031H8.5V7.53h-.031V7.5H7.53v.031H7.5v.938h.031V8.5h.938zm.937 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875 0h.469v-.031h.5V7.53h-.5V7.5h-.469v.031H15v.938h.031V8.5zM7.5 9.406v.938h1v-.938h-1zm8.5.938v-.938h-1v.938h1zm-8.5.937v.938h1v-.938h-1zm8.5.938v-.938h-1v.938h1zm-8.5.937v.938h1v-.938h-1zm8.5.938v-.938h-1v.938h1zM1.906 16h.938v-1h-.938v1zm1.875 0h.938v-1H3.78v1zm1.875 0h.938v-1h-.938v1zm1.875-.5v.5h.938v-.5H8.5v-.469h-.031V15H7.53v.031H7.5v.469h.031zm1.875.5h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875-.5v.5H16v-.969h-.5V15h-.469v.031H15v.469h.031z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "border-middle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M.969 0H0v.969h.5V1h.469V.969H1V.5H.969V0zm.937 1h.938V0h-.938v1zm1.875 0h.938V0H3.78v1zm1.875 0h.938V0h-.938v1zM8.5 16h-1V0h1v16zm.906-15h.938V0h-.938v1zm1.875 0h.938V0h-.938v1zm1.875 0h.938V0h-.938v1zm1.875 0h.469V.969h.5V0h-.969v.5H15v.469h.031V1zM1 2.844v-.938H0v.938h1zm14-.938v.938h1v-.938h-1zM1 4.719V3.78H0v.938h1zm14-.938v.938h1V3.78h-1zM1 6.594v-.938H0v.938h1zm14-.938v.938h1v-.938h-1zM.5 8.5h.469v-.031H1V7.53H.969V7.5H.5v.031H0v.938h.5V8.5zm1.406 0h.938v-1h-.938v1zm1.875 0h.938v-1H3.78v1zm1.875 0h.938v-1h-.938v1zm3.75 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875 0h.469v-.031h.5V7.53h-.5V7.5h-.469v.031H15v.938h.031V8.5zM0 9.406v.938h1v-.938H0zm16 .938v-.938h-1v.938h1zm-16 .937v.938h1v-.938H0zm16 .938v-.938h-1v.938h1zm-16 .937v.938h1v-.938H0zm16 .938v-.938h-1v.938h1zM0 16h.969v-.5H1v-.469H.969V15H.5v.031H0V16zm1.906 0h.938v-1h-.938v1zm1.875 0h.938v-1H3.78v1zm1.875 0h.938v-1h-.938v1zm3.75 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875-.5v.5H16v-.969h-.5V15h-.469v.031H15v.469h.031z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "border-outer",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.5 1.906v.938h1v-.938h-1zm0 1.875v.938h1V3.78h-1zm0 1.875v.938h1v-.938h-1zM1.906 8.5h.938v-1h-.938v1zm1.875 0h.938v-1H3.78v1zm1.875 0h.938v-1h-.938v1zm2.813 0v-.031H8.5V7.53h-.031V7.5H7.53v.031H7.5v.938h.031V8.5h.938zm.937 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zM7.5 9.406v.938h1v-.938h-1zm0 1.875v.938h1v-.938h-1zm0 1.875v.938h1v-.938h-1z\"/><path d=\"M0 0v16h16V0H0zm1 1h14v14H1V1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "border-right",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M.969 0H0v.969h.5V1h.469V.969H1V.5H.969V0zm.937 1h.938V0h-.938v1zm1.875 0h.938V0H3.78v1zm1.875 0h.938V0h-.938v1zM7.531.969V1h.938V.969H8.5V.5h-.031V0H7.53v.5H7.5v.469h.031zM9.406 1h.938V0h-.938v1zm1.875 0h.938V0h-.938v1zm1.875 0h.938V0h-.938v1zM16 0h-1v16h1V0zM1 2.844v-.938H0v.938h1zm6.5-.938v.938h1v-.938h-1zM1 4.719V3.78H0v.938h1zm6.5-.938v.938h1V3.78h-1zM1 6.594v-.938H0v.938h1zm6.5-.938v.938h1v-.938h-1zM.5 8.5h.469v-.031H1V7.53H.969V7.5H.5v.031H0v.938h.5V8.5zm1.406 0h.938v-1h-.938v1zm1.875 0h.938v-1H3.78v1zm1.875 0h.938v-1h-.938v1zm2.813 0v-.031H8.5V7.53h-.031V7.5H7.53v.031H7.5v.938h.031V8.5h.938zm.937 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zM0 9.406v.938h1v-.938H0zm7.5 0v.938h1v-.938h-1zM0 11.281v.938h1v-.938H0zm7.5 0v.938h1v-.938h-1zM0 13.156v.938h1v-.938H0zm7.5 0v.938h1v-.938h-1zM0 16h.969v-.5H1v-.469H.969V15H.5v.031H0V16zm1.906 0h.938v-1h-.938v1zm1.875 0h.938v-1H3.78v1zm1.875 0h.938v-1h-.938v1zm1.875-.5v.5h.938v-.5H8.5v-.469h-.031V15H7.53v.031H7.5v.469h.031zm1.875.5h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "border-style",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1 3.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5v-1zm0 4a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-1zm0 4a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm8 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-4 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm8 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-4-4a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "border-top",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 0v1h16V0H0zm1 2.844v-.938H0v.938h1zm6.5-.938v.938h1v-.938h-1zm7.5 0v.938h1v-.938h-1zM1 4.719V3.78H0v.938h1zm6.5-.938v.938h1V3.78h-1zm7.5 0v.938h1V3.78h-1zM1 6.594v-.938H0v.938h1zm6.5-.938v.938h1v-.938h-1zm7.5 0v.938h1v-.938h-1zM.5 8.5h.469v-.031H1V7.53H.969V7.5H.5v.031H0v.938h.5V8.5zm1.406 0h.938v-1h-.938v1zm1.875 0h.938v-1H3.78v1zm1.875 0h.938v-1h-.938v1zm2.813 0v-.031H8.5V7.53h-.031V7.5H7.53v.031H7.5v.938h.031V8.5h.938zm.937 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875 0h.469v-.031h.5V7.53h-.5V7.5h-.469v.031H15v.938h.031V8.5zM0 9.406v.938h1v-.938H0zm7.5 0v.938h1v-.938h-1zm8.5.938v-.938h-1v.938h1zm-16 .937v.938h1v-.938H0zm7.5 0v.938h1v-.938h-1zm8.5.938v-.938h-1v.938h1zm-16 .937v.938h1v-.938H0zm7.5 0v.938h1v-.938h-1zm8.5.938v-.938h-1v.938h1zM0 16h.969v-.5H1v-.469H.969V15H.5v.031H0V16zm1.906 0h.938v-1h-.938v1zm1.875 0h.938v-1H3.78v1zm1.875 0h.938v-1h-.938v1zm1.875-.5v.5h.938v-.5H8.5v-.469h-.031V15H7.53v.031H7.5v.469h.031zm1.875.5h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875-.5v.5H16v-.969h-.5V15h-.469v.031H15v.469h.031z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "border-width",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 3.5A.5.5 0 0 1 .5 3h15a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5H.5a.5.5 0 0 1-.5-.5v-2zm0 5A.5.5 0 0 1 .5 8h15a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H.5a.5.5 0 0 1-.5-.5v-1zm0 4a.5.5 0 0 1 .5-.5h15a.5.5 0 0 1 0 1H.5a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "bounding-box",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5 2V0H0v5h2v6H0v5h5v-2h6v2h5v-5h-2V5h2V0h-5v2H5zm6 1v2h2v6h-2v2H5v-2H3V5h2V3h6zm1-2h3v3h-3V1zm3 11v3h-3v-3h3zM4 15H1v-3h3v3zM1 4V1h3v3H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "bounding-box-circles",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 1a1 1 0 1 0 0 2 1 1 0 0 0 0-2zM0 2a2 2 0 0 1 3.937-.5h8.126A2 2 0 1 1 14.5 3.937v8.126a2 2 0 1 1-2.437 2.437H3.937A2 2 0 1 1 1.5 12.063V3.937A2 2 0 0 1 0 2zm2.5 1.937v8.126c.703.18 1.256.734 1.437 1.437h8.126a2.004 2.004 0 0 1 1.437-1.437V3.937A2.004 2.004 0 0 1 12.063 2.5H3.937A2.004 2.004 0 0 1 2.5 3.937zM14 1a1 1 0 1 0 0 2 1 1 0 0 0 0-2zM2 13a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm12 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "box",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.186 1.113a.5.5 0 0 0-.372 0L1.846 3.5 8 5.961 14.154 3.5 8.186 1.113zM15 4.239l-6.5 2.6v7.922l6.5-2.6V4.24zM7.5 14.762V6.838L1 4.239v7.923l6.5 2.6zM7.443.184a1.5 1.5 0 0 1 1.114 0l7.129 2.852A.5.5 0 0 1 16 3.5v8.662a1 1 0 0 1-.629.928l-7.185 2.874a.5.5 0 0 1-.372 0L.63 13.09a1 1 0 0 1-.63-.928V3.5a.5.5 0 0 1 .314-.464L7.443.184z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "box-arrow-down",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M3.5 10a.5.5 0 0 1-.5-.5v-8a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 0 0 1h2A1.5 1.5 0 0 0 14 9.5v-8A1.5 1.5 0 0 0 12.5 0h-9A1.5 1.5 0 0 0 2 1.5v8A1.5 1.5 0 0 0 3.5 11h2a.5.5 0 0 0 0-1h-2z\"/><path fill-rule=\"evenodd\" d=\"M7.646 15.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 14.293V5.5a.5.5 0 0 0-1 0v8.793l-2.146-2.147a.5.5 0 0 0-.708.708l3 3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "box-arrow-down-left",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M7.364 12.5a.5.5 0 0 0 .5.5H14.5a1.5 1.5 0 0 0 1.5-1.5v-10A1.5 1.5 0 0 0 14.5 0h-10A1.5 1.5 0 0 0 3 1.5v6.636a.5.5 0 1 0 1 0V1.5a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v10a.5.5 0 0 1-.5.5H7.864a.5.5 0 0 0-.5.5z\"/><path fill-rule=\"evenodd\" d=\"M0 15.5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 0-1H1.707l8.147-8.146a.5.5 0 0 0-.708-.708L1 14.293V10.5a.5.5 0 0 0-1 0v5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "box-arrow-down-right",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8.636 12.5a.5.5 0 0 1-.5.5H1.5A1.5 1.5 0 0 1 0 11.5v-10A1.5 1.5 0 0 1 1.5 0h10A1.5 1.5 0 0 1 13 1.5v6.636a.5.5 0 0 1-1 0V1.5a.5.5 0 0 0-.5-.5h-10a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h6.636a.5.5 0 0 1 .5.5z\"/><path fill-rule=\"evenodd\" d=\"M16 15.5a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1 0-1h3.793L6.146 6.854a.5.5 0 1 1 .708-.708L15 14.293V10.5a.5.5 0 0 1 1 0v5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "box-arrow-in-down",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M3.5 6a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-8a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 1 0-1h2A1.5 1.5 0 0 1 14 6.5v8a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 14.5v-8A1.5 1.5 0 0 1 3.5 5h2a.5.5 0 0 1 0 1h-2z\"/><path fill-rule=\"evenodd\" d=\"M7.646 11.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V1.5a.5.5 0 0 0-1 0v8.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "box-arrow-in-down-left",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M9.636 2.5a.5.5 0 0 0-.5-.5H2.5A1.5 1.5 0 0 0 1 3.5v10A1.5 1.5 0 0 0 2.5 15h10a1.5 1.5 0 0 0 1.5-1.5V6.864a.5.5 0 0 0-1 0V13.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z\"/><path fill-rule=\"evenodd\" d=\"M5 10.5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 0-1H6.707l8.147-8.146a.5.5 0 0 0-.708-.708L6 9.293V5.5a.5.5 0 0 0-1 0v5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "box-arrow-in-down-right",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M6.364 2.5a.5.5 0 0 1 .5-.5H13.5A1.5 1.5 0 0 1 15 3.5v10a1.5 1.5 0 0 1-1.5 1.5h-10A1.5 1.5 0 0 1 2 13.5V6.864a.5.5 0 1 1 1 0V13.5a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5v-10a.5.5 0 0 0-.5-.5H6.864a.5.5 0 0 1-.5-.5z\"/><path fill-rule=\"evenodd\" d=\"M11 10.5a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1 0-1h3.793L1.146 1.854a.5.5 0 1 1 .708-.708L10 9.293V5.5a.5.5 0 0 1 1 0v5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "box-arrow-in-left",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M10 3.5a.5.5 0 0 0-.5-.5h-8a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 1 1 0v2A1.5 1.5 0 0 1 9.5 14h-8A1.5 1.5 0 0 1 0 12.5v-9A1.5 1.5 0 0 1 1.5 2h8A1.5 1.5 0 0 1 11 3.5v2a.5.5 0 0 1-1 0v-2z\"/><path fill-rule=\"evenodd\" d=\"M4.146 8.354a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H14.5a.5.5 0 0 1 0 1H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "box-arrow-in-right",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M6 3.5a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 0-1 0v2A1.5 1.5 0 0 0 6.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2h-8A1.5 1.5 0 0 0 5 3.5v2a.5.5 0 0 0 1 0v-2z\"/><path fill-rule=\"evenodd\" d=\"M11.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H1.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "box-arrow-in-up",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M3.5 10a.5.5 0 0 1-.5-.5v-8a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 0 0 1h2A1.5 1.5 0 0 0 14 9.5v-8A1.5 1.5 0 0 0 12.5 0h-9A1.5 1.5 0 0 0 2 1.5v8A1.5 1.5 0 0 0 3.5 11h2a.5.5 0 0 0 0-1h-2z\"/><path fill-rule=\"evenodd\" d=\"M7.646 4.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707V14.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "box-arrow-in-up-left",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M9.636 13.5a.5.5 0 0 1-.5.5H2.5A1.5 1.5 0 0 1 1 12.5v-10A1.5 1.5 0 0 1 2.5 1h10A1.5 1.5 0 0 1 14 2.5v6.636a.5.5 0 0 1-1 0V2.5a.5.5 0 0 0-.5-.5h-10a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h6.636a.5.5 0 0 1 .5.5z\"/><path fill-rule=\"evenodd\" d=\"M5 5.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1H6.707l8.147 8.146a.5.5 0 0 1-.708.708L6 6.707V10.5a.5.5 0 0 1-1 0v-5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "box-arrow-in-up-right",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M6.364 13.5a.5.5 0 0 0 .5.5H13.5a1.5 1.5 0 0 0 1.5-1.5v-10A1.5 1.5 0 0 0 13.5 1h-10A1.5 1.5 0 0 0 2 2.5v6.636a.5.5 0 1 0 1 0V2.5a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v10a.5.5 0 0 1-.5.5H6.864a.5.5 0 0 0-.5.5z\"/><path fill-rule=\"evenodd\" d=\"M11 5.5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793l-8.147 8.146a.5.5 0 0 0 .708.708L10 6.707V10.5a.5.5 0 0 0 1 0v-5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "box-arrow-left",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M6 12.5a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5h-8a.5.5 0 0 0-.5.5v2a.5.5 0 0 1-1 0v-2A1.5 1.5 0 0 1 6.5 2h8A1.5 1.5 0 0 1 16 3.5v9a1.5 1.5 0 0 1-1.5 1.5h-8A1.5 1.5 0 0 1 5 12.5v-2a.5.5 0 0 1 1 0v2z\"/><path fill-rule=\"evenodd\" d=\"M.146 8.354a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L1.707 7.5H10.5a.5.5 0 0 1 0 1H1.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "box-arrow-right",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M10 12.5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 1 0v-2A1.5 1.5 0 0 0 9.5 2h-8A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-2a.5.5 0 0 0-1 0v2z\"/><path fill-rule=\"evenodd\" d=\"M15.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L14.293 7.5H5.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "box-arrow-up",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M3.5 6a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-8a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 1 0-1h2A1.5 1.5 0 0 1 14 6.5v8a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 14.5v-8A1.5 1.5 0 0 1 3.5 5h2a.5.5 0 0 1 0 1h-2z\"/><path fill-rule=\"evenodd\" d=\"M7.646.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 1.707V10.5a.5.5 0 0 1-1 0V1.707L5.354 3.854a.5.5 0 1 1-.708-.708l3-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "box-arrow-up-left",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M7.364 3.5a.5.5 0 0 1 .5-.5H14.5A1.5 1.5 0 0 1 16 4.5v10a1.5 1.5 0 0 1-1.5 1.5h-10A1.5 1.5 0 0 1 3 14.5V7.864a.5.5 0 1 1 1 0V14.5a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5v-10a.5.5 0 0 0-.5-.5H7.864a.5.5 0 0 1-.5-.5z\"/><path fill-rule=\"evenodd\" d=\"M0 .5A.5.5 0 0 1 .5 0h5a.5.5 0 0 1 0 1H1.707l8.147 8.146a.5.5 0 0 1-.708.708L1 1.707V5.5a.5.5 0 0 1-1 0v-5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "box-arrow-up-right",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z\"/><path fill-rule=\"evenodd\" d=\"M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "box-seam",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.186 1.113a.5.5 0 0 0-.372 0L1.846 3.5l2.404.961L10.404 2l-2.218-.887zm3.564 1.426L5.596 5 8 5.961 14.154 3.5l-2.404-.961zm3.25 1.7-6.5 2.6v7.922l6.5-2.6V4.24zM7.5 14.762V6.838L1 4.239v7.923l6.5 2.6zM7.443.184a1.5 1.5 0 0 1 1.114 0l7.129 2.852A.5.5 0 0 1 16 3.5v8.662a1 1 0 0 1-.629.928l-7.185 2.874a.5.5 0 0 1-.372 0L.63 13.09a1 1 0 0 1-.63-.928V3.5a.5.5 0 0 1 .314-.464L7.443.184z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "braces",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.114 8.063V7.9c1.005-.102 1.497-.615 1.497-1.6V4.503c0-1.094.39-1.538 1.354-1.538h.273V2h-.376C3.25 2 2.49 2.759 2.49 4.352v1.524c0 1.094-.376 1.456-1.49 1.456v1.299c1.114 0 1.49.362 1.49 1.456v1.524c0 1.593.759 2.352 2.372 2.352h.376v-.964h-.273c-.964 0-1.354-.444-1.354-1.538V9.663c0-.984-.492-1.497-1.497-1.6zM13.886 7.9v.163c-1.005.103-1.497.616-1.497 1.6v1.798c0 1.094-.39 1.538-1.354 1.538h-.273v.964h.376c1.613 0 2.372-.759 2.372-2.352v-1.524c0-1.094.376-1.456 1.49-1.456V7.332c-1.114 0-1.49-.362-1.49-1.456V4.352C13.51 2.759 12.75 2 11.138 2h-.376v.964h.273c.964 0 1.354.444 1.354 1.538V6.3c0 .984.492 1.497 1.497 1.6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "bricks",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 .5A.5.5 0 0 1 .5 0h15a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5H14v2h1.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5H14v2h1.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5H.5a.5.5 0 0 1-.5-.5v-3a.5.5 0 0 1 .5-.5H2v-2H.5a.5.5 0 0 1-.5-.5v-3A.5.5 0 0 1 .5 6H2V4H.5a.5.5 0 0 1-.5-.5v-3zM3 4v2h4.5V4H3zm5.5 0v2H13V4H8.5zM3 10v2h4.5v-2H3zm5.5 0v2H13v-2H8.5zM1 1v2h3.5V1H1zm4.5 0v2h5V1h-5zm6 0v2H15V1h-3.5zM1 7v2h3.5V7H1zm4.5 0v2h5V7h-5zm6 0v2H15V7h-3.5zM1 13v2h3.5v-2H1zm4.5 0v2h5v-2h-5zm6 0v2H15v-2h-3.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "briefcase",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.5 1A1.5 1.5 0 0 0 5 2.5V3H1.5A1.5 1.5 0 0 0 0 4.5v8A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-8A1.5 1.5 0 0 0 14.5 3H11v-.5A1.5 1.5 0 0 0 9.5 1h-3zm0 1h3a.5.5 0 0 1 .5.5V3H6v-.5a.5.5 0 0 1 .5-.5zm1.886 6.914L15 7.151V12.5a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5V7.15l6.614 1.764a1.5 1.5 0 0 0 .772 0zM1.5 4h13a.5.5 0 0 1 .5.5v1.616L8.129 7.948a.5.5 0 0 1-.258 0L1 6.116V4.5a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "briefcase-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.5 1A1.5 1.5 0 0 0 5 2.5V3H1.5A1.5 1.5 0 0 0 0 4.5v1.384l7.614 2.03a1.5 1.5 0 0 0 .772 0L16 5.884V4.5A1.5 1.5 0 0 0 14.5 3H11v-.5A1.5 1.5 0 0 0 9.5 1h-3zm0 1h3a.5.5 0 0 1 .5.5V3H6v-.5a.5.5 0 0 1 .5-.5z\"/><path d=\"M0 12.5A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5V6.85L8.129 8.947a.5.5 0 0 1-.258 0L0 6.85v5.65z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "brightness-alt-high",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 3a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 3zm8 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5zm-13.5.5a.5.5 0 0 0 0-1h-2a.5.5 0 0 0 0 1h2zm11.157-6.157a.5.5 0 0 1 0 .707l-1.414 1.414a.5.5 0 1 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zm-9.9 2.121a.5.5 0 0 0 .707-.707L3.05 5.343a.5.5 0 1 0-.707.707l1.414 1.414zM8 7a4 4 0 0 0-4 4 .5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5 4 4 0 0 0-4-4zm0 1a3 3 0 0 1 2.959 2.5H5.04A3 3 0 0 1 8 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "brightness-alt-high-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 3a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 3zm8 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5zm-13.5.5a.5.5 0 0 0 0-1h-2a.5.5 0 0 0 0 1h2zm11.157-6.157a.5.5 0 0 1 0 .707l-1.414 1.414a.5.5 0 1 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zm-9.9 2.121a.5.5 0 0 0 .707-.707L3.05 5.343a.5.5 0 1 0-.707.707l1.414 1.414zM8 7a4 4 0 0 0-4 4 .5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5 4 4 0 0 0-4-4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "brightness-alt-low",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.5 5.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm5 6a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zM2 11a.5.5 0 1 0 1 0 .5.5 0 0 0-1 0zm10.243-3.536a.5.5 0 1 1-.707-.707.5.5 0 0 1 .707.707zm-8.486-.707a.5.5 0 1 0 .707.707.5.5 0 0 0-.707-.707zM8 7a4 4 0 0 0-4 4 .5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5 4 4 0 0 0-4-4zm0 1a3 3 0 0 1 2.959 2.5H5.04A3 3 0 0 1 8 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "brightness-alt-low-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.5 5.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm5 6a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zM2 11a.5.5 0 1 0 1 0 .5.5 0 0 0-1 0zm10.243-3.536a.5.5 0 1 1-.707-.707.5.5 0 0 1 .707.707zm-8.486-.707a.5.5 0 1 0 .707.707.5.5 0 0 0-.707-.707zM8 7a4 4 0 0 0-4 4 .5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5 4 4 0 0 0-4-4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "brightness-high",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0 1a4 4 0 1 0 0-8 4 4 0 0 0 0 8zM8 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 0zm0 13a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 13zm8-5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5zM3 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2A.5.5 0 0 1 3 8zm10.657-5.657a.5.5 0 0 1 0 .707l-1.414 1.415a.5.5 0 1 1-.707-.708l1.414-1.414a.5.5 0 0 1 .707 0zm-9.193 9.193a.5.5 0 0 1 0 .707L3.05 13.657a.5.5 0 0 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zm9.193 2.121a.5.5 0 0 1-.707 0l-1.414-1.414a.5.5 0 0 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .707zM4.464 4.465a.5.5 0 0 1-.707 0L2.343 3.05a.5.5 0 1 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "brightness-high-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 8a4 4 0 1 1-8 0 4 4 0 0 1 8 0zM8 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 0zm0 13a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 13zm8-5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5zM3 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2A.5.5 0 0 1 3 8zm10.657-5.657a.5.5 0 0 1 0 .707l-1.414 1.415a.5.5 0 1 1-.707-.708l1.414-1.414a.5.5 0 0 1 .707 0zm-9.193 9.193a.5.5 0 0 1 0 .707L3.05 13.657a.5.5 0 0 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zm9.193 2.121a.5.5 0 0 1-.707 0l-1.414-1.414a.5.5 0 0 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .707zM4.464 4.465a.5.5 0 0 1-.707 0L2.343 3.05a.5.5 0 1 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "brightness-low",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0 1a4 4 0 1 0 0-8 4 4 0 0 0 0 8zm.5-9.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm0 11a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm5-5a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm-11 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm9.743-4.036a.5.5 0 1 1-.707-.707.5.5 0 0 1 .707.707zm-7.779 7.779a.5.5 0 1 1-.707-.707.5.5 0 0 1 .707.707zm7.072 0a.5.5 0 1 1 .707-.707.5.5 0 0 1-.707.707zM3.757 4.464a.5.5 0 1 1 .707-.707.5.5 0 0 1-.707.707z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "brightness-low-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 8a4 4 0 1 1-8 0 4 4 0 0 1 8 0zM8.5 2.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm0 11a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm5-5a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm-11 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm9.743-4.036a.5.5 0 1 1-.707-.707.5.5 0 0 1 .707.707zm-7.779 7.779a.5.5 0 1 1-.707-.707.5.5 0 0 1 .707.707zm7.072 0a.5.5 0 1 1 .707-.707.5.5 0 0 1-.707.707zM3.757 4.464a.5.5 0 1 1 .707-.707.5.5 0 0 1-.707.707z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "broadcast",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.05 3.05a7 7 0 0 0 0 9.9.5.5 0 0 1-.707.707 8 8 0 0 1 0-11.314.5.5 0 0 1 .707.707zm2.122 2.122a4 4 0 0 0 0 5.656.5.5 0 1 1-.708.708 5 5 0 0 1 0-7.072.5.5 0 0 1 .708.708zm5.656-.708a.5.5 0 0 1 .708 0 5 5 0 0 1 0 7.072.5.5 0 1 1-.708-.708 4 4 0 0 0 0-5.656.5.5 0 0 1 0-.708zm2.122-2.12a.5.5 0 0 1 .707 0 8 8 0 0 1 0 11.313.5.5 0 0 1-.707-.707 7 7 0 0 0 0-9.9.5.5 0 0 1 0-.707zM10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "broadcast-pin",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.05 3.05a7 7 0 0 0 0 9.9.5.5 0 0 1-.707.707 8 8 0 0 1 0-11.314.5.5 0 0 1 .707.707zm2.122 2.122a4 4 0 0 0 0 5.656.5.5 0 1 1-.708.708 5 5 0 0 1 0-7.072.5.5 0 0 1 .708.708zm5.656-.708a.5.5 0 0 1 .708 0 5 5 0 0 1 0 7.072.5.5 0 1 1-.708-.708 4 4 0 0 0 0-5.656.5.5 0 0 1 0-.708zm2.122-2.12a.5.5 0 0 1 .707 0 8 8 0 0 1 0 11.313.5.5 0 0 1-.707-.707 7 7 0 0 0 0-9.9.5.5 0 0 1 0-.707zM6 8a2 2 0 1 1 2.5 1.937V15.5a.5.5 0 0 1-1 0V9.937A2 2 0 0 1 6 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "brush",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M15.825.12a.5.5 0 0 1 .132.584c-1.53 3.43-4.743 8.17-7.095 10.64a6.067 6.067 0 0 1-2.373 1.534c-.018.227-.06.538-.16.868-.201.659-.667 1.479-1.708 1.74a8.118 8.118 0 0 1-3.078.132 3.659 3.659 0 0 1-.562-.135 1.382 1.382 0 0 1-.466-.247.714.714 0 0 1-.204-.288.622.622 0 0 1 .004-.443c.095-.245.316-.38.461-.452.394-.197.625-.453.867-.826.095-.144.184-.297.287-.472l.117-.198c.151-.255.326-.54.546-.848.528-.739 1.201-.925 1.746-.896.126.007.243.025.348.048.062-.172.142-.38.238-.608.261-.619.658-1.419 1.187-2.069 2.176-2.67 6.18-6.206 9.117-8.104a.5.5 0 0 1 .596.04zM4.705 11.912a1.23 1.23 0 0 0-.419-.1c-.246-.013-.573.05-.879.479-.197.275-.355.532-.5.777l-.105.177c-.106.181-.213.362-.32.528a3.39 3.39 0 0 1-.76.861c.69.112 1.736.111 2.657-.12.559-.139.843-.569.993-1.06a3.122 3.122 0 0 0 .126-.75l-.793-.792zm1.44.026c.12-.04.277-.1.458-.183a5.068 5.068 0 0 0 1.535-1.1c1.9-1.996 4.412-5.57 6.052-8.631-2.59 1.927-5.566 4.66-7.302 6.792-.442.543-.795 1.243-1.042 1.826-.121.288-.214.54-.275.72v.001l.575.575zm-4.973 3.04.007-.005a.031.031 0 0 1-.007.004zm3.582-3.043.002.001h-.002z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "brush-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M15.825.12a.5.5 0 0 1 .132.584c-1.53 3.43-4.743 8.17-7.095 10.64a6.067 6.067 0 0 1-2.373 1.534c-.018.227-.06.538-.16.868-.201.659-.667 1.479-1.708 1.74a8.118 8.118 0 0 1-3.078.132 3.659 3.659 0 0 1-.562-.135 1.382 1.382 0 0 1-.466-.247.714.714 0 0 1-.204-.288.622.622 0 0 1 .004-.443c.095-.245.316-.38.461-.452.394-.197.625-.453.867-.826.095-.144.184-.297.287-.472l.117-.198c.151-.255.326-.54.546-.848.528-.739 1.201-.925 1.746-.896.126.007.243.025.348.048.062-.172.142-.38.238-.608.261-.619.658-1.419 1.187-2.069 2.176-2.67 6.18-6.206 9.117-8.104a.5.5 0 0 1 .596.04z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "bucket",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.522 5H2a.5.5 0 0 0-.494.574l1.372 9.149A1.5 1.5 0 0 0 4.36 16h7.278a1.5 1.5 0 0 0 1.483-1.277l1.373-9.149A.5.5 0 0 0 14 5h-.522A5.5 5.5 0 0 0 2.522 5zm1.005 0a4.5 4.5 0 0 1 8.945 0H3.527zm9.892 1-1.286 8.574a.5.5 0 0 1-.494.426H4.36a.5.5 0 0 1-.494-.426L2.58 6h10.838z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "bucket-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.522 5H2a.5.5 0 0 0-.494.574l1.372 9.149A1.5 1.5 0 0 0 4.36 16h7.278a1.5 1.5 0 0 0 1.483-1.277l1.373-9.149A.5.5 0 0 0 14 5h-.522A5.5 5.5 0 0 0 2.522 5zm1.005 0a4.5 4.5 0 0 1 8.945 0H3.527z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "bug",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.355.522a.5.5 0 0 1 .623.333l.291.956A4.979 4.979 0 0 1 8 1c1.007 0 1.946.298 2.731.811l.29-.956a.5.5 0 1 1 .957.29l-.41 1.352A4.985 4.985 0 0 1 13 6h.5a.5.5 0 0 0 .5-.5V5a.5.5 0 0 1 1 0v.5A1.5 1.5 0 0 1 13.5 7H13v1h1.5a.5.5 0 0 1 0 1H13v1h.5a1.5 1.5 0 0 1 1.5 1.5v.5a.5.5 0 1 1-1 0v-.5a.5.5 0 0 0-.5-.5H13a5 5 0 0 1-10 0h-.5a.5.5 0 0 0-.5.5v.5a.5.5 0 1 1-1 0v-.5A1.5 1.5 0 0 1 2.5 10H3V9H1.5a.5.5 0 0 1 0-1H3V7h-.5A1.5 1.5 0 0 1 1 5.5V5a.5.5 0 0 1 1 0v.5a.5.5 0 0 0 .5.5H3c0-1.364.547-2.601 1.432-3.503l-.41-1.352a.5.5 0 0 1 .333-.623zM4 7v4a4 4 0 0 0 3.5 3.97V7H4zm4.5 0v7.97A4 4 0 0 0 12 11V7H8.5zM12 6a3.989 3.989 0 0 0-1.334-2.982A3.983 3.983 0 0 0 8 2a3.983 3.983 0 0 0-2.667 1.018A3.989 3.989 0 0 0 4 6h8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "bug-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.978.855a.5.5 0 1 0-.956.29l.41 1.352A4.985 4.985 0 0 0 3 6h10a4.985 4.985 0 0 0-1.432-3.503l.41-1.352a.5.5 0 1 0-.956-.29l-.291.956A4.978 4.978 0 0 0 8 1a4.979 4.979 0 0 0-2.731.811l-.29-.956z\"/><path d=\"M13 6v1H8.5v8.975A5 5 0 0 0 13 11h.5a.5.5 0 0 1 .5.5v.5a.5.5 0 1 0 1 0v-.5a1.5 1.5 0 0 0-1.5-1.5H13V9h1.5a.5.5 0 0 0 0-1H13V7h.5A1.5 1.5 0 0 0 15 5.5V5a.5.5 0 0 0-1 0v.5a.5.5 0 0 1-.5.5H13zm-5.5 9.975V7H3V6h-.5a.5.5 0 0 1-.5-.5V5a.5.5 0 0 0-1 0v.5A1.5 1.5 0 0 0 2.5 7H3v1H1.5a.5.5 0 0 0 0 1H3v1h-.5A1.5 1.5 0 0 0 1 11.5v.5a.5.5 0 1 0 1 0v-.5a.5.5 0 0 1 .5-.5H3a5 5 0 0 0 4.5 4.975z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "building",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M14.763.075A.5.5 0 0 1 15 .5v15a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5V14h-1v1.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V10a.5.5 0 0 1 .342-.474L6 7.64V4.5a.5.5 0 0 1 .276-.447l8-4a.5.5 0 0 1 .487.022zM6 8.694 1 10.36V15h5V8.694zM7 15h2v-1.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5V15h2V1.309l-7 3.5V15z\"/><path d=\"M2 11h1v1H2v-1zm2 0h1v1H4v-1zm-2 2h1v1H2v-1zm2 0h1v1H4v-1zm4-4h1v1H8V9zm2 0h1v1h-1V9zm-2 2h1v1H8v-1zm2 0h1v1h-1v-1zm2-2h1v1h-1V9zm0 2h1v1h-1v-1zM8 7h1v1H8V7zm2 0h1v1h-1V7zm2 0h1v1h-1V7zM8 5h1v1H8V5zm2 0h1v1h-1V5zm2 0h1v1h-1V5zm0-2h1v1h-1V3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "bullseye",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M8 13A5 5 0 1 1 8 3a5 5 0 0 1 0 10zm0 1A6 6 0 1 0 8 2a6 6 0 0 0 0 12z\"/><path d=\"M8 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0 1a4 4 0 1 0 0-8 4 4 0 0 0 0 8z\"/><path d=\"M9.5 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calculator",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h8zM4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4z\"/><path d=\"M4 2.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-2zm0 4a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm0 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm0 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm3-6a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm0 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm0 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm3-6a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm0 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calculator-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm2 .5v2a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5h-7a.5.5 0 0 0-.5.5zm0 4v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5zM4.5 9a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zM4 12.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5zM7.5 6a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zM7 9.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5zm.5 2.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zM10 6.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5zm.5 2.5a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5h-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z\"/><path d=\"M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar2-check",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10.854 8.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 0 1 .708-.708L7.5 10.793l2.646-2.647a.5.5 0 0 1 .708 0z\"/><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z\"/><path d=\"M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar2-check-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zm9.954 3H2.545c-.3 0-.545.224-.545.5v1c0 .276.244.5.545.5h10.91c.3 0 .545-.224.545-.5v-1c0-.276-.244-.5-.546-.5zm-2.6 5.854a.5.5 0 0 0-.708-.708L7.5 10.793 6.354 9.646a.5.5 0 1 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0l3-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar2-date",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.445 12.688V7.354h-.633A12.6 12.6 0 0 0 4.5 8.16v.695c.375-.257.969-.62 1.258-.777h.012v4.61h.675zm1.188-1.305c.047.64.594 1.406 1.703 1.406 1.258 0 2-1.066 2-2.871 0-1.934-.781-2.668-1.953-2.668-.926 0-1.797.672-1.797 1.809 0 1.16.824 1.77 1.676 1.77.746 0 1.23-.376 1.383-.79h.027c-.004 1.316-.461 2.164-1.305 2.164-.664 0-1.008-.45-1.05-.82h-.684zm2.953-2.317c0 .696-.559 1.18-1.184 1.18-.601 0-1.144-.383-1.144-1.2 0-.823.582-1.21 1.168-1.21.633 0 1.16.398 1.16 1.23z\"/><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z\"/><path d=\"M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar2-date-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.402 10.246c.625 0 1.184-.484 1.184-1.18 0-.832-.527-1.23-1.16-1.23-.586 0-1.168.387-1.168 1.21 0 .817.543 1.2 1.144 1.2z\"/><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zm9.954 3H2.545c-.3 0-.545.224-.545.5v1c0 .276.244.5.545.5h10.91c.3 0 .545-.224.545-.5v-1c0-.276-.244-.5-.546-.5zm-4.118 9.79c1.258 0 2-1.067 2-2.872 0-1.934-.781-2.668-1.953-2.668-.926 0-1.797.672-1.797 1.809 0 1.16.824 1.77 1.676 1.77.746 0 1.23-.376 1.383-.79h.027c-.004 1.316-.461 2.164-1.305 2.164-.664 0-1.008-.45-1.05-.82h-.684c.047.64.594 1.406 1.703 1.406zm-2.89-5.435h-.633A12.6 12.6 0 0 0 4.5 8.16v.695c.375-.257.969-.62 1.258-.777h.012v4.61h.675V7.354z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar2-day",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.684 12.523v-2.3h2.261v-.61H4.684V7.801h2.464v-.61H4v5.332h.684zm3.296 0h.676V9.98c0-.554.227-1.007.953-1.007.125 0 .258.004.329.015v-.613a1.806 1.806 0 0 0-.254-.02c-.582 0-.891.32-1.012.567h-.02v-.504H7.98v4.105zm2.805-5.093c0 .238.192.425.43.425a.428.428 0 1 0 0-.855.426.426 0 0 0-.43.43zm.094 5.093h.672V8.418h-.672v4.105z\"/><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z\"/><path d=\"M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar2-day-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zm9.954 3H2.545c-.3 0-.545.224-.545.5v1c0 .276.244.5.545.5h10.91c.3 0 .545-.224.545-.5v-1c0-.276-.244-.5-.546-.5zm-2.24 4.855a.428.428 0 1 0 0-.855.426.426 0 0 0-.429.43c0 .238.192.425.43.425zm.337.563h-.672v4.105h.672V8.418zm-6.867 4.105v-2.3h2.261v-.61H4.684V7.801h2.464v-.61H4v5.332h.684zm3.296 0h.676V9.98c0-.554.227-1.007.953-1.007.125 0 .258.004.329.015v-.613a1.806 1.806 0 0 0-.254-.02c-.582 0-.891.32-1.012.567h-.02v-.504H7.98v4.105z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar2-event",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11 7.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z\"/><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z\"/><path d=\"M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar2-event-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zm9.954 3H2.545c-.3 0-.545.224-.545.5v1c0 .276.244.5.545.5h10.91c.3 0 .545-.224.545-.5v-1c0-.276-.244-.5-.546-.5zM11.5 7a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar2-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4V.5zM2.545 3h10.91c.3 0 .545.224.545.5v1c0 .276-.244.5-.546.5H2.545C2.245 5 2 4.776 2 4.5v-1c0-.276.244-.5.545-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar2-minus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.5 10.5A.5.5 0 0 1 6 10h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z\"/><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z\"/><path d=\"M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar2-minus-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zm9.954 3H2.545c-.3 0-.545.224-.545.5v1c0 .276.244.5.545.5h10.91c.3 0 .545-.224.545-.5v-1c0-.276-.244-.5-.546-.5zM6 10a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1H6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar2-month",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m2.56 12.332.54-1.602h1.984l.54 1.602h.718L4.444 7h-.696L1.85 12.332h.71zm1.544-4.527L4.9 10.18H3.284l.8-2.375h.02zm5.746.422h-.676v2.543c0 .652-.414 1.023-1.004 1.023-.539 0-.98-.246-.98-1.012V8.227h-.676v2.746c0 .941.606 1.425 1.453 1.425.656 0 1.043-.28 1.188-.605h.027v.539h.668V8.227zm2.258 5.046c-.563 0-.91-.304-.985-.636h-.687c.094.683.625 1.199 1.668 1.199.93 0 1.746-.527 1.746-1.578V8.227h-.649v.578h-.019c-.191-.348-.637-.64-1.195-.64-.965 0-1.64.679-1.64 1.886v.34c0 1.23.683 1.902 1.64 1.902.558 0 1.008-.293 1.172-.648h.02v.605c0 .645-.423 1.023-1.071 1.023zm.008-4.53c.648 0 1.062.527 1.062 1.359v.253c0 .848-.39 1.364-1.062 1.364-.692 0-1.098-.512-1.098-1.364v-.253c0-.868.406-1.36 1.098-1.36z\"/><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z\"/><path d=\"M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar2-month-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.104 7.805 4.9 10.18H3.284l.8-2.375h.02zm9.074 2.297c0-.832-.414-1.36-1.062-1.36-.692 0-1.098.492-1.098 1.36v.253c0 .852.406 1.364 1.098 1.364.671 0 1.062-.516 1.062-1.364v-.253z\"/><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zm9.954 3H2.545c-.3 0-.545.224-.545.5v1c0 .276.244.5.545.5h10.91c.3 0 .545-.224.545-.5v-1c0-.276-.244-.5-.546-.5zM2.561 12.332 3.1 10.73h1.984l.54 1.602h.718L4.444 7h-.696L1.85 12.332h.71zM9.85 8.227h-.676v2.543c0 .652-.414 1.023-1.004 1.023-.539 0-.98-.246-.98-1.012V8.227h-.676v2.746c0 .941.606 1.425 1.453 1.425.656 0 1.043-.28 1.188-.605h.027v.539h.668V8.227zm1.273 4.41h-.687c.094.683.625 1.199 1.668 1.199.93 0 1.746-.527 1.746-1.578V8.227h-.649v.578h-.019c-.191-.348-.637-.64-1.195-.64-.965 0-1.64.679-1.64 1.886v.34c0 1.23.683 1.902 1.64 1.902.558 0 1.008-.293 1.172-.648h.02v.605c0 .645-.423 1.023-1.071 1.023-.563 0-.91-.304-.985-.636z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar2-plus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z\"/><path d=\"M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4zM8 8a.5.5 0 0 1 .5.5V10H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V11H6a.5.5 0 0 1 0-1h1.5V8.5A.5.5 0 0 1 8 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar2-plus-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 3.5v1c0 .276.244.5.545.5h10.91c.3 0 .545-.224.545-.5v-1c0-.276-.244-.5-.546-.5H2.545c-.3 0-.545.224-.545.5zm6.5 5a.5.5 0 0 0-1 0V10H6a.5.5 0 0 0 0 1h1.5v1.5a.5.5 0 0 0 1 0V11H10a.5.5 0 0 0 0-1H8.5V8.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar2-range",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z\"/><path d=\"M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4zM9 8a1 1 0 0 1 1-1h5v2h-5a1 1 0 0 1-1-1zm-8 2h4a1 1 0 1 1 0 2H1v-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar2-range-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zm9.954 3H2.545c-.3 0-.545.224-.545.5v1c0 .276.244.5.545.5h10.91c.3 0 .545-.224.545-.5v-1c0-.276-.244-.5-.546-.5zM10 7a1 1 0 0 0 0 2h5V7h-5zm-4 4a1 1 0 0 0-1-1H1v2h4a1 1 0 0 0 1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar2-week",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z\"/><path d=\"M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4zM11 7.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-5 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar2-week-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zm9.954 3H2.545c-.3 0-.545.224-.545.5v1c0 .276.244.5.545.5h10.91c.3 0 .545-.224.545-.5v-1c0-.276-.244-.5-.546-.5zM8.5 7a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zM3 10.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5zm3.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar2-x",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.146 8.146a.5.5 0 0 1 .708 0L8 9.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 10l1.147 1.146a.5.5 0 0 1-.708.708L8 10.707l-1.146 1.147a.5.5 0 0 1-.708-.708L7.293 10 6.146 8.854a.5.5 0 0 1 0-.708z\"/><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z\"/><path d=\"M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar2-x-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zm9.954 3H2.545c-.3 0-.545.224-.545.5v1c0 .276.244.5.545.5h10.91c.3 0 .545-.224.545-.5v-1c0-.276-.244-.5-.546-.5zm-6.6 5.146a.5.5 0 1 0-.708.708L7.293 10l-1.147 1.146a.5.5 0 0 0 .708.708L8 10.707l1.146 1.147a.5.5 0 0 0 .708-.708L8.707 10l1.147-1.146a.5.5 0 0 0-.708-.708L8 9.293 6.854 8.146z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar3",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM1 3.857C1 3.384 1.448 3 2 3h12c.552 0 1 .384 1 .857v10.286c0 .473-.448.857-1 .857H2c-.552 0-1-.384-1-.857V3.857z\"/><path d=\"M6.5 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar3-event",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM1 3.857C1 3.384 1.448 3 2 3h12c.552 0 1 .384 1 .857v10.286c0 .473-.448.857-1 .857H2c-.552 0-1-.384-1-.857V3.857z\"/><path d=\"M12 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar3-event-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M2 0a2 2 0 0 0-2 2h16a2 2 0 0 0-2-2H2zM0 14V3h16v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm12-8a1 1 0 1 0 2 0 1 1 0 0 0-2 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar3-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2H0zm0 1v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3H0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar3-range",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM1 3.857C1 3.384 1.448 3 2 3h12c.552 0 1 .384 1 .857v10.286c0 .473-.448.857-1 .857H2c-.552 0-1-.384-1-.857V3.857z\"/><path d=\"M7 10a1 1 0 0 0 0-2H1v2h6zm2-3h6V5H9a1 1 0 0 0 0 2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar3-range-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M2 0a2 2 0 0 0-2 2h16a2 2 0 0 0-2-2H2zM0 8V3h16v2h-6a1 1 0 1 0 0 2h6v7a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-4h6a1 1 0 1 0 0-2H0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar3-week",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM1 3.857C1 3.384 1.448 3 2 3h12c.552 0 1 .384 1 .857v10.286c0 .473-.448.857-1 .857H2c-.552 0-1-.384-1-.857V3.857z\"/><path d=\"M12 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-5 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm2-3a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-5 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar3-week-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M2 0a2 2 0 0 0-2 2h16a2 2 0 0 0-2-2H2zM0 14V3h16v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm12-8a1 1 0 1 0 2 0 1 1 0 0 0-2 0zM5 9a1 1 0 1 0 2 0 1 1 0 0 0-2 0zm5-2a1 1 0 1 1 0-2 1 1 0 0 1 0 2zM2 9a1 1 0 1 0 2 0 1 1 0 0 0-2 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar4",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v1h14V3a1 1 0 0 0-1-1H2zm13 3H1v9a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar4-event",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v1h14V3a1 1 0 0 0-1-1H2zm13 3H1v9a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V5z\"/><path d=\"M11 7.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar4-range",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v1h14V3a1 1 0 0 0-1-1H2zm13 3H1v9a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V5z\"/><path d=\"M9 7.5a.5.5 0 0 1 .5-.5H15v2H9.5a.5.5 0 0 1-.5-.5v-1zm-2 3v1a.5.5 0 0 1-.5.5H1v-2h5.5a.5.5 0 0 1 .5.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar4-week",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v1h14V3a1 1 0 0 0-1-1H2zm13 3H1v9a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V5z\"/><path d=\"M11 7.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-2 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar-check",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10.854 7.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 9.793l2.646-2.647a.5.5 0 0 1 .708 0z\"/><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar-check-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4V.5zM16 14V5H0v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2zm-5.146-5.146-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 0 1 .708-.708L7.5 10.793l2.646-2.647a.5.5 0 0 1 .708.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar-date",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.445 11.688V6.354h-.633A12.6 12.6 0 0 0 4.5 7.16v.695c.375-.257.969-.62 1.258-.777h.012v4.61h.675zm1.188-1.305c.047.64.594 1.406 1.703 1.406 1.258 0 2-1.066 2-2.871 0-1.934-.781-2.668-1.953-2.668-.926 0-1.797.672-1.797 1.809 0 1.16.824 1.77 1.676 1.77.746 0 1.23-.376 1.383-.79h.027c-.004 1.316-.461 2.164-1.305 2.164-.664 0-1.008-.45-1.05-.82h-.684zm2.953-2.317c0 .696-.559 1.18-1.184 1.18-.601 0-1.144-.383-1.144-1.2 0-.823.582-1.21 1.168-1.21.633 0 1.16.398 1.16 1.23z\"/><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar-date-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4V.5zm5.402 9.746c.625 0 1.184-.484 1.184-1.18 0-.832-.527-1.23-1.16-1.23-.586 0-1.168.387-1.168 1.21 0 .817.543 1.2 1.144 1.2z\"/><path d=\"M16 14V5H0v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2zm-6.664-1.21c-1.11 0-1.656-.767-1.703-1.407h.683c.043.37.387.82 1.051.82.844 0 1.301-.848 1.305-2.164h-.027c-.153.414-.637.79-1.383.79-.852 0-1.676-.61-1.676-1.77 0-1.137.871-1.809 1.797-1.809 1.172 0 1.953.734 1.953 2.668 0 1.805-.742 2.871-2 2.871zm-2.89-5.435v5.332H5.77V8.079h-.012c-.29.156-.883.52-1.258.777V8.16a12.6 12.6 0 0 1 1.313-.805h.632z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar-day",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.684 11.523v-2.3h2.261v-.61H4.684V6.801h2.464v-.61H4v5.332h.684zm3.296 0h.676V8.98c0-.554.227-1.007.953-1.007.125 0 .258.004.329.015v-.613a1.806 1.806 0 0 0-.254-.02c-.582 0-.891.32-1.012.567h-.02v-.504H7.98v4.105zm2.805-5.093c0 .238.192.425.43.425a.428.428 0 1 0 0-.855.426.426 0 0 0-.43.43zm.094 5.093h.672V7.418h-.672v4.105z\"/><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar-day-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4V.5zM16 14a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V5h16v9zm-4.785-6.145a.428.428 0 1 0 0-.855.426.426 0 0 0-.43.43c0 .238.192.425.43.425zm.336.563h-.672v4.105h.672V8.418zm-6.867 4.105v-2.3h2.261v-.61H4.684V7.801h2.464v-.61H4v5.332h.684zm3.296 0h.676V9.98c0-.554.227-1.007.953-1.007.125 0 .258.004.329.015v-.613a1.806 1.806 0 0 0-.254-.02c-.582 0-.891.32-1.012.567h-.02v-.504H7.98v4.105z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar-event",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11 6.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z\"/><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar-event-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4V.5zM16 14V5H0v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2zm-3.5-7h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V5h16V4H0V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar-minus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.5 9.5A.5.5 0 0 1 6 9h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z\"/><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar-minus-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4V.5zM16 14V5H0v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2zM6 10h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1 0-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar-month",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.56 11.332 3.1 9.73h1.984l.54 1.602h.718L4.444 6h-.696L1.85 11.332h.71zm1.544-4.527L4.9 9.18H3.284l.8-2.375h.02zm5.746.422h-.676V9.77c0 .652-.414 1.023-1.004 1.023-.539 0-.98-.246-.98-1.012V7.227h-.676v2.746c0 .941.606 1.425 1.453 1.425.656 0 1.043-.28 1.188-.605h.027v.539h.668V7.227zm2.258 5.046c-.563 0-.91-.304-.985-.636h-.687c.094.683.625 1.199 1.668 1.199.93 0 1.746-.527 1.746-1.578V7.227h-.649v.578h-.019c-.191-.348-.637-.64-1.195-.64-.965 0-1.64.679-1.64 1.886v.34c0 1.23.683 1.902 1.64 1.902.558 0 1.008-.293 1.172-.648h.02v.605c0 .645-.423 1.023-1.071 1.023zm.008-4.53c.648 0 1.062.527 1.062 1.359v.253c0 .848-.39 1.364-1.062 1.364-.692 0-1.098-.512-1.098-1.364v-.253c0-.868.406-1.36 1.098-1.36z\"/><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar-month-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4V.5zm.104 7.305L4.9 10.18H3.284l.8-2.375h.02zm9.074 2.297c0-.832-.414-1.36-1.062-1.36-.692 0-1.098.492-1.098 1.36v.253c0 .852.406 1.364 1.098 1.364.671 0 1.062-.516 1.062-1.364v-.253z\"/><path d=\"M16 14V5H0v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2zM2.56 12.332h-.71L3.748 7h.696l1.898 5.332h-.719l-.539-1.602H3.1l-.54 1.602zm7.29-4.105v4.105h-.668v-.539h-.027c-.145.324-.532.605-1.188.605-.847 0-1.453-.484-1.453-1.425V8.227h.676v2.554c0 .766.441 1.012.98 1.012.59 0 1.004-.371 1.004-1.023V8.227h.676zm1.273 4.41c.075.332.422.636.985.636.648 0 1.07-.378 1.07-1.023v-.605h-.02c-.163.355-.613.648-1.171.648-.957 0-1.64-.672-1.64-1.902v-.34c0-1.207.675-1.887 1.64-1.887.558 0 1.004.293 1.195.64h.02v-.577h.648v4.03c0 1.052-.816 1.579-1.746 1.579-1.043 0-1.574-.516-1.668-1.2h.687z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar-plus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 7a.5.5 0 0 1 .5.5V9H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V10H6a.5.5 0 0 1 0-1h1.5V7.5A.5.5 0 0 1 8 7z\"/><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar-plus-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4V.5zM16 14V5H0v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2zM8.5 8.5V10H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V11H6a.5.5 0 0 1 0-1h1.5V8.5a.5.5 0 0 1 1 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar-range",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9 7a1 1 0 0 1 1-1h5v2h-5a1 1 0 0 1-1-1zM1 9h4a1 1 0 0 1 0 2H1V9z\"/><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar-range-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4V.5zM16 7V5H0v5h5a1 1 0 1 1 0 2H0v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9h-6a1 1 0 1 1 0-2h6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar-week",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11 6.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-5 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z\"/><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar-week-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4V.5zM16 14V5H0v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2zM9.5 7h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5zm3 0h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5zM2 10.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm3.5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar-x",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.146 7.146a.5.5 0 0 1 .708 0L8 8.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 9l1.147 1.146a.5.5 0 0 1-.708.708L8 9.707l-1.146 1.147a.5.5 0 0 1-.708-.708L7.293 9 6.146 7.854a.5.5 0 0 1 0-.708z\"/><path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "calendar-x-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4V.5zM16 14V5H0v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2zM6.854 8.146 8 9.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 10l1.147 1.146a.5.5 0 0 1-.708.708L8 10.707l-1.146 1.147a.5.5 0 0 1-.708-.708L7.293 10 6.146 8.854a.5.5 0 1 1 .708-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "camera",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M15 12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h1.172a3 3 0 0 0 2.12-.879l.83-.828A1 1 0 0 1 6.827 3h2.344a1 1 0 0 1 .707.293l.828.828A3 3 0 0 0 12.828 5H14a1 1 0 0 1 1 1v6zM2 4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-1.172a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 9.172 2H6.828a2 2 0 0 0-1.414.586l-.828.828A2 2 0 0 1 3.172 4H2z\"/><path d=\"M8 11a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5zm0 1a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zM3 6.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "camera2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5 8c0-1.657 2.343-3 4-3V4a4 4 0 0 0-4 4z\"/><path d=\"M12.318 3h2.015C15.253 3 16 3.746 16 4.667v6.666c0 .92-.746 1.667-1.667 1.667h-2.015A5.97 5.97 0 0 1 9 14a5.972 5.972 0 0 1-3.318-1H1.667C.747 13 0 12.254 0 11.333V4.667C0 3.747.746 3 1.667 3H2a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1h.682A5.97 5.97 0 0 1 9 2c1.227 0 2.367.368 3.318 1zM2 4.5a.5.5 0 1 0-1 0 .5.5 0 0 0 1 0zM14 8A5 5 0 1 0 4 8a5 5 0 0 0 10 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "camera-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10.5 8.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z\"/><path d=\"M2 4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-1.172a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 9.172 2H6.828a2 2 0 0 0-1.414.586l-.828.828A2 2 0 0 1 3.172 4H2zm.5 2a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm9 2.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "camera-reels",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 3a3 3 0 1 1-6 0 3 3 0 0 1 6 0zM1 3a2 2 0 1 0 4 0 2 2 0 0 0-4 0z\"/><path d=\"M9 6h.5a2 2 0 0 1 1.983 1.738l3.11-1.382A1 1 0 0 1 16 7.269v7.462a1 1 0 0 1-1.406.913l-3.111-1.382A2 2 0 0 1 9.5 16H2a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h7zm6 8.73V7.27l-3.5 1.555v4.35l3.5 1.556zM1 8v6a1 1 0 0 0 1 1h7.5a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1z\"/><path d=\"M9 6a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM7 3a2 2 0 1 1 4 0 2 2 0 0 1-4 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "camera-reels-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 3a3 3 0 1 1-6 0 3 3 0 0 1 6 0z\"/><path d=\"M9 6a3 3 0 1 1 0-6 3 3 0 0 1 0 6z\"/><path d=\"M9 6h.5a2 2 0 0 1 1.983 1.738l3.11-1.382A1 1 0 0 1 16 7.269v7.462a1 1 0 0 1-1.406.913l-3.111-1.382A2 2 0 0 1 9.5 16H2a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h7z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "camera-video",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M0 5a2 2 0 0 1 2-2h7.5a2 2 0 0 1 1.983 1.738l3.11-1.382A1 1 0 0 1 16 4.269v7.462a1 1 0 0 1-1.406.913l-3.111-1.382A2 2 0 0 1 9.5 13H2a2 2 0 0 1-2-2V5zm11.5 5.175 3.5 1.556V4.269l-3.5 1.556v4.35zM2 4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h7.5a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "camera-video-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M0 5a2 2 0 0 1 2-2h7.5a2 2 0 0 1 1.983 1.738l3.11-1.382A1 1 0 0 1 16 4.269v7.462a1 1 0 0 1-1.406.913l-3.111-1.382A2 2 0 0 1 9.5 13H2a2 2 0 0 1-2-2V5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "camera-video-off",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M10.961 12.365a1.99 1.99 0 0 0 .522-1.103l3.11 1.382A1 1 0 0 0 16 11.731V4.269a1 1 0 0 0-1.406-.913l-3.111 1.382A2 2 0 0 0 9.5 3H4.272l.714 1H9.5a1 1 0 0 1 1 1v6a1 1 0 0 1-.144.518l.605.847zM1.428 4.18A.999.999 0 0 0 1 5v6a1 1 0 0 0 1 1h5.014l.714 1H2a2 2 0 0 1-2-2V5c0-.675.334-1.272.847-1.634l.58.814zM15 11.73l-3.5-1.555v-4.35L15 4.269v7.462zm-4.407 3.56-10-14 .814-.58 10 14-.814.58z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "camera-video-off-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M10.961 12.365a1.99 1.99 0 0 0 .522-1.103l3.11 1.382A1 1 0 0 0 16 11.731V4.269a1 1 0 0 0-1.406-.913l-3.111 1.382A2 2 0 0 0 9.5 3H4.272l6.69 9.365zm-10.114-9A2.001 2.001 0 0 0 0 5v6a2 2 0 0 0 2 2h5.728L.847 3.366zm9.746 11.925-10-14 .814-.58 10 14-.814.58z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "capslock",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M7.27 1.047a1 1 0 0 1 1.46 0l6.345 6.77c.6.638.146 1.683-.73 1.683H11.5v1a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-1H1.654C.78 9.5.326 8.455.924 7.816L7.27 1.047zM14.346 8.5 8 1.731 1.654 8.5H4.5a1 1 0 0 1 1 1v1h5v-1a1 1 0 0 1 1-1h2.846zm-9.846 5a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-1zm6 0h-5v1h5v-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "capslock-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.27 1.047a1 1 0 0 1 1.46 0l6.345 6.77c.6.638.146 1.683-.73 1.683H11.5v1a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-1H1.654C.78 9.5.326 8.455.924 7.816L7.27 1.047zM4.5 13.5a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "card-checklist",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14.5 3a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h13zm-13-1A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2h-13z\"/><path d=\"M7 5.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm-1.496-.854a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 1 1 .708-.708l.146.147 1.146-1.147a.5.5 0 0 1 .708 0zM7 9.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm-1.496-.854a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 0 1 .708-.708l.146.147 1.146-1.147a.5.5 0 0 1 .708 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "card-heading",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14.5 3a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h13zm-13-1A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2h-13z\"/><path d=\"M3 8.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5zm0-5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5v-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "card-image",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.002 5.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z\"/><path d=\"M1.5 2A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2h-13zm13 1a.5.5 0 0 1 .5.5v6l-3.775-1.947a.5.5 0 0 0-.577.093l-3.71 3.71-2.66-1.772a.5.5 0 0 0-.63.062L1.002 12v.54A.505.505 0 0 1 1 12.5v-9a.5.5 0 0 1 .5-.5h13z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "card-list",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14.5 3a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h13zm-13-1A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2h-13z\"/><path d=\"M5 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 5 8zm0-2.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm0 5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-1-5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zM4 8a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm0 2.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "card-text",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14.5 3a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h13zm-13-1A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2h-13z\"/><path d=\"M3 5.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zM3 8a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9A.5.5 0 0 1 3 8zm0 2.5a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "caret-down",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.204 5h9.592L8 10.481 3.204 5zm-.753.659 4.796 5.48a1 1 0 0 0 1.506 0l4.796-5.48c.566-.647.106-1.659-.753-1.659H3.204a1 1 0 0 0-.753 1.659z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "caret-down-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "caret-down-square",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.626 6.832A.5.5 0 0 1 4 6h8a.5.5 0 0 1 .374.832l-4 4.5a.5.5 0 0 1-.748 0l-4-4.5z\"/><path d=\"M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "caret-down-square-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm4 4a.5.5 0 0 0-.374.832l4 4.5a.5.5 0 0 0 .748 0l4-4.5A.5.5 0 0 0 12 6H4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "caret-left",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10 12.796V3.204L4.519 8 10 12.796zm-.659.753-5.48-4.796a1 1 0 0 1 0-1.506l5.48-4.796A1 1 0 0 1 11 3.204v9.592a1 1 0 0 1-1.659.753z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "caret-left-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m3.86 8.753 5.482 4.796c.646.566 1.658.106 1.658-.753V3.204a1 1 0 0 0-1.659-.753l-5.48 4.796a1 1 0 0 0 0 1.506z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "caret-left-square",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z\"/><path d=\"M10.205 12.456A.5.5 0 0 0 10.5 12V4a.5.5 0 0 0-.832-.374l-4.5 4a.5.5 0 0 0 0 .748l4.5 4a.5.5 0 0 0 .537.082z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "caret-left-square-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm10.5 10V4a.5.5 0 0 0-.832-.374l-4.5 4a.5.5 0 0 0 0 .748l4.5 4A.5.5 0 0 0 10.5 12z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "caret-right",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 12.796V3.204L11.481 8 6 12.796zm.659.753 5.48-4.796a1 1 0 0 0 0-1.506L6.66 2.451C6.011 1.885 5 2.345 5 3.204v9.592a1 1 0 0 0 1.659.753z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "caret-right-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "caret-right-square",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z\"/><path d=\"M5.795 12.456A.5.5 0 0 1 5.5 12V4a.5.5 0 0 1 .832-.374l4.5 4a.5.5 0 0 1 0 .748l-4.5 4a.5.5 0 0 1-.537.082z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "caret-right-square-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm5.5 10a.5.5 0 0 0 .832.374l4.5-4a.5.5 0 0 0 0-.748l-4.5-4A.5.5 0 0 0 5.5 4v8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "caret-up",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.204 11h9.592L8 5.519 3.204 11zm-.753-.659 4.796-5.48a1 1 0 0 1 1.506 0l4.796 5.48c.566.647.106 1.659-.753 1.659H3.204a1 1 0 0 1-.753-1.659z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "caret-up-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m7.247 4.86-4.796 5.481c-.566.647-.106 1.659.753 1.659h9.592a1 1 0 0 0 .753-1.659l-4.796-5.48a1 1 0 0 0-1.506 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "caret-up-square",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z\"/><path d=\"M3.544 10.705A.5.5 0 0 0 4 11h8a.5.5 0 0 0 .374-.832l-4-4.5a.5.5 0 0 0-.748 0l-4 4.5a.5.5 0 0 0-.082.537z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "caret-up-square-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm4 9h8a.5.5 0 0 0 .374-.832l-4-4.5a.5.5 0 0 0-.748 0l-4 4.5A.5.5 0 0 0 4 11z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cart",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 13 12H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5zM3.102 4l1.313 7h8.17l1.313-7H3.102zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cart2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 2.5A.5.5 0 0 1 .5 2H2a.5.5 0 0 1 .485.379L2.89 4H14.5a.5.5 0 0 1 .485.621l-1.5 6A.5.5 0 0 1 13 11H4a.5.5 0 0 1-.485-.379L1.61 3H.5a.5.5 0 0 1-.5-.5zM3.14 5l1.25 5h8.22l1.25-5H3.14zM5 13a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm-2 1a2 2 0 1 1 4 0 2 2 0 0 1-4 0zm9-1a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm-2 1a2 2 0 1 1 4 0 2 2 0 0 1-4 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cart3",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .49.598l-1 5a.5.5 0 0 1-.465.401l-9.397.472L4.415 11H13a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5zM3.102 4l.84 4.479 9.144-.459L13.89 4H3.102zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cart4",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 2.5A.5.5 0 0 1 .5 2H2a.5.5 0 0 1 .485.379L2.89 4H14.5a.5.5 0 0 1 .485.621l-1.5 6A.5.5 0 0 1 13 11H4a.5.5 0 0 1-.485-.379L1.61 3H.5a.5.5 0 0 1-.5-.5zM3.14 5l.5 2H5V5H3.14zM6 5v2h2V5H6zm3 0v2h2V5H9zm3 0v2h1.36l.5-2H12zm1.11 3H12v2h.61l.5-2zM11 8H9v2h2V8zM8 8H6v2h2V8zM5 8H3.89l.5 2H5V8zm0 5a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm-2 1a2 2 0 1 1 4 0 2 2 0 0 1-4 0zm9-1a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm-2 1a2 2 0 1 1 4 0 2 2 0 0 1-4 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cart-check",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11.354 6.354a.5.5 0 0 0-.708-.708L8 8.293 6.854 7.146a.5.5 0 1 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0l3-3z\"/><path d=\"M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1H.5zm3.915 10L3.102 4h10.796l-1.313 7h-8.17zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cart-check-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1H.5zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm-1.646-7.646-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L8 8.293l2.646-2.647a.5.5 0 0 1 .708.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cart-dash",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.5 7a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1h-4z\"/><path d=\"M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1H.5zm3.915 10L3.102 4h10.796l-1.313 7h-8.17zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cart-dash-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1H.5zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zM6.5 7h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1 0-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cart-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 13 12H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cart-plus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9 5.5a.5.5 0 0 0-1 0V7H6.5a.5.5 0 0 0 0 1H8v1.5a.5.5 0 0 0 1 0V8h1.5a.5.5 0 0 0 0-1H9V5.5z\"/><path d=\"M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1H.5zm3.915 10L3.102 4h10.796l-1.313 7h-8.17zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cart-plus-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1H.5zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zM9 5.5V7h1.5a.5.5 0 0 1 0 1H9v1.5a.5.5 0 0 1-1 0V8H6.5a.5.5 0 0 1 0-1H8V5.5a.5.5 0 0 1 1 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cart-x",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.354 5.646a.5.5 0 1 0-.708.708L7.793 7.5 6.646 8.646a.5.5 0 1 0 .708.708L8.5 8.207l1.146 1.147a.5.5 0 0 0 .708-.708L9.207 7.5l1.147-1.146a.5.5 0 0 0-.708-.708L8.5 6.793 7.354 5.646z\"/><path d=\"M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1H.5zm3.915 10L3.102 4h10.796l-1.313 7h-8.17zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cart-x-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1H.5zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zM7.354 5.646 8.5 6.793l1.146-1.147a.5.5 0 0 1 .708.708L9.207 7.5l1.147 1.146a.5.5 0 0 1-.708.708L8.5 8.207 7.354 9.354a.5.5 0 1 1-.708-.708L7.793 7.5 6.646 6.354a.5.5 0 1 1 .708-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cash",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/><path d=\"M0 4a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V4zm3 0a2 2 0 0 1-2 2v4a2 2 0 0 1 2 2h10a2 2 0 0 1 2-2V6a2 2 0 0 1-2-2H3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cash-coin",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M11 15a4 4 0 1 0 0-8 4 4 0 0 0 0 8zm5-4a5 5 0 1 1-10 0 5 5 0 0 1 10 0z\"/><path d=\"M9.438 11.944c.047.596.518 1.06 1.363 1.116v.44h.375v-.443c.875-.061 1.386-.529 1.386-1.207 0-.618-.39-.936-1.09-1.1l-.296-.07v-1.2c.376.043.614.248.671.532h.658c-.047-.575-.54-1.024-1.329-1.073V8.5h-.375v.45c-.747.073-1.255.522-1.255 1.158 0 .562.378.92 1.007 1.066l.248.061v1.272c-.384-.058-.639-.27-.696-.563h-.668zm1.36-1.354c-.369-.085-.569-.26-.569-.522 0-.294.216-.514.572-.578v1.1h-.003zm.432.746c.449.104.655.272.655.569 0 .339-.257.571-.709.614v-1.195l.054.012z\"/><path d=\"M1 0a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h4.083c.058-.344.145-.678.258-1H3a2 2 0 0 0-2-2V3a2 2 0 0 0 2-2h10a2 2 0 0 0 2 2v3.528c.38.34.717.728 1 1.154V1a1 1 0 0 0-1-1H1z\"/><path d=\"M9.998 5.083 10 5a2 2 0 1 0-3.132 1.65 5.982 5.982 0 0 1 3.13-1.567z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cash-stack",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1 3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1H1zm7 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/><path d=\"M0 5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V5zm3 0a2 2 0 0 1-2 2v4a2 2 0 0 1 2 2h10a2 2 0 0 1 2-2V7a2 2 0 0 1-2-2H3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cast",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m7.646 9.354-3.792 3.792a.5.5 0 0 0 .353.854h7.586a.5.5 0 0 0 .354-.854L8.354 9.354a.5.5 0 0 0-.708 0z\"/><path d=\"M11.414 11H14.5a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-13a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h3.086l-1 1H1.5A1.5 1.5 0 0 1 0 10.5v-7A1.5 1.5 0 0 1 1.5 2h13A1.5 1.5 0 0 1 16 3.5v7a1.5 1.5 0 0 1-1.5 1.5h-2.086l-1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "chat",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.678 11.894a1 1 0 0 1 .287.801 10.97 10.97 0 0 1-.398 2c1.395-.323 2.247-.697 2.634-.893a1 1 0 0 1 .71-.074A8.06 8.06 0 0 0 8 14c3.996 0 7-2.807 7-6 0-3.192-3.004-6-7-6S1 4.808 1 8c0 1.468.617 2.83 1.678 3.894zm-.493 3.905a21.682 21.682 0 0 1-.713.129c-.2.032-.352-.176-.273-.362a9.68 9.68 0 0 0 .244-.637l.003-.01c.248-.72.45-1.548.524-2.319C.743 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7-3.582 7-8 7a9.06 9.06 0 0 1-2.347-.306c-.52.263-1.639.742-3.468 1.105z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "chat-dots",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/><path d=\"m2.165 15.803.02-.004c1.83-.363 2.948-.842 3.468-1.105A9.06 9.06 0 0 0 8 15c4.418 0 8-3.134 8-7s-3.582-7-8-7-8 3.134-8 7c0 1.76.743 3.37 1.97 4.6a10.437 10.437 0 0 1-.524 2.318l-.003.011a10.722 10.722 0 0 1-.244.637c-.079.186.074.394.273.362a21.673 21.673 0 0 0 .693-.125zm.8-3.108a1 1 0 0 0-.287-.801C1.618 10.83 1 9.468 1 8c0-3.192 3.004-6 7-6s7 2.808 7 6c0 3.193-3.004 6-7 6a8.06 8.06 0 0 1-2.088-.272 1 1 0 0 0-.711.074c-.387.196-1.24.57-2.634.893a10.97 10.97 0 0 0 .398-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "chat-dots-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8c0 3.866-3.582 7-8 7a9.06 9.06 0 0 1-2.347-.306c-.584.296-1.925.864-4.181 1.234-.2.032-.352-.176-.273-.362.354-.836.674-1.95.77-2.966C.744 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7zM5 8a1 1 0 1 0-2 0 1 1 0 0 0 2 0zm4 0a1 1 0 1 0-2 0 1 1 0 0 0 2 0zm3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "chat-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15c4.418 0 8-3.134 8-7s-3.582-7-8-7-8 3.134-8 7c0 1.76.743 3.37 1.97 4.6-.097 1.016-.417 2.13-.771 2.966-.079.186.074.394.273.362 2.256-.37 3.597-.938 4.18-1.234A9.06 9.06 0 0 0 8 15z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "chat-left",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H4.414A2 2 0 0 0 3 11.586l-2 2V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12.793a.5.5 0 0 0 .854.353l2.853-2.853A1 1 0 0 1 4.414 12H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "chat-left-dots",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H4.414A2 2 0 0 0 3 11.586l-2 2V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12.793a.5.5 0 0 0 .854.353l2.853-2.853A1 1 0 0 1 4.414 12H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z\"/><path d=\"M5 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "chat-left-dots-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4.414a1 1 0 0 0-.707.293L.854 15.146A.5.5 0 0 1 0 14.793V2zm5 4a1 1 0 1 0-2 0 1 1 0 0 0 2 0zm4 0a1 1 0 1 0-2 0 1 1 0 0 0 2 0zm3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "chat-left-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 0a2 2 0 0 0-2 2v12.793a.5.5 0 0 0 .854.353l2.853-2.853A1 1 0 0 1 4.414 12H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "chat-left-quote",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H4.414A2 2 0 0 0 3 11.586l-2 2V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12.793a.5.5 0 0 0 .854.353l2.853-2.853A1 1 0 0 1 4.414 12H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z\"/><path d=\"M7.066 4.76A1.665 1.665 0 0 0 4 5.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 1 0 .6.58c1.486-1.54 1.293-3.214.682-4.112zm4 0A1.665 1.665 0 0 0 8 5.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 1 0 .6.58c1.486-1.54 1.293-3.214.682-4.112z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "chat-left-quote-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4.414a1 1 0 0 0-.707.293L.854 15.146A.5.5 0 0 1 0 14.793V2zm7.194 2.766a1.688 1.688 0 0 0-.227-.272 1.467 1.467 0 0 0-.469-.324l-.008-.004A1.785 1.785 0 0 0 5.734 4C4.776 4 4 4.746 4 5.667c0 .92.776 1.666 1.734 1.666.343 0 .662-.095.931-.26-.137.389-.39.804-.81 1.22a.405.405 0 0 0 .011.59c.173.16.447.155.614-.01 1.334-1.329 1.37-2.758.941-3.706a2.461 2.461 0 0 0-.227-.4zM11 7.073c-.136.389-.39.804-.81 1.22a.405.405 0 0 0 .012.59c.172.16.446.155.613-.01 1.334-1.329 1.37-2.758.942-3.706a2.466 2.466 0 0 0-.228-.4 1.686 1.686 0 0 0-.227-.273 1.466 1.466 0 0 0-.469-.324l-.008-.004A1.785 1.785 0 0 0 10.07 4c-.957 0-1.734.746-1.734 1.667 0 .92.777 1.666 1.734 1.666.343 0 .662-.095.931-.26z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "chat-left-text",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H4.414A2 2 0 0 0 3 11.586l-2 2V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12.793a.5.5 0 0 0 .854.353l2.853-2.853A1 1 0 0 1 4.414 12H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z\"/><path d=\"M3 3.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zM3 6a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9A.5.5 0 0 1 3 6zm0 2.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "chat-left-text-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4.414a1 1 0 0 0-.707.293L.854 15.146A.5.5 0 0 1 0 14.793V2zm3.5 1a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9zm0 2.5a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9zm0 2.5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "chat-quote",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.678 11.894a1 1 0 0 1 .287.801 10.97 10.97 0 0 1-.398 2c1.395-.323 2.247-.697 2.634-.893a1 1 0 0 1 .71-.074A8.06 8.06 0 0 0 8 14c3.996 0 7-2.807 7-6 0-3.192-3.004-6-7-6S1 4.808 1 8c0 1.468.617 2.83 1.678 3.894zm-.493 3.905a21.682 21.682 0 0 1-.713.129c-.2.032-.352-.176-.273-.362a9.68 9.68 0 0 0 .244-.637l.003-.01c.248-.72.45-1.548.524-2.319C.743 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7-3.582 7-8 7a9.06 9.06 0 0 1-2.347-.306c-.52.263-1.639.742-3.468 1.105z\"/><path d=\"M7.066 6.76A1.665 1.665 0 0 0 4 7.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 0 0 .6.58c1.486-1.54 1.293-3.214.682-4.112zm4 0A1.665 1.665 0 0 0 8 7.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 0 0 .6.58c1.486-1.54 1.293-3.214.682-4.112z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "chat-quote-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8c0 3.866-3.582 7-8 7a9.06 9.06 0 0 1-2.347-.306c-.584.296-1.925.864-4.181 1.234-.2.032-.352-.176-.273-.362.354-.836.674-1.95.77-2.966C.744 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7zM7.194 6.766a1.688 1.688 0 0 0-.227-.272 1.467 1.467 0 0 0-.469-.324l-.008-.004A1.785 1.785 0 0 0 5.734 6C4.776 6 4 6.746 4 7.667c0 .92.776 1.666 1.734 1.666.343 0 .662-.095.931-.26-.137.389-.39.804-.81 1.22a.405.405 0 0 0 .011.59c.173.16.447.155.614-.01 1.334-1.329 1.37-2.758.941-3.706a2.461 2.461 0 0 0-.227-.4zM11 9.073c-.136.389-.39.804-.81 1.22a.405.405 0 0 0 .012.59c.172.16.446.155.613-.01 1.334-1.329 1.37-2.758.942-3.706a2.466 2.466 0 0 0-.228-.4 1.686 1.686 0 0 0-.227-.273 1.466 1.466 0 0 0-.469-.324l-.008-.004A1.785 1.785 0 0 0 10.07 6c-.957 0-1.734.746-1.734 1.667 0 .92.777 1.666 1.734 1.666.343 0 .662-.095.931-.26z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "chat-right",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h9.586a2 2 0 0 1 1.414.586l2 2V2a1 1 0 0 0-1-1H2zm12-1a2 2 0 0 1 2 2v12.793a.5.5 0 0 1-.854.353l-2.853-2.853a1 1 0 0 0-.707-.293H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h12z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "chat-right-dots",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h9.586a2 2 0 0 1 1.414.586l2 2V2a1 1 0 0 0-1-1H2zm12-1a2 2 0 0 1 2 2v12.793a.5.5 0 0 1-.854.353l-2.853-2.853a1 1 0 0 0-.707-.293H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h12z\"/><path d=\"M5 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "chat-right-dots-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h9.586a1 1 0 0 1 .707.293l2.853 2.853a.5.5 0 0 0 .854-.353V2zM5 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 1a1 1 0 1 1 0-2 1 1 0 0 1 0 2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "chat-right-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 0a2 2 0 0 1 2 2v12.793a.5.5 0 0 1-.854.353l-2.853-2.853a1 1 0 0 0-.707-.293H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h12z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "chat-right-quote",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h9.586a2 2 0 0 1 1.414.586l2 2V2a1 1 0 0 0-1-1H2zm12-1a2 2 0 0 1 2 2v12.793a.5.5 0 0 1-.854.353l-2.853-2.853a1 1 0 0 0-.707-.293H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h12z\"/><path d=\"M7.066 4.76A1.665 1.665 0 0 0 4 5.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 1 0 .6.58c1.486-1.54 1.293-3.214.682-4.112zm4 0A1.665 1.665 0 0 0 8 5.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 1 0 .6.58c1.486-1.54 1.293-3.214.682-4.112z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "chat-right-quote-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h9.586a1 1 0 0 1 .707.293l2.853 2.853a.5.5 0 0 0 .854-.353V2zM7.194 4.766c.087.124.163.26.227.401.428.948.393 2.377-.942 3.706a.446.446 0 0 1-.612.01.405.405 0 0 1-.011-.59c.419-.416.672-.831.809-1.22-.269.165-.588.26-.93.26C4.775 7.333 4 6.587 4 5.667 4 4.747 4.776 4 5.734 4c.271 0 .528.06.756.166l.008.004c.169.07.327.182.469.324.085.083.161.174.227.272zM11 7.073c-.269.165-.588.26-.93.26-.958 0-1.735-.746-1.735-1.666 0-.92.777-1.667 1.734-1.667.271 0 .528.06.756.166l.008.004c.17.07.327.182.469.324.085.083.161.174.227.272.087.124.164.26.228.401.428.948.392 2.377-.942 3.706a.446.446 0 0 1-.613.01.405.405 0 0 1-.011-.59c.42-.416.672-.831.81-1.22z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "chat-right-text",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h9.586a2 2 0 0 1 1.414.586l2 2V2a1 1 0 0 0-1-1H2zm12-1a2 2 0 0 1 2 2v12.793a.5.5 0 0 1-.854.353l-2.853-2.853a1 1 0 0 0-.707-.293H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h12z\"/><path d=\"M3 3.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zM3 6a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9A.5.5 0 0 1 3 6zm0 2.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "chat-right-text-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h9.586a1 1 0 0 1 .707.293l2.853 2.853a.5.5 0 0 0 .854-.353V2zM3.5 3h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1 0-1zm0 2.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1 0-1zm0 2.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "chat-square",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-2.5a2 2 0 0 0-1.6.8L8 14.333 6.1 11.8a2 2 0 0 0-1.6-.8H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2.5a1 1 0 0 1 .8.4l1.9 2.533a1 1 0 0 0 1.6 0l1.9-2.533a1 1 0 0 1 .8-.4H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "chat-square-dots",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-2.5a2 2 0 0 0-1.6.8L8 14.333 6.1 11.8a2 2 0 0 0-1.6-.8H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2.5a1 1 0 0 1 .8.4l1.9 2.533a1 1 0 0 0 1.6 0l1.9-2.533a1 1 0 0 1 .8-.4H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z\"/><path d=\"M5 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "chat-square-dots-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.5a1 1 0 0 0-.8.4l-1.9 2.533a1 1 0 0 1-1.6 0L5.3 12.4a1 1 0 0 0-.8-.4H2a2 2 0 0 1-2-2V2zm5 4a1 1 0 1 0-2 0 1 1 0 0 0 2 0zm4 0a1 1 0 1 0-2 0 1 1 0 0 0 2 0zm3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "chat-square-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 0a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2.5a1 1 0 0 1 .8.4l1.9 2.533a1 1 0 0 0 1.6 0l1.9-2.533a1 1 0 0 1 .8-.4H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "chat-square-quote",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-2.5a2 2 0 0 0-1.6.8L8 14.333 6.1 11.8a2 2 0 0 0-1.6-.8H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2.5a1 1 0 0 1 .8.4l1.9 2.533a1 1 0 0 0 1.6 0l1.9-2.533a1 1 0 0 1 .8-.4H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z\"/><path d=\"M7.066 4.76A1.665 1.665 0 0 0 4 5.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 1 0 .6.58c1.486-1.54 1.293-3.214.682-4.112zm4 0A1.665 1.665 0 0 0 8 5.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 1 0 .6.58c1.486-1.54 1.293-3.214.682-4.112z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "chat-square-quote-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.5a1 1 0 0 0-.8.4l-1.9 2.533a1 1 0 0 1-1.6 0L5.3 12.4a1 1 0 0 0-.8-.4H2a2 2 0 0 1-2-2V2zm7.194 2.766a1.688 1.688 0 0 0-.227-.272 1.467 1.467 0 0 0-.469-.324l-.008-.004A1.785 1.785 0 0 0 5.734 4C4.776 4 4 4.746 4 5.667c0 .92.776 1.666 1.734 1.666.343 0 .662-.095.931-.26-.137.389-.39.804-.81 1.22a.405.405 0 0 0 .011.59c.173.16.447.155.614-.01 1.334-1.329 1.37-2.758.941-3.706a2.461 2.461 0 0 0-.227-.4zM11 7.073c-.136.389-.39.804-.81 1.22a.405.405 0 0 0 .012.59c.172.16.446.155.613-.01 1.334-1.329 1.37-2.758.942-3.706a2.466 2.466 0 0 0-.228-.4 1.686 1.686 0 0 0-.227-.273 1.466 1.466 0 0 0-.469-.324l-.008-.004A1.785 1.785 0 0 0 10.07 4c-.957 0-1.734.746-1.734 1.667 0 .92.777 1.666 1.734 1.666.343 0 .662-.095.931-.26z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "chat-square-text",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-2.5a2 2 0 0 0-1.6.8L8 14.333 6.1 11.8a2 2 0 0 0-1.6-.8H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2.5a1 1 0 0 1 .8.4l1.9 2.533a1 1 0 0 0 1.6 0l1.9-2.533a1 1 0 0 1 .8-.4H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z\"/><path d=\"M3 3.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zM3 6a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9A.5.5 0 0 1 3 6zm0 2.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "chat-square-text-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.5a1 1 0 0 0-.8.4l-1.9 2.533a1 1 0 0 1-1.6 0L5.3 12.4a1 1 0 0 0-.8-.4H2a2 2 0 0 1-2-2V2zm3.5 1a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9zm0 2.5a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9zm0 2.5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "chat-text",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.678 11.894a1 1 0 0 1 .287.801 10.97 10.97 0 0 1-.398 2c1.395-.323 2.247-.697 2.634-.893a1 1 0 0 1 .71-.074A8.06 8.06 0 0 0 8 14c3.996 0 7-2.807 7-6 0-3.192-3.004-6-7-6S1 4.808 1 8c0 1.468.617 2.83 1.678 3.894zm-.493 3.905a21.682 21.682 0 0 1-.713.129c-.2.032-.352-.176-.273-.362a9.68 9.68 0 0 0 .244-.637l.003-.01c.248-.72.45-1.548.524-2.319C.743 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7-3.582 7-8 7a9.06 9.06 0 0 1-2.347-.306c-.52.263-1.639.742-3.468 1.105z\"/><path d=\"M4 5.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zM4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8zm0 2.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "chat-text-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8c0 3.866-3.582 7-8 7a9.06 9.06 0 0 1-2.347-.306c-.584.296-1.925.864-4.181 1.234-.2.032-.352-.176-.273-.362.354-.836.674-1.95.77-2.966C.744 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7zM4.5 5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1h-7zm0 2.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1h-7zm0 2.5a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1h-4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "check",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "check2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "check2-all",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12.354 4.354a.5.5 0 0 0-.708-.708L5 10.293 1.854 7.146a.5.5 0 1 0-.708.708l3.5 3.5a.5.5 0 0 0 .708 0l7-7zm-4.208 7-.896-.897.707-.707.543.543 6.646-6.647a.5.5 0 0 1 .708.708l-7 7a.5.5 0 0 1-.708 0z\"/><path d=\"m5.354 7.146.896.897-.707.707-.897-.896a.5.5 0 1 1 .708-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "check2-circle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.5 8a5.5 5.5 0 0 1 8.25-4.764.5.5 0 0 0 .5-.866A6.5 6.5 0 1 0 14.5 8a.5.5 0 0 0-1 0 5.5 5.5 0 1 1-11 0z\"/><path d=\"M15.354 3.354a.5.5 0 0 0-.708-.708L8 9.293 5.354 6.646a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0l7-7z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "check2-square",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 14.5A1.5 1.5 0 0 1 1.5 13V3A1.5 1.5 0 0 1 3 1.5h8a.5.5 0 0 1 0 1H3a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V8a.5.5 0 0 1 1 0v5a1.5 1.5 0 0 1-1.5 1.5H3z\"/><path d=\"m8.354 10.354 7-7a.5.5 0 0 0-.708-.708L8 9.293 5.354 6.646a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "check-all",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L2.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093L8.95 4.992a.252.252 0 0 1 .02-.022zm-.92 5.14.92.92a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 1 0-1.091-1.028L9.477 9.417l-.485-.486-.943 1.179z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "check-circle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M10.97 4.97a.235.235 0 0 0-.02.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "check-circle-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "check-lg",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13.485 1.431a1.473 1.473 0 0 1 2.104 2.062l-7.84 9.801a1.473 1.473 0 0 1-2.12.04L.431 8.138a1.473 1.473 0 0 1 2.084-2.083l4.111 4.112 6.82-8.69a.486.486 0 0 1 .04-.045z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "check-square",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z\"/><path d=\"M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.235.235 0 0 1 .02-.022z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "check-square-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm10.03 4.97a.75.75 0 0 1 .011 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.75.75 0 0 1 1.08-.022z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "chevron-bar-contract",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M3.646 14.854a.5.5 0 0 0 .708 0L8 11.207l3.646 3.647a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 0 0 0 .708zm0-13.708a.5.5 0 0 1 .708 0L8 4.793l3.646-3.647a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 0-.708zM1 8a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13A.5.5 0 0 1 1 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "chevron-bar-down",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M3.646 4.146a.5.5 0 0 1 .708 0L8 7.793l3.646-3.647a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 0-.708zM1 11.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "chevron-bar-expand",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M3.646 10.146a.5.5 0 0 1 .708 0L8 13.793l3.646-3.647a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 0-.708zm0-4.292a.5.5 0 0 0 .708 0L8 2.207l3.646 3.647a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 0 0 0 .708zM1 8a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13A.5.5 0 0 1 1 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "chevron-bar-left",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M11.854 3.646a.5.5 0 0 1 0 .708L8.207 8l3.647 3.646a.5.5 0 0 1-.708.708l-4-4a.5.5 0 0 1 0-.708l4-4a.5.5 0 0 1 .708 0zM4.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 1 0v-13a.5.5 0 0 0-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "chevron-bar-right",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M4.146 3.646a.5.5 0 0 0 0 .708L7.793 8l-3.647 3.646a.5.5 0 0 0 .708.708l4-4a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708 0zM11.5 1a.5.5 0 0 1 .5.5v13a.5.5 0 0 1-1 0v-13a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "chevron-bar-up",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M3.646 11.854a.5.5 0 0 0 .708 0L8 8.207l3.646 3.647a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 0 0 0 .708zM2.4 5.2c0 .22.18.4.4.4h10.4a.4.4 0 0 0 0-.8H2.8a.4.4 0 0 0-.4.4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "chevron-compact-down",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1.553 6.776a.5.5 0 0 1 .67-.223L8 9.44l5.776-2.888a.5.5 0 1 1 .448.894l-6 3a.5.5 0 0 1-.448 0l-6-3a.5.5 0 0 1-.223-.67z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "chevron-compact-left",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M9.224 1.553a.5.5 0 0 1 .223.67L6.56 8l2.888 5.776a.5.5 0 1 1-.894.448l-3-6a.5.5 0 0 1 0-.448l3-6a.5.5 0 0 1 .67-.223z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "chevron-compact-right",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M6.776 1.553a.5.5 0 0 1 .671.223l3 6a.5.5 0 0 1 0 .448l-3 6a.5.5 0 1 1-.894-.448L9.44 8 6.553 2.224a.5.5 0 0 1 .223-.671z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "chevron-compact-up",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M7.776 5.553a.5.5 0 0 1 .448 0l6 3a.5.5 0 1 1-.448.894L8 6.56 2.224 9.447a.5.5 0 1 1-.448-.894l6-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "chevron-contract",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M3.646 13.854a.5.5 0 0 0 .708 0L8 10.207l3.646 3.647a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 0 0 0 .708zm0-11.708a.5.5 0 0 1 .708 0L8 5.793l3.646-3.647a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 0-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "chevron-double-down",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1.646 6.646a.5.5 0 0 1 .708 0L8 12.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z\"/><path fill-rule=\"evenodd\" d=\"M1.646 2.646a.5.5 0 0 1 .708 0L8 8.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "chevron-double-left",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8.354 1.646a.5.5 0 0 1 0 .708L2.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z\"/><path fill-rule=\"evenodd\" d=\"M12.354 1.646a.5.5 0 0 1 0 .708L6.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "chevron-double-right",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M3.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L9.293 8 3.646 2.354a.5.5 0 0 1 0-.708z\"/><path fill-rule=\"evenodd\" d=\"M7.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L13.293 8 7.646 2.354a.5.5 0 0 1 0-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "chevron-double-up",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M7.646 2.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 3.707 2.354 9.354a.5.5 0 1 1-.708-.708l6-6z\"/><path fill-rule=\"evenodd\" d=\"M7.646 6.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 7.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "chevron-down",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "chevron-expand",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M3.646 9.146a.5.5 0 0 1 .708 0L8 12.793l3.646-3.647a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 0-.708zm0-2.292a.5.5 0 0 0 .708 0L8 3.207l3.646 3.647a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 0 0 0 .708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "chevron-left",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "chevron-right",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "chevron-up",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "circle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "circle-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><circle cx=\"8\" cy=\"8\" r=\"8\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "circle-half",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 0 8 1v14zm0 1A8 8 0 1 1 8 0a8 8 0 0 1 0 16z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "circle-square",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 6a6 6 0 1 1 12 0A6 6 0 0 1 0 6z\"/><path d=\"M12.93 5h1.57a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5v-1.57a6.953 6.953 0 0 1-1-.22v1.79A1.5 1.5 0 0 0 5.5 16h9a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 4h-1.79c.097.324.17.658.22 1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "clipboard",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1v-1z\"/><path d=\"M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "clipboard-check",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M10.854 7.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 9.793l2.646-2.647a.5.5 0 0 1 .708 0z\"/><path d=\"M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1v-1z\"/><path d=\"M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "clipboard-data",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 11a1 1 0 1 1 2 0v1a1 1 0 1 1-2 0v-1zm6-4a1 1 0 1 1 2 0v5a1 1 0 1 1-2 0V7zM7 9a1 1 0 0 1 2 0v3a1 1 0 1 1-2 0V9z\"/><path d=\"M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1v-1z\"/><path d=\"M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "clipboard-minus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M5.5 9.5A.5.5 0 0 1 6 9h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z\"/><path d=\"M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1v-1z\"/><path d=\"M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "clipboard-plus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 7a.5.5 0 0 1 .5.5V9H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V10H6a.5.5 0 0 1 0-1h1.5V7.5A.5.5 0 0 1 8 7z\"/><path d=\"M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1v-1z\"/><path d=\"M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "clipboard-x",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M6.146 7.146a.5.5 0 0 1 .708 0L8 8.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 9l1.147 1.146a.5.5 0 0 1-.708.708L8 9.707l-1.146 1.147a.5.5 0 0 1-.708-.708L7.293 9 6.146 7.854a.5.5 0 0 1 0-.708z\"/><path d=\"M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1v-1z\"/><path d=\"M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "clock",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 3.5a.5.5 0 0 0-1 0V9a.5.5 0 0 0 .252.434l3.5 2a.5.5 0 0 0 .496-.868L8 8.71V3.5z\"/><path d=\"M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zm7-8A7 7 0 1 1 1 8a7 7 0 0 1 14 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "clock-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8 3.5a.5.5 0 0 0-1 0V9a.5.5 0 0 0 .252.434l3.5 2a.5.5 0 0 0 .496-.868L8 8.71V3.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "clock-history",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.515 1.019A7 7 0 0 0 8 1V0a8 8 0 0 1 .589.022l-.074.997zm2.004.45a7.003 7.003 0 0 0-.985-.299l.219-.976c.383.086.76.2 1.126.342l-.36.933zm1.37.71a7.01 7.01 0 0 0-.439-.27l.493-.87a8.025 8.025 0 0 1 .979.654l-.615.789a6.996 6.996 0 0 0-.418-.302zm1.834 1.79a6.99 6.99 0 0 0-.653-.796l.724-.69c.27.285.52.59.747.91l-.818.576zm.744 1.352a7.08 7.08 0 0 0-.214-.468l.893-.45a7.976 7.976 0 0 1 .45 1.088l-.95.313a7.023 7.023 0 0 0-.179-.483zm.53 2.507a6.991 6.991 0 0 0-.1-1.025l.985-.17c.067.386.106.778.116 1.17l-1 .025zm-.131 1.538c.033-.17.06-.339.081-.51l.993.123a7.957 7.957 0 0 1-.23 1.155l-.964-.267c.046-.165.086-.332.12-.501zm-.952 2.379c.184-.29.346-.594.486-.908l.914.405c-.16.36-.345.706-.555 1.038l-.845-.535zm-.964 1.205c.122-.122.239-.248.35-.378l.758.653a8.073 8.073 0 0 1-.401.432l-.707-.707z\"/><path d=\"M8 1a7 7 0 1 0 4.95 11.95l.707.707A8.001 8.001 0 1 1 8 0v1z\"/><path d=\"M7.5 3a.5.5 0 0 1 .5.5v5.21l3.248 1.856a.5.5 0 0 1-.496.868l-3.5-2A.5.5 0 0 1 7 9V3.5a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cloud",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.406 3.342A5.53 5.53 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773 16 11.569 14.502 13 12.687 13H3.781C1.708 13 0 11.366 0 9.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383zm.653.757c-.757.653-1.153 1.44-1.153 2.056v.448l-.445.049C2.064 6.805 1 7.952 1 9.318 1 10.785 2.23 12 3.781 12h8.906C13.98 12 15 10.988 15 9.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 4.825 10.328 3 8 3a4.53 4.53 0 0 0-2.941 1.1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cloud-arrow-down",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M7.646 10.854a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 9.293V5.5a.5.5 0 0 0-1 0v3.793L6.354 8.146a.5.5 0 1 0-.708.708l2 2z\"/><path d=\"M4.406 3.342A5.53 5.53 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773 16 11.569 14.502 13 12.687 13H3.781C1.708 13 0 11.366 0 9.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383zm.653.757c-.757.653-1.153 1.44-1.153 2.056v.448l-.445.049C2.064 6.805 1 7.952 1 9.318 1 10.785 2.23 12 3.781 12h8.906C13.98 12 15 10.988 15 9.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 4.825 10.328 3 8 3a4.53 4.53 0 0 0-2.941 1.1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cloud-arrow-down-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 2a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 6.095 0 7.555 0 9.318 0 11.366 1.708 13 3.781 13h8.906C14.502 13 16 11.57 16 9.773c0-1.636-1.242-2.969-2.834-3.194C12.923 3.999 10.69 2 8 2zm2.354 6.854-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 1 1 .708-.708L7.5 9.293V5.5a.5.5 0 0 1 1 0v3.793l1.146-1.147a.5.5 0 0 1 .708.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cloud-arrow-up",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M7.646 5.146a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L8.5 6.707V10.5a.5.5 0 0 1-1 0V6.707L6.354 7.854a.5.5 0 1 1-.708-.708l2-2z\"/><path d=\"M4.406 3.342A5.53 5.53 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773 16 11.569 14.502 13 12.687 13H3.781C1.708 13 0 11.366 0 9.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383zm.653.757c-.757.653-1.153 1.44-1.153 2.056v.448l-.445.049C2.064 6.805 1 7.952 1 9.318 1 10.785 2.23 12 3.781 12h8.906C13.98 12 15 10.988 15 9.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 4.825 10.328 3 8 3a4.53 4.53 0 0 0-2.941 1.1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cloud-arrow-up-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 2a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 6.095 0 7.555 0 9.318 0 11.366 1.708 13 3.781 13h8.906C14.502 13 16 11.57 16 9.773c0-1.636-1.242-2.969-2.834-3.194C12.923 3.999 10.69 2 8 2zm2.354 5.146a.5.5 0 0 1-.708.708L8.5 6.707V10.5a.5.5 0 0 1-1 0V6.707L6.354 7.854a.5.5 0 1 1-.708-.708l2-2a.5.5 0 0 1 .708 0l2 2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cloud-check",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M10.354 6.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7 8.793l2.646-2.647a.5.5 0 0 1 .708 0z\"/><path d=\"M4.406 3.342A5.53 5.53 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773 16 11.569 14.502 13 12.687 13H3.781C1.708 13 0 11.366 0 9.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383zm.653.757c-.757.653-1.153 1.44-1.153 2.056v.448l-.445.049C2.064 6.805 1 7.952 1 9.318 1 10.785 2.23 12 3.781 12h8.906C13.98 12 15 10.988 15 9.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 4.825 10.328 3 8 3a4.53 4.53 0 0 0-2.941 1.1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cloud-check-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 2a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 6.095 0 7.555 0 9.318 0 11.366 1.708 13 3.781 13h8.906C14.502 13 16 11.57 16 9.773c0-1.636-1.242-2.969-2.834-3.194C12.923 3.999 10.69 2 8 2zm2.354 4.854-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7 8.793l2.646-2.647a.5.5 0 0 1 .708.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cloud-download",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.406 1.342A5.53 5.53 0 0 1 8 0c2.69 0 4.923 2 5.166 4.579C14.758 4.804 16 6.137 16 7.773 16 9.569 14.502 11 12.687 11H10a.5.5 0 0 1 0-1h2.688C13.979 10 15 8.988 15 7.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 2.825 10.328 1 8 1a4.53 4.53 0 0 0-2.941 1.1c-.757.652-1.153 1.438-1.153 2.055v.448l-.445.049C2.064 4.805 1 5.952 1 7.318 1 8.785 2.23 10 3.781 10H6a.5.5 0 0 1 0 1H3.781C1.708 11 0 9.366 0 7.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383z\"/><path d=\"M7.646 15.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 14.293V5.5a.5.5 0 0 0-1 0v8.793l-2.146-2.147a.5.5 0 0 0-.708.708l3 3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cloud-download-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 0a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 4.095 0 5.555 0 7.318 0 9.366 1.708 11 3.781 11H7.5V5.5a.5.5 0 0 1 1 0V11h4.188C14.502 11 16 9.57 16 7.773c0-1.636-1.242-2.969-2.834-3.194C12.923 1.999 10.69 0 8 0zm-.354 15.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 14.293V11h-1v3.293l-2.146-2.147a.5.5 0 0 0-.708.708l3 3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cloud-drizzle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.158 12.025a.5.5 0 0 1 .316.633l-.5 1.5a.5.5 0 0 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.317zm6 0a.5.5 0 0 1 .316.633l-.5 1.5a.5.5 0 0 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.317zm-3.5 1.5a.5.5 0 0 1 .316.633l-.5 1.5a.5.5 0 0 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.317zm6 0a.5.5 0 0 1 .316.633l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.317zm.747-8.498a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 11H13a3 3 0 0 0 .405-5.973zM8.5 2a4 4 0 0 1 3.976 3.555.5.5 0 0 0 .5.445H13a2 2 0 0 1 0 4H3.5a2.5 2.5 0 1 1 .605-4.926.5.5 0 0 0 .596-.329A4.002 4.002 0 0 1 8.5 2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cloud-drizzle-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.158 12.025a.5.5 0 0 1 .316.633l-.5 1.5a.5.5 0 0 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.317zm6 0a.5.5 0 0 1 .316.633l-.5 1.5a.5.5 0 0 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.317zm-3.5 1.5a.5.5 0 0 1 .316.633l-.5 1.5a.5.5 0 0 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.317zm6 0a.5.5 0 0 1 .316.633l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.317zm.747-8.498a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 11H13a3 3 0 0 0 .405-5.973z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cloud-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.406 3.342A5.53 5.53 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773 16 11.569 14.502 13 12.687 13H3.781C1.708 13 0 11.366 0 9.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cloud-fog",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 13.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm10.405-9.473a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 12H13a3 3 0 0 0 .405-5.973zM8.5 3a4 4 0 0 1 3.976 3.555.5.5 0 0 0 .5.445H13a2 2 0 0 1 0 4H3.5a2.5 2.5 0 1 1 .605-4.926.5.5 0 0 0 .596-.329A4.002 4.002 0 0 1 8.5 3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cloud-fog2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.5 4a4.002 4.002 0 0 0-3.8 2.745.5.5 0 1 1-.949-.313 5.002 5.002 0 0 1 9.654.595A3 3 0 0 1 13 13H.5a.5.5 0 0 1 0-1H13a2 2 0 0 0 .001-4h-.026a.5.5 0 0 1-.5-.445A4 4 0 0 0 8.5 4zM0 8.5A.5.5 0 0 1 .5 8h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cloud-fog2-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.5 3a5.001 5.001 0 0 1 4.905 4.027A3 3 0 0 1 13 13h-1.5a.5.5 0 0 0 0-1H1.05a3.51 3.51 0 0 1-.713-1H9.5a.5.5 0 0 0 0-1H.035a3.53 3.53 0 0 1 0-1H7.5a.5.5 0 0 0 0-1H.337a3.5 3.5 0 0 1 3.57-1.977A5.001 5.001 0 0 1 8.5 3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cloud-fog-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 13.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm10.405-9.473a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 12H13a3 3 0 0 0 .405-5.973z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cloud-hail",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13.405 4.527a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10.5H13a3 3 0 0 0 .405-5.973zM8.5 1.5a4 4 0 0 1 3.976 3.555.5.5 0 0 0 .5.445H13a2 2 0 0 1-.001 4H3.5a2.5 2.5 0 1 1 .605-4.926.5.5 0 0 0 .596-.329A4.002 4.002 0 0 1 8.5 1.5zM3.75 15.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0zm.408-3.724a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316zM7.75 15.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0zm.408-3.724a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316zm3.592 3.724a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0zm.408-3.724a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cloud-hail-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.75 15.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0zm.408-3.724a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316zM7.75 15.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0zm.408-3.724a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316zm3.592 3.724a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0zm.408-3.724a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316zm1.247-6.999a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10.5H13a3 3 0 0 0 .405-5.973z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cloud-haze",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.5 3a4.002 4.002 0 0 0-3.8 2.745.5.5 0 1 1-.949-.313 5.002 5.002 0 0 1 9.654.595A3 3 0 0 1 13 12H4.5a.5.5 0 0 1 0-1H13a2 2 0 0 0 .001-4h-.026a.5.5 0 0 1-.5-.445A4 4 0 0 0 8.5 3zM0 7.5A.5.5 0 0 1 .5 7h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm2 2a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm-2 4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cloud-haze1",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm-3 2a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm2 2a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zM13.405 4.027a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10H13a3 3 0 0 0 .405-5.973zM8.5 1a4 4 0 0 1 3.976 3.555.5.5 0 0 0 .5.445H13a2 2 0 0 1 0 4H3.5a2.5 2.5 0 1 1 .605-4.926.5.5 0 0 0 .596-.329A4.002 4.002 0 0 1 8.5 1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cloud-haze2-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.5 2a5.001 5.001 0 0 1 4.905 4.027A3 3 0 0 1 13 12H3.5A3.5 3.5 0 0 1 .035 9H5.5a.5.5 0 0 0 0-1H.035a3.5 3.5 0 0 1 3.871-2.977A5.001 5.001 0 0 1 8.5 2zm-6 8a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9zM0 13.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cloud-haze-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm-3 2a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm2 2a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zM13.405 4.027a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10H13a3 3 0 0 0 .405-5.973z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cloud-lightning",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13.405 4.027a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10H13a3 3 0 0 0 .405-5.973zM8.5 1a4 4 0 0 1 3.976 3.555.5.5 0 0 0 .5.445H13a2 2 0 0 1 0 4H3.5a2.5 2.5 0 1 1 .605-4.926.5.5 0 0 0 .596-.329A4.002 4.002 0 0 1 8.5 1zM7.053 11.276A.5.5 0 0 1 7.5 11h1a.5.5 0 0 1 .474.658l-.28.842H9.5a.5.5 0 0 1 .39.812l-2 2.5a.5.5 0 0 1-.875-.433L7.36 14H6.5a.5.5 0 0 1-.447-.724l1-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cloud-lightning-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.053 11.276A.5.5 0 0 1 7.5 11h1a.5.5 0 0 1 .474.658l-.28.842H9.5a.5.5 0 0 1 .39.812l-2 2.5a.5.5 0 0 1-.875-.433L7.36 14H6.5a.5.5 0 0 1-.447-.724l1-2zm6.352-7.249a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10H13a3 3 0 0 0 .405-5.973z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cloud-lightning-rain",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.658 11.026a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316zm9.5 0a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316zm-7.5 1.5a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316zm9.5 0a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316zm-.753-8.499a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10H13a3 3 0 0 0 .405-5.973zM8.5 1a4 4 0 0 1 3.976 3.555.5.5 0 0 0 .5.445H13a2 2 0 0 1 0 4H3.5a2.5 2.5 0 1 1 .605-4.926.5.5 0 0 0 .596-.329A4.002 4.002 0 0 1 8.5 1zM7.053 11.276A.5.5 0 0 1 7.5 11h1a.5.5 0 0 1 .474.658l-.28.842H9.5a.5.5 0 0 1 .39.812l-2 2.5a.5.5 0 0 1-.875-.433L7.36 14H6.5a.5.5 0 0 1-.447-.724l1-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cloud-lightning-rain-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.658 11.026a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316zm9.5 0a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 0 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316zm-7.5 1.5a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316zm9.5 0a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 0 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316zm-7.105-1.25A.5.5 0 0 1 7.5 11h1a.5.5 0 0 1 .474.658l-.28.842H9.5a.5.5 0 0 1 .39.812l-2 2.5a.5.5 0 0 1-.875-.433L7.36 14H6.5a.5.5 0 0 1-.447-.724l1-2zm6.352-7.249a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10H13a3 3 0 0 0 .405-5.973z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cloud-minus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.406 3.342A5.53 5.53 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773 16 11.569 14.502 13 12.687 13H3.781C1.708 13 0 11.366 0 9.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383zm.653.757c-.757.653-1.153 1.44-1.153 2.056v.448l-.445.049C2.064 6.805 1 7.952 1 9.318 1 10.785 2.23 12 3.781 12h8.906C13.98 12 15 10.988 15 9.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 4.825 10.328 3 8 3a4.53 4.53 0 0 0-2.941 1.1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cloud-minus-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 2a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 6.095 0 7.555 0 9.318 0 11.366 1.708 13 3.781 13h8.906C14.502 13 16 11.57 16 9.773c0-1.636-1.242-2.969-2.834-3.194C12.923 3.999 10.69 2 8 2zM6 7.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1 0-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cloud-moon",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7 8a3.5 3.5 0 0 1 3.5 3.555.5.5 0 0 0 .625.492A1.503 1.503 0 0 1 13 13.5a1.5 1.5 0 0 1-1.5 1.5H3a2 2 0 1 1 .1-3.998.5.5 0 0 0 .509-.375A3.502 3.502 0 0 1 7 8zm4.473 3a4.5 4.5 0 0 0-8.72-.99A3 3 0 0 0 3 16h8.5a2.5 2.5 0 0 0 0-5h-.027z\"/><path d=\"M11.286 1.778a.5.5 0 0 0-.565-.755 4.595 4.595 0 0 0-3.18 5.003 5.46 5.46 0 0 1 1.055.209A3.603 3.603 0 0 1 9.83 2.617a4.593 4.593 0 0 0 4.31 5.744 3.576 3.576 0 0 1-2.241.634c.162.317.295.652.394 1a4.59 4.59 0 0 0 3.624-2.04.5.5 0 0 0-.565-.755 3.593 3.593 0 0 1-4.065-5.422z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cloud-moon-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11.473 11a4.5 4.5 0 0 0-8.72-.99A3 3 0 0 0 3 16h8.5a2.5 2.5 0 0 0 0-5h-.027z\"/><path d=\"M11.286 1.778a.5.5 0 0 0-.565-.755 4.595 4.595 0 0 0-3.18 5.003 5.46 5.46 0 0 1 1.055.209A3.603 3.603 0 0 1 9.83 2.617a4.593 4.593 0 0 0 4.31 5.744 3.576 3.576 0 0 1-2.241.634c.162.317.295.652.394 1a4.59 4.59 0 0 0 3.624-2.04.5.5 0 0 0-.565-.755 3.593 3.593 0 0 1-4.065-5.422z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cloud-plus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 5.5a.5.5 0 0 1 .5.5v1.5H10a.5.5 0 0 1 0 1H8.5V10a.5.5 0 0 1-1 0V8.5H6a.5.5 0 0 1 0-1h1.5V6a.5.5 0 0 1 .5-.5z\"/><path d=\"M4.406 3.342A5.53 5.53 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773 16 11.569 14.502 13 12.687 13H3.781C1.708 13 0 11.366 0 9.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383zm.653.757c-.757.653-1.153 1.44-1.153 2.056v.448l-.445.049C2.064 6.805 1 7.952 1 9.318 1 10.785 2.23 12 3.781 12h8.906C13.98 12 15 10.988 15 9.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 4.825 10.328 3 8 3a4.53 4.53 0 0 0-2.941 1.1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cloud-plus-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 2a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 6.095 0 7.555 0 9.318 0 11.366 1.708 13 3.781 13h8.906C14.502 13 16 11.57 16 9.773c0-1.636-1.242-2.969-2.834-3.194C12.923 3.999 10.69 2 8 2zm.5 4v1.5H10a.5.5 0 0 1 0 1H8.5V10a.5.5 0 0 1-1 0V8.5H6a.5.5 0 0 1 0-1h1.5V6a.5.5 0 0 1 1 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cloud-rain",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.158 12.025a.5.5 0 0 1 .316.633l-.5 1.5a.5.5 0 0 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.317zm3 0a.5.5 0 0 1 .316.633l-1 3a.5.5 0 0 1-.948-.316l1-3a.5.5 0 0 1 .632-.317zm3 0a.5.5 0 0 1 .316.633l-.5 1.5a.5.5 0 0 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.317zm3 0a.5.5 0 0 1 .316.633l-1 3a.5.5 0 1 1-.948-.316l1-3a.5.5 0 0 1 .632-.317zm.247-6.998a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 11H13a3 3 0 0 0 .405-5.973zM8.5 2a4 4 0 0 1 3.976 3.555.5.5 0 0 0 .5.445H13a2 2 0 0 1 0 4H3.5a2.5 2.5 0 1 1 .605-4.926.5.5 0 0 0 .596-.329A4.002 4.002 0 0 1 8.5 2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cloud-rain-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.158 12.025a.5.5 0 0 1 .316.633l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.317zm3 0a.5.5 0 0 1 .316.633l-1 3a.5.5 0 1 1-.948-.316l1-3a.5.5 0 0 1 .632-.317zm3 0a.5.5 0 0 1 .316.633l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.317zm3 0a.5.5 0 0 1 .316.633l-1 3a.5.5 0 1 1-.948-.316l1-3a.5.5 0 0 1 .632-.317zm.247-6.998a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 11H13a3 3 0 0 0 .405-5.973z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cloud-rain-heavy",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.176 11.032a.5.5 0 0 1 .292.643l-1.5 4a.5.5 0 1 1-.936-.35l1.5-4a.5.5 0 0 1 .644-.293zm3 0a.5.5 0 0 1 .292.643l-1.5 4a.5.5 0 1 1-.936-.35l1.5-4a.5.5 0 0 1 .644-.293zm3 0a.5.5 0 0 1 .292.643l-1.5 4a.5.5 0 1 1-.936-.35l1.5-4a.5.5 0 0 1 .644-.293zm3 0a.5.5 0 0 1 .292.643l-1.5 4a.5.5 0 0 1-.936-.35l1.5-4a.5.5 0 0 1 .644-.293zm.229-7.005a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10H13a3 3 0 0 0 .405-5.973zM8.5 1a4 4 0 0 1 3.976 3.555.5.5 0 0 0 .5.445H13a2 2 0 0 1 0 4H3.5a2.5 2.5 0 1 1 .605-4.926.5.5 0 0 0 .596-.329A4.002 4.002 0 0 1 8.5 1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cloud-rain-heavy-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.176 11.032a.5.5 0 0 1 .292.643l-1.5 4a.5.5 0 0 1-.936-.35l1.5-4a.5.5 0 0 1 .644-.293zm3 0a.5.5 0 0 1 .292.643l-1.5 4a.5.5 0 0 1-.936-.35l1.5-4a.5.5 0 0 1 .644-.293zm3 0a.5.5 0 0 1 .292.643l-1.5 4a.5.5 0 0 1-.936-.35l1.5-4a.5.5 0 0 1 .644-.293zm3 0a.5.5 0 0 1 .292.643l-1.5 4a.5.5 0 0 1-.936-.35l1.5-4a.5.5 0 0 1 .644-.293zm.229-7.005a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10H13a3 3 0 0 0 .405-5.973z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cloud-slash",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M3.112 5.112a3.125 3.125 0 0 0-.17.613C1.266 6.095 0 7.555 0 9.318 0 11.366 1.708 13 3.781 13H11l-1-1H3.781C2.231 12 1 10.785 1 9.318c0-1.365 1.064-2.513 2.46-2.666l.446-.05v-.447c0-.075.006-.152.018-.231l-.812-.812zm2.55-1.45-.725-.725A5.512 5.512 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773a3.2 3.2 0 0 1-1.516 2.711l-.733-.733C14.498 11.378 15 10.626 15 9.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 4.825 10.328 3 8 3c-.875 0-1.678.26-2.339.661z\"/><path d=\"m13.646 14.354-12-12 .708-.708 12 12-.707.707z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cloud-slash-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M3.112 5.112a3.125 3.125 0 0 0-.17.613C1.266 6.095 0 7.555 0 9.318 0 11.366 1.708 13 3.781 13H11L3.112 5.112zm11.372 7.372L4.937 2.937A5.512 5.512 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773a3.2 3.2 0 0 1-1.516 2.711zm-.838 1.87-12-12 .708-.708 12 12-.707.707z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cloud-sleet",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13.405 4.027a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10H13a3 3 0 0 0 .405-5.973zM8.5 1a4 4 0 0 1 3.976 3.555.5.5 0 0 0 .5.445H13a2 2 0 0 1 0 4H3.5a2.5 2.5 0 1 1 .605-4.926.5.5 0 0 0 .596-.329A4.002 4.002 0 0 1 8.5 1zM2.375 13.5a.25.25 0 0 1 .25.25v.57l.501-.287a.25.25 0 0 1 .248.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 0 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25zm1.849-2.447a.5.5 0 0 1 .223.67l-.5 1a.5.5 0 1 1-.894-.447l.5-1a.5.5 0 0 1 .67-.223zM6.375 13.5a.25.25 0 0 1 .25.25v.57l.501-.287a.25.25 0 0 1 .248.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 0 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25zm1.849-2.447a.5.5 0 0 1 .223.67l-.5 1a.5.5 0 1 1-.894-.447l.5-1a.5.5 0 0 1 .67-.223zm2.151 2.447a.25.25 0 0 1 .25.25v.57l.501-.287a.25.25 0 0 1 .248.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 0 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25zm1.849-2.447a.5.5 0 0 1 .223.67l-.5 1a.5.5 0 1 1-.894-.447l.5-1a.5.5 0 0 1 .67-.223z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cloud-sleet-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.375 13.5a.25.25 0 0 1 .25.25v.57l.501-.287a.25.25 0 0 1 .248.434l-.495.283.495.283a.25.25 0 1 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 1 1-.248-.434l.495-.283-.495-.283a.25.25 0 1 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25zm1.849-2.447a.5.5 0 0 1 .223.67l-.5 1a.5.5 0 0 1-.894-.447l.5-1a.5.5 0 0 1 .67-.223zM6.375 13.5a.25.25 0 0 1 .25.25v.57l.5-.287a.25.25 0 0 1 .249.434l-.495.283.495.283a.25.25 0 1 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 1 1-.248-.434l.495-.283-.495-.283a.25.25 0 1 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25zm1.849-2.447a.5.5 0 0 1 .223.67l-.5 1a.5.5 0 0 1-.894-.447l.5-1a.5.5 0 0 1 .67-.223zm2.151 2.447a.25.25 0 0 1 .25.25v.57l.5-.287a.25.25 0 0 1 .249.434l-.495.283.495.283a.25.25 0 1 1-.248.434l-.501-.286v.569a.25.25 0 0 1-.5 0v-.57l-.501.287a.25.25 0 1 1-.248-.434l.495-.283-.495-.283a.25.25 0 1 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25zm1.849-2.447a.5.5 0 0 1 .223.67l-.5 1a.5.5 0 1 1-.894-.447l.5-1a.5.5 0 0 1 .67-.223zm1.181-7.026a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10H13a3 3 0 0 0 .405-5.973z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cloud-snow",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13.405 4.277a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10.25H13a3 3 0 0 0 .405-5.973zM8.5 1.25a4 4 0 0 1 3.976 3.555.5.5 0 0 0 .5.445H13a2 2 0 0 1-.001 4H3.5a2.5 2.5 0 1 1 .605-4.926.5.5 0 0 0 .596-.329A4.002 4.002 0 0 1 8.5 1.25zM2.625 11.5a.25.25 0 0 1 .25.25v.57l.501-.287a.25.25 0 0 1 .248.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 0 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25zm2.75 2a.25.25 0 0 1 .25.25v.57l.501-.287a.25.25 0 0 1 .248.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 0 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25zm5.5 0a.25.25 0 0 1 .25.25v.57l.501-.287a.25.25 0 0 1 .248.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 0 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25zm-2.75-2a.25.25 0 0 1 .25.25v.57l.501-.287a.25.25 0 0 1 .248.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 0 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25zm5.5 0a.25.25 0 0 1 .25.25v.57l.501-.287a.25.25 0 0 1 .248.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 0 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cloud-snow-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.625 11.5a.25.25 0 0 1 .25.25v.57l.501-.287a.25.25 0 0 1 .248.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 0 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25zm2.75 2a.25.25 0 0 1 .25.25v.57l.5-.287a.25.25 0 0 1 .249.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 0 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25zm5.5 0a.25.25 0 0 1 .25.25v.57l.5-.287a.25.25 0 0 1 .249.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 0 1-.5 0v-.57l-.501.287a.25.25 0 0 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25zm-2.75-2a.25.25 0 0 1 .25.25v.57l.5-.287a.25.25 0 0 1 .249.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 0 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25zm5.5 0a.25.25 0 0 1 .25.25v.57l.5-.287a.25.25 0 0 1 .249.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 0 1-.5 0v-.57l-.501.287a.25.25 0 1 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25zm-.22-7.223a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10.25H13a3 3 0 0 0 .405-5.973z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cloud-sun",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7 8a3.5 3.5 0 0 1 3.5 3.555.5.5 0 0 0 .624.492A1.503 1.503 0 0 1 13 13.5a1.5 1.5 0 0 1-1.5 1.5H3a2 2 0 1 1 .1-3.998.5.5 0 0 0 .51-.375A3.502 3.502 0 0 1 7 8zm4.473 3a4.5 4.5 0 0 0-8.72-.99A3 3 0 0 0 3 16h8.5a2.5 2.5 0 0 0 0-5h-.027z\"/><path d=\"M10.5 1.5a.5.5 0 0 0-1 0v1a.5.5 0 0 0 1 0v-1zm3.743 1.964a.5.5 0 1 0-.707-.707l-.708.707a.5.5 0 0 0 .708.708l.707-.708zm-7.779-.707a.5.5 0 0 0-.707.707l.707.708a.5.5 0 1 0 .708-.708l-.708-.707zm1.734 3.374a2 2 0 1 1 3.296 2.198c.199.281.372.582.516.898a3 3 0 1 0-4.84-3.225c.352.011.696.055 1.028.129zm4.484 4.074c.6.215 1.125.59 1.522 1.072a.5.5 0 0 0 .039-.742l-.707-.707a.5.5 0 0 0-.854.377zM14.5 6.5a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cloud-sun-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11.473 11a4.5 4.5 0 0 0-8.72-.99A3 3 0 0 0 3 16h8.5a2.5 2.5 0 0 0 0-5h-.027z\"/><path d=\"M10.5 1.5a.5.5 0 0 0-1 0v1a.5.5 0 0 0 1 0v-1zm3.743 1.964a.5.5 0 1 0-.707-.707l-.708.707a.5.5 0 0 0 .708.708l.707-.708zm-7.779-.707a.5.5 0 0 0-.707.707l.707.708a.5.5 0 1 0 .708-.708l-.708-.707zm1.734 3.374a2 2 0 1 1 3.296 2.198c.199.281.372.582.516.898a3 3 0 1 0-4.84-3.225c.352.011.696.055 1.028.129zm4.484 4.074c.6.215 1.125.59 1.522 1.072a.5.5 0 0 0 .039-.742l-.707-.707a.5.5 0 0 0-.854.377zM14.5 6.5a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cloud-upload",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M4.406 1.342A5.53 5.53 0 0 1 8 0c2.69 0 4.923 2 5.166 4.579C14.758 4.804 16 6.137 16 7.773 16 9.569 14.502 11 12.687 11H10a.5.5 0 0 1 0-1h2.688C13.979 10 15 8.988 15 7.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 2.825 10.328 1 8 1a4.53 4.53 0 0 0-2.941 1.1c-.757.652-1.153 1.438-1.153 2.055v.448l-.445.049C2.064 4.805 1 5.952 1 7.318 1 8.785 2.23 10 3.781 10H6a.5.5 0 0 1 0 1H3.781C1.708 11 0 9.366 0 7.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383z\"/><path fill-rule=\"evenodd\" d=\"M7.646 4.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707V14.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cloud-upload-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 0a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 4.095 0 5.555 0 7.318 0 9.366 1.708 11 3.781 11H7.5V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707V11h4.188C14.502 11 16 9.57 16 7.773c0-1.636-1.242-2.969-2.834-3.194C12.923 1.999 10.69 0 8 0zm-.5 14.5V11h1v3.5a.5.5 0 0 1-1 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "clouds",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 7.5a2.5 2.5 0 0 1-1.456 2.272 3.513 3.513 0 0 0-.65-.824 1.5 1.5 0 0 0-.789-2.896.5.5 0 0 1-.627-.421 3 3 0 0 0-5.22-1.625 5.587 5.587 0 0 0-1.276.088 4.002 4.002 0 0 1 7.392.91A2.5 2.5 0 0 1 16 7.5z\"/><path d=\"M7 5a4.5 4.5 0 0 1 4.473 4h.027a2.5 2.5 0 0 1 0 5H3a3 3 0 0 1-.247-5.99A4.502 4.502 0 0 1 7 5zm3.5 4.5a3.5 3.5 0 0 0-6.89-.873.5.5 0 0 1-.51.375A2 2 0 1 0 3 13h8.5a1.5 1.5 0 1 0-.376-2.953.5.5 0 0 1-.624-.492V9.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "clouds-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11.473 9a4.5 4.5 0 0 0-8.72-.99A3 3 0 0 0 3 14h8.5a2.5 2.5 0 1 0-.027-5z\"/><path d=\"M14.544 9.772a3.506 3.506 0 0 0-2.225-1.676 5.502 5.502 0 0 0-6.337-4.002 4.002 4.002 0 0 1 7.392.91 2.5 2.5 0 0 1 1.17 4.769z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cloudy",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13.405 8.527a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 14.5H13a3 3 0 0 0 .405-5.973zM8.5 5.5a4 4 0 0 1 3.976 3.555.5.5 0 0 0 .5.445H13a2 2 0 0 1-.001 4H3.5a2.5 2.5 0 1 1 .605-4.926.5.5 0 0 0 .596-.329A4.002 4.002 0 0 1 8.5 5.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cloudy-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13.405 7.027a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 13H13a3 3 0 0 0 .405-5.973z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "code",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.854 4.854a.5.5 0 1 0-.708-.708l-3.5 3.5a.5.5 0 0 0 0 .708l3.5 3.5a.5.5 0 0 0 .708-.708L2.707 8l3.147-3.146zm4.292 0a.5.5 0 0 1 .708-.708l3.5 3.5a.5.5 0 0 1 0 .708l-3.5 3.5a.5.5 0 0 1-.708-.708L13.293 8l-3.147-3.146z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "code-slash",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10.478 1.647a.5.5 0 1 0-.956-.294l-4 13a.5.5 0 0 0 .956.294l4-13zM4.854 4.146a.5.5 0 0 1 0 .708L1.707 8l3.147 3.146a.5.5 0 0 1-.708.708l-3.5-3.5a.5.5 0 0 1 0-.708l3.5-3.5a.5.5 0 0 1 .708 0zm6.292 0a.5.5 0 0 0 0 .708L14.293 8l-3.147 3.146a.5.5 0 0 0 .708.708l3.5-3.5a.5.5 0 0 0 0-.708l-3.5-3.5a.5.5 0 0 0-.708 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "code-square",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z\"/><path d=\"M6.854 4.646a.5.5 0 0 1 0 .708L4.207 8l2.647 2.646a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 0 1 .708 0zm2.292 0a.5.5 0 0 0 0 .708L11.793 8l-2.647 2.646a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "coin",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.5 9.511c.076.954.83 1.697 2.182 1.785V12h.6v-.709c1.4-.098 2.218-.846 2.218-1.932 0-.987-.626-1.496-1.745-1.76l-.473-.112V5.57c.6.068.982.396 1.074.85h1.052c-.076-.919-.864-1.638-2.126-1.716V4h-.6v.719c-1.195.117-2.01.836-2.01 1.853 0 .9.606 1.472 1.613 1.707l.397.098v2.034c-.615-.093-1.022-.43-1.114-.9H5.5zm2.177-2.166c-.59-.137-.91-.416-.91-.836 0-.47.345-.822.915-.925v1.76h-.005zm.692 1.193c.717.166 1.048.435 1.048.91 0 .542-.412.914-1.135.982V8.518l.087.02z\"/><path fill-rule=\"evenodd\" d=\"M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path fill-rule=\"evenodd\" d=\"M8 13.5a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zm0 .5A6 6 0 1 0 8 2a6 6 0 0 0 0 12z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "collection",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.5 3.5a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-11zm2-2a.5.5 0 0 1 0-1h7a.5.5 0 0 1 0 1h-7zM0 13a1.5 1.5 0 0 0 1.5 1.5h13A1.5 1.5 0 0 0 16 13V6a1.5 1.5 0 0 0-1.5-1.5h-13A1.5 1.5 0 0 0 0 6v7zm1.5.5A.5.5 0 0 1 1 13V6a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5h-13z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "collection-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 13a1.5 1.5 0 0 0 1.5 1.5h13A1.5 1.5 0 0 0 16 13V6a1.5 1.5 0 0 0-1.5-1.5h-13A1.5 1.5 0 0 0 0 6v7zM2 3a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 0-1h-11A.5.5 0 0 0 2 3zm2-2a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 0-1h-7A.5.5 0 0 0 4 1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "collection-play",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 3a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 0-1h-11A.5.5 0 0 0 2 3zm2-2a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 0-1h-7A.5.5 0 0 0 4 1zm2.765 5.576A.5.5 0 0 0 6 7v5a.5.5 0 0 0 .765.424l4-2.5a.5.5 0 0 0 0-.848l-4-2.5z\"/><path d=\"M1.5 14.5A1.5 1.5 0 0 1 0 13V6a1.5 1.5 0 0 1 1.5-1.5h13A1.5 1.5 0 0 1 16 6v7a1.5 1.5 0 0 1-1.5 1.5h-13zm13-1a.5.5 0 0 0 .5-.5V6a.5.5 0 0 0-.5-.5h-13A.5.5 0 0 0 1 6v7a.5.5 0 0 0 .5.5h13z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "collection-play-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.5 3.5a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-11zm2-2a.5.5 0 0 1 0-1h7a.5.5 0 0 1 0 1h-7zM0 13a1.5 1.5 0 0 0 1.5 1.5h13A1.5 1.5 0 0 0 16 13V6a1.5 1.5 0 0 0-1.5-1.5h-13A1.5 1.5 0 0 0 0 6v7zm6.258-6.437a.5.5 0 0 1 .507.013l4 2.5a.5.5 0 0 1 0 .848l-4 2.5A.5.5 0 0 1 6 12V7a.5.5 0 0 1 .258-.437z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "columns",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 2a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V2zm8.5 0v8H15V2H8.5zm0 9v3H15v-3H8.5zm-1-9H1v3h6.5V2zM1 14h6.5V6H1v8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "columns-gap",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 1v3H1V1h5zM1 0a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1H1zm14 12v3h-5v-3h5zm-5-1a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1h-5zM6 8v7H1V8h5zM1 7a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1H1zm14-6v7h-5V1h5zm-5-1a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1h-5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "command",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 2A1.5 1.5 0 0 1 5 3.5V5H3.5a1.5 1.5 0 1 1 0-3zM6 5V3.5A2.5 2.5 0 1 0 3.5 6H5v4H3.5A2.5 2.5 0 1 0 6 12.5V11h4v1.5a2.5 2.5 0 1 0 2.5-2.5H11V6h1.5A2.5 2.5 0 1 0 10 3.5V5H6zm4 1v4H6V6h4zm1-1V3.5A1.5 1.5 0 1 1 12.5 5H11zm0 6h1.5a1.5 1.5 0 1 1-1.5 1.5V11zm-6 0v1.5A1.5 1.5 0 1 1 3.5 11H5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "compass",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 16.016a7.5 7.5 0 0 0 1.962-14.74A1 1 0 0 0 9 0H7a1 1 0 0 0-.962 1.276A7.5 7.5 0 0 0 8 16.016zm6.5-7.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z\"/><path d=\"m6.94 7.44 4.95-2.83-2.83 4.95-4.949 2.83 2.828-4.95z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "compass-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M15.5 8.516a7.5 7.5 0 1 1-9.462-7.24A1 1 0 0 1 7 0h2a1 1 0 0 1 .962 1.276 7.503 7.503 0 0 1 5.538 7.24zm-3.61-3.905L6.94 7.439 4.11 12.39l4.95-2.828 2.828-4.95z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cone",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.03 1.88c.252-1.01 1.688-1.01 1.94 0l2.905 11.62H14a.5.5 0 0 1 0 1H2a.5.5 0 0 1 0-1h2.125L7.03 1.88z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cone-striped",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m9.97 4.88.953 3.811C10.159 8.878 9.14 9 8 9c-1.14 0-2.158-.122-2.923-.309L6.03 4.88C6.635 4.957 7.3 5 8 5s1.365-.043 1.97-.12zm-.245-.978L8.97.88C8.718-.13 7.282-.13 7.03.88L6.275 3.9C6.8 3.965 7.382 4 8 4c.618 0 1.2-.036 1.725-.098zm4.396 8.613a.5.5 0 0 1 .037.96l-6 2a.5.5 0 0 1-.316 0l-6-2a.5.5 0 0 1 .037-.96l2.391-.598.565-2.257c.862.212 1.964.339 3.165.339s2.303-.127 3.165-.339l.565 2.257 2.391.598z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "controller",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11.5 6.027a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm-1.5 1.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zm2.5-.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm-1.5 1.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zm-6.5-3h1v1h1v1h-1v1h-1v-1h-1v-1h1v-1z\"/><path d=\"M3.051 3.26a.5.5 0 0 1 .354-.613l1.932-.518a.5.5 0 0 1 .62.39c.655-.079 1.35-.117 2.043-.117.72 0 1.443.041 2.12.126a.5.5 0 0 1 .622-.399l1.932.518a.5.5 0 0 1 .306.729c.14.09.266.19.373.297.408.408.78 1.05 1.095 1.772.32.733.599 1.591.805 2.466.206.875.34 1.78.364 2.606.024.816-.059 1.602-.328 2.21a1.42 1.42 0 0 1-1.445.83c-.636-.067-1.115-.394-1.513-.773-.245-.232-.496-.526-.739-.808-.126-.148-.25-.292-.368-.423-.728-.804-1.597-1.527-3.224-1.527-1.627 0-2.496.723-3.224 1.527-.119.131-.242.275-.368.423-.243.282-.494.575-.739.808-.398.38-.877.706-1.513.773a1.42 1.42 0 0 1-1.445-.83c-.27-.608-.352-1.395-.329-2.21.024-.826.16-1.73.365-2.606.206-.875.486-1.733.805-2.466.315-.722.687-1.364 1.094-1.772a2.34 2.34 0 0 1 .433-.335.504.504 0 0 1-.028-.079zm2.036.412c-.877.185-1.469.443-1.733.708-.276.276-.587.783-.885 1.465a13.748 13.748 0 0 0-.748 2.295 12.351 12.351 0 0 0-.339 2.406c-.022.755.062 1.368.243 1.776a.42.42 0 0 0 .426.24c.327-.034.61-.199.929-.502.212-.202.4-.423.615-.674.133-.156.276-.323.44-.504C4.861 9.969 5.978 9.027 8 9.027s3.139.942 3.965 1.855c.164.181.307.348.44.504.214.251.403.472.615.674.318.303.601.468.929.503a.42.42 0 0 0 .426-.241c.18-.408.265-1.02.243-1.776a12.354 12.354 0 0 0-.339-2.406 13.753 13.753 0 0 0-.748-2.295c-.298-.682-.61-1.19-.885-1.465-.264-.265-.856-.523-1.733-.708-.85-.179-1.877-.27-2.913-.27-1.036 0-2.063.091-2.913.27z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cpu",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5 0a.5.5 0 0 1 .5.5V2h1V.5a.5.5 0 0 1 1 0V2h1V.5a.5.5 0 0 1 1 0V2h1V.5a.5.5 0 0 1 1 0V2A2.5 2.5 0 0 1 14 4.5h1.5a.5.5 0 0 1 0 1H14v1h1.5a.5.5 0 0 1 0 1H14v1h1.5a.5.5 0 0 1 0 1H14v1h1.5a.5.5 0 0 1 0 1H14a2.5 2.5 0 0 1-2.5 2.5v1.5a.5.5 0 0 1-1 0V14h-1v1.5a.5.5 0 0 1-1 0V14h-1v1.5a.5.5 0 0 1-1 0V14h-1v1.5a.5.5 0 0 1-1 0V14A2.5 2.5 0 0 1 2 11.5H.5a.5.5 0 0 1 0-1H2v-1H.5a.5.5 0 0 1 0-1H2v-1H.5a.5.5 0 0 1 0-1H2v-1H.5a.5.5 0 0 1 0-1H2A2.5 2.5 0 0 1 4.5 2V.5A.5.5 0 0 1 5 0zm-.5 3A1.5 1.5 0 0 0 3 4.5v7A1.5 1.5 0 0 0 4.5 13h7a1.5 1.5 0 0 0 1.5-1.5v-7A1.5 1.5 0 0 0 11.5 3h-7zM5 6.5A1.5 1.5 0 0 1 6.5 5h3A1.5 1.5 0 0 1 11 6.5v3A1.5 1.5 0 0 1 9.5 11h-3A1.5 1.5 0 0 1 5 9.5v-3zM6.5 6a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5h-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cpu-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.5 6a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5h-3z\"/><path d=\"M5.5.5a.5.5 0 0 0-1 0V2A2.5 2.5 0 0 0 2 4.5H.5a.5.5 0 0 0 0 1H2v1H.5a.5.5 0 0 0 0 1H2v1H.5a.5.5 0 0 0 0 1H2v1H.5a.5.5 0 0 0 0 1H2A2.5 2.5 0 0 0 4.5 14v1.5a.5.5 0 0 0 1 0V14h1v1.5a.5.5 0 0 0 1 0V14h1v1.5a.5.5 0 0 0 1 0V14h1v1.5a.5.5 0 0 0 1 0V14a2.5 2.5 0 0 0 2.5-2.5h1.5a.5.5 0 0 0 0-1H14v-1h1.5a.5.5 0 0 0 0-1H14v-1h1.5a.5.5 0 0 0 0-1H14v-1h1.5a.5.5 0 0 0 0-1H14A2.5 2.5 0 0 0 11.5 2V.5a.5.5 0 0 0-1 0V2h-1V.5a.5.5 0 0 0-1 0V2h-1V.5a.5.5 0 0 0-1 0V2h-1V.5zm1 4.5h3A1.5 1.5 0 0 1 11 6.5v3A1.5 1.5 0 0 1 9.5 11h-3A1.5 1.5 0 0 1 5 9.5v-3A1.5 1.5 0 0 1 6.5 5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "credit-card",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm2-1a1 1 0 0 0-1 1v1h14V4a1 1 0 0 0-1-1H2zm13 4H1v5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V7z\"/><path d=\"M2 10a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "credit-card2-back",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11 5.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-1z\"/><path d=\"M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2zm13 2v5H1V4a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1zm-1 9H2a1 1 0 0 1-1-1v-1h14v1a1 1 0 0 1-1 1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "credit-card2-back-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v5H0V4zm11.5 1a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-2zM0 11v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-1H0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "credit-card2-front",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z\"/><path d=\"M2 5.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-1zm0 3a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5zm3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5zm3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5zm3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "credit-card2-front-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm2.5 1a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-2zm0 3a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5zm0 2a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1zm3 0a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1zm3 0a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1zm3 0a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "credit-card-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1H0V4zm0 3v5a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7H0zm3 2h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "crop",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5.5A.5.5 0 0 1 4 1v13h13a.5.5 0 0 1 0 1h-2v2a.5.5 0 0 1-1 0v-2H3.5a.5.5 0 0 1-.5-.5V4H1a.5.5 0 0 1 0-1h2V1a.5.5 0 0 1 .5-.5zm2.5 3a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-1 0V4H6.5a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cup",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1 2a1 1 0 0 1 1-1h11a1 1 0 0 1 1 1v1h.5A1.5 1.5 0 0 1 16 4.5v7a1.5 1.5 0 0 1-1.5 1.5h-.55a2.5 2.5 0 0 1-2.45 2h-8A2.5 2.5 0 0 1 1 12.5V2zm13 10h.5a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5H14v8zM13 2H2v10.5A1.5 1.5 0 0 0 3.5 14h8a1.5 1.5 0 0 0 1.5-1.5V2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cup-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1 2a1 1 0 0 1 1-1h11a1 1 0 0 1 1 1v1h.5A1.5 1.5 0 0 1 16 4.5v7a1.5 1.5 0 0 1-1.5 1.5h-.55a2.5 2.5 0 0 1-2.45 2h-8A2.5 2.5 0 0 1 1 12.5V2zm13 10h.5a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5H14v8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cup-straw",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13.902.334a.5.5 0 0 1-.28.65l-2.254.902-.4 1.927c.376.095.715.215.972.367.228.135.56.396.56.82 0 .046-.004.09-.011.132l-.962 9.068a1.28 1.28 0 0 1-.524.93c-.488.34-1.494.87-3.01.87-1.516 0-2.522-.53-3.01-.87a1.28 1.28 0 0 1-.524-.93L3.51 5.132A.78.78 0 0 1 3.5 5c0-.424.332-.685.56-.82.262-.154.607-.276.99-.372C5.824 3.614 6.867 3.5 8 3.5c.712 0 1.389.045 1.985.127l.464-2.215a.5.5 0 0 1 .303-.356l2.5-1a.5.5 0 0 1 .65.278zM9.768 4.607A13.991 13.991 0 0 0 8 4.5c-1.076 0-2.033.11-2.707.278A3.284 3.284 0 0 0 4.645 5c.146.073.362.15.648.222C5.967 5.39 6.924 5.5 8 5.5c.571 0 1.109-.03 1.588-.085l.18-.808zm.292 1.756C9.445 6.45 8.742 6.5 8 6.5c-1.133 0-2.176-.114-2.95-.308a5.514 5.514 0 0 1-.435-.127l.838 8.03c.013.121.06.186.102.215.357.249 1.168.69 2.438.69 1.27 0 2.081-.441 2.438-.69.042-.029.09-.094.102-.215l.852-8.03a5.517 5.517 0 0 1-.435.127 8.88 8.88 0 0 1-.89.17zM4.467 4.884s.003.002.005.006l-.005-.006zm7.066 0-.005.006c.002-.004.005-.006.005-.006zM11.354 5a3.174 3.174 0 0 0-.604-.21l-.099.445.055-.013c.286-.072.502-.149.648-.222z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "currency-bitcoin",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.5 13v1.25c0 .138.112.25.25.25h1a.25.25 0 0 0 .25-.25V13h.5v1.25c0 .138.112.25.25.25h1a.25.25 0 0 0 .25-.25V13h.084c1.992 0 3.416-1.033 3.416-2.82 0-1.502-1.007-2.323-2.186-2.44v-.088c.97-.242 1.683-.974 1.683-2.19C11.997 3.93 10.847 3 9.092 3H9V1.75a.25.25 0 0 0-.25-.25h-1a.25.25 0 0 0-.25.25V3h-.573V1.75a.25.25 0 0 0-.25-.25H5.75a.25.25 0 0 0-.25.25V3l-1.998.011a.25.25 0 0 0-.25.25v.989c0 .137.11.25.248.25l.755-.005a.75.75 0 0 1 .745.75v5.505a.75.75 0 0 1-.75.75l-.748.011a.25.25 0 0 0-.25.25v1c0 .138.112.25.25.25L5.5 13zm1.427-8.513h1.719c.906 0 1.438.498 1.438 1.312 0 .871-.575 1.362-1.877 1.362h-1.28V4.487zm0 4.051h1.84c1.137 0 1.756.58 1.756 1.524 0 .953-.626 1.45-2.158 1.45H6.927V8.539z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "currency-dollar",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 10.781c.148 1.667 1.513 2.85 3.591 3.003V15h1.043v-1.216c2.27-.179 3.678-1.438 3.678-3.3 0-1.59-.947-2.51-2.956-3.028l-.722-.187V3.467c1.122.11 1.879.714 2.07 1.616h1.47c-.166-1.6-1.54-2.748-3.54-2.875V1H7.591v1.233c-1.939.23-3.27 1.472-3.27 3.156 0 1.454.966 2.483 2.661 2.917l.61.162v4.031c-1.149-.17-1.94-.8-2.131-1.718H4zm3.391-3.836c-1.043-.263-1.6-.825-1.6-1.616 0-.944.704-1.641 1.8-1.828v3.495l-.2-.05zm1.591 1.872c1.287.323 1.852.859 1.852 1.769 0 1.097-.826 1.828-2.2 1.939V8.73l.348.086z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "currency-euro",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 9.42h1.063C5.4 12.323 7.317 14 10.34 14c.622 0 1.167-.068 1.659-.185v-1.3c-.484.119-1.045.17-1.659.17-2.1 0-3.455-1.198-3.775-3.264h4.017v-.928H6.497v-.936c0-.11 0-.219.008-.329h4.078v-.927H6.618c.388-1.898 1.719-2.985 3.723-2.985.614 0 1.175.05 1.659.177V2.194A6.617 6.617 0 0 0 10.341 2c-2.928 0-4.82 1.569-5.244 4.3H4v.928h1.01v1.265H4v.928z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "currency-exchange",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 5a5.002 5.002 0 0 0 4.027 4.905 6.46 6.46 0 0 1 .544-2.073C3.695 7.536 3.132 6.864 3 5.91h-.5v-.426h.466V5.05c0-.046 0-.093.004-.135H2.5v-.427h.511C3.236 3.24 4.213 2.5 5.681 2.5c.316 0 .59.031.819.085v.733a3.46 3.46 0 0 0-.815-.082c-.919 0-1.538.466-1.734 1.252h1.917v.427h-1.98c-.003.046-.003.097-.003.147v.422h1.983v.427H3.93c.118.602.468 1.03 1.005 1.229a6.5 6.5 0 0 1 4.97-3.113A5.002 5.002 0 0 0 0 5zm16 5.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0zm-7.75 1.322c.069.835.746 1.485 1.964 1.562V14h.54v-.62c1.259-.086 1.996-.74 1.996-1.69 0-.865-.563-1.31-1.57-1.54l-.426-.1V8.374c.54.06.884.347.966.745h.948c-.07-.804-.779-1.433-1.914-1.502V7h-.54v.629c-1.076.103-1.808.732-1.808 1.622 0 .787.544 1.288 1.45 1.493l.358.085v1.78c-.554-.08-.92-.376-1.003-.787H8.25zm1.96-1.895c-.532-.12-.82-.364-.82-.732 0-.41.311-.719.824-.809v1.54h-.005zm.622 1.044c.645.145.943.38.943.796 0 .474-.37.8-1.02.86v-1.674l.077.018z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "currency-pound",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 8.585h1.969c.115.465.186.939.186 1.43 0 1.385-.736 2.496-2.075 2.771V14H12v-1.24H6.492v-.129c.825-.525 1.135-1.446 1.135-2.694 0-.465-.07-.913-.168-1.352h3.29v-.972H7.22c-.186-.723-.372-1.455-.372-2.247 0-1.274 1.047-2.066 2.58-2.066a5.32 5.32 0 0 1 2.103.465V2.456A5.629 5.629 0 0 0 9.348 2C6.865 2 5.322 3.291 5.322 5.366c0 .775.195 1.515.399 2.247H4v.972z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "currency-yen",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.75 14v-2.629h2.446v-.967H8.75v-1.31h2.445v-.967H9.128L12.5 2h-1.699L8.047 7.327h-.086L5.207 2H3.5l3.363 6.127H4.778v.968H7.25v1.31H4.78v.966h2.47V14h1.502z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cursor",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14.082 2.182a.5.5 0 0 1 .103.557L8.528 15.467a.5.5 0 0 1-.917-.007L5.57 10.694.803 8.652a.5.5 0 0 1-.006-.916l12.728-5.657a.5.5 0 0 1 .556.103zM2.25 8.184l3.897 1.67a.5.5 0 0 1 .262.263l1.67 3.897L12.743 3.52 2.25 8.184z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cursor-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14.082 2.182a.5.5 0 0 1 .103.557L8.528 15.467a.5.5 0 0 1-.917-.007L5.57 10.694.803 8.652a.5.5 0 0 1-.006-.916l12.728-5.657a.5.5 0 0 1 .556.103z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "cursor-text",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5 2a.5.5 0 0 1 .5-.5c.862 0 1.573.287 2.06.566.174.099.321.198.44.286.119-.088.266-.187.44-.286A4.165 4.165 0 0 1 10.5 1.5a.5.5 0 0 1 0 1c-.638 0-1.177.213-1.564.434a3.49 3.49 0 0 0-.436.294V7.5H9a.5.5 0 0 1 0 1h-.5v4.272c.1.08.248.187.436.294.387.221.926.434 1.564.434a.5.5 0 0 1 0 1 4.165 4.165 0 0 1-2.06-.566A4.561 4.561 0 0 1 8 13.65a4.561 4.561 0 0 1-.44.285 4.165 4.165 0 0 1-2.06.566.5.5 0 0 1 0-1c.638 0 1.177-.213 1.564-.434.188-.107.335-.214.436-.294V8.5H7a.5.5 0 0 1 0-1h.5V3.228a3.49 3.49 0 0 0-.436-.294A3.166 3.166 0 0 0 5.5 2.5.5.5 0 0 1 5 2zm3.352 1.355zm-.704 9.29z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "dash",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "dash-circle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "dash-circle-dotted",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 0c-.176 0-.35.006-.523.017l.064.998a7.117 7.117 0 0 1 .918 0l.064-.998A8.113 8.113 0 0 0 8 0zM6.44.152c-.346.069-.684.16-1.012.27l.321.948c.287-.098.582-.177.884-.237L6.44.153zm4.132.271a7.946 7.946 0 0 0-1.011-.27l-.194.98c.302.06.597.14.884.237l.321-.947zm1.873.925a8 8 0 0 0-.906-.524l-.443.896c.275.136.54.29.793.459l.556-.831zM4.46.824c-.314.155-.616.33-.905.524l.556.83a7.07 7.07 0 0 1 .793-.458L4.46.824zM2.725 1.985c-.262.23-.51.478-.74.74l.752.66c.202-.23.418-.446.648-.648l-.66-.752zm11.29.74a8.058 8.058 0 0 0-.74-.74l-.66.752c.23.202.447.418.648.648l.752-.66zm1.161 1.735a7.98 7.98 0 0 0-.524-.905l-.83.556c.169.253.322.518.458.793l.896-.443zM1.348 3.555c-.194.289-.37.591-.524.906l.896.443c.136-.275.29-.54.459-.793l-.831-.556zM.423 5.428a7.945 7.945 0 0 0-.27 1.011l.98.194c.06-.302.14-.597.237-.884l-.947-.321zM15.848 6.44a7.943 7.943 0 0 0-.27-1.012l-.948.321c.098.287.177.582.237.884l.98-.194zM.017 7.477a8.113 8.113 0 0 0 0 1.046l.998-.064a7.117 7.117 0 0 1 0-.918l-.998-.064zM16 8a8.1 8.1 0 0 0-.017-.523l-.998.064a7.11 7.11 0 0 1 0 .918l.998.064A8.1 8.1 0 0 0 16 8zM.152 9.56c.069.346.16.684.27 1.012l.948-.321a6.944 6.944 0 0 1-.237-.884l-.98.194zm15.425 1.012c.112-.328.202-.666.27-1.011l-.98-.194c-.06.302-.14.597-.237.884l.947.321zM.824 11.54a8 8 0 0 0 .524.905l.83-.556a6.999 6.999 0 0 1-.458-.793l-.896.443zm13.828.905c.194-.289.37-.591.524-.906l-.896-.443c-.136.275-.29.54-.459.793l.831.556zm-12.667.83c.23.262.478.51.74.74l.66-.752a7.047 7.047 0 0 1-.648-.648l-.752.66zm11.29.74c.262-.23.51-.478.74-.74l-.752-.66c-.201.23-.418.447-.648.648l.66.752zm-1.735 1.161c.314-.155.616-.33.905-.524l-.556-.83a7.07 7.07 0 0 1-.793.458l.443.896zm-7.985-.524c.289.194.591.37.906.524l.443-.896a6.998 6.998 0 0 1-.793-.459l-.556.831zm1.873.925c.328.112.666.202 1.011.27l.194-.98a6.953 6.953 0 0 1-.884-.237l-.321.947zm4.132.271a7.944 7.944 0 0 0 1.012-.27l-.321-.948a6.954 6.954 0 0 1-.884.237l.194.98zm-2.083.135a8.1 8.1 0 0 0 1.046 0l-.064-.998a7.11 7.11 0 0 1-.918 0l-.064.998zM4.5 7.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1h-7z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "dash-circle-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM4.5 7.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1h-7z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "dash-lg",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "dash-square",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z\"/><path d=\"M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "dash-square-dotted",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.5 0c-.166 0-.33.016-.487.048l.194.98A1.51 1.51 0 0 1 2.5 1h.458V0H2.5zm2.292 0h-.917v1h.917V0zm1.833 0h-.917v1h.917V0zm1.833 0h-.916v1h.916V0zm1.834 0h-.917v1h.917V0zm1.833 0h-.917v1h.917V0zM13.5 0h-.458v1h.458c.1 0 .199.01.293.029l.194-.981A2.51 2.51 0 0 0 13.5 0zm2.079 1.11a2.511 2.511 0 0 0-.69-.689l-.556.831c.164.11.305.251.415.415l.83-.556zM1.11.421a2.511 2.511 0 0 0-.689.69l.831.556c.11-.164.251-.305.415-.415L1.11.422zM16 2.5c0-.166-.016-.33-.048-.487l-.98.194c.018.094.028.192.028.293v.458h1V2.5zM.048 2.013A2.51 2.51 0 0 0 0 2.5v.458h1V2.5c0-.1.01-.199.029-.293l-.981-.194zM0 3.875v.917h1v-.917H0zm16 .917v-.917h-1v.917h1zM0 5.708v.917h1v-.917H0zm16 .917v-.917h-1v.917h1zM0 7.542v.916h1v-.916H0zm15 .916h1v-.916h-1v.916zM0 9.375v.917h1v-.917H0zm16 .917v-.917h-1v.917h1zm-16 .916v.917h1v-.917H0zm16 .917v-.917h-1v.917h1zm-16 .917v.458c0 .166.016.33.048.487l.98-.194A1.51 1.51 0 0 1 1 13.5v-.458H0zm16 .458v-.458h-1v.458c0 .1-.01.199-.029.293l.981.194c.032-.158.048-.32.048-.487zM.421 14.89c.183.272.417.506.69.689l.556-.831a1.51 1.51 0 0 1-.415-.415l-.83.556zm14.469.689c.272-.183.506-.417.689-.69l-.831-.556c-.11.164-.251.305-.415.415l.556.83zm-12.877.373c.158.032.32.048.487.048h.458v-1H2.5c-.1 0-.199-.01-.293-.029l-.194.981zM13.5 16c.166 0 .33-.016.487-.048l-.194-.98A1.51 1.51 0 0 1 13.5 15h-.458v1h.458zm-9.625 0h.917v-1h-.917v1zm1.833 0h.917v-1h-.917v1zm1.834 0h.916v-1h-.916v1zm1.833 0h.917v-1h-.917v1zm1.833 0h.917v-1h-.917v1zM4.5 7.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1h-7z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "dash-square-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm2.5 7.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "diagram2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M6 3.5A1.5 1.5 0 0 1 7.5 2h1A1.5 1.5 0 0 1 10 3.5v1A1.5 1.5 0 0 1 8.5 6v1H11a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 5 7h2.5V6A1.5 1.5 0 0 1 6 4.5v-1zM8.5 5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1zM3 11.5A1.5 1.5 0 0 1 4.5 10h1A1.5 1.5 0 0 1 7 11.5v1A1.5 1.5 0 0 1 5.5 14h-1A1.5 1.5 0 0 1 3 12.5v-1zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zm4.5.5a1.5 1.5 0 0 1 1.5-1.5h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1A1.5 1.5 0 0 1 9 12.5v-1zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "diagram2-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M6 3.5A1.5 1.5 0 0 1 7.5 2h1A1.5 1.5 0 0 1 10 3.5v1A1.5 1.5 0 0 1 8.5 6v1H11a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 5 7h2.5V6A1.5 1.5 0 0 1 6 4.5v-1zm-3 8A1.5 1.5 0 0 1 4.5 10h1A1.5 1.5 0 0 1 7 11.5v1A1.5 1.5 0 0 1 5.5 14h-1A1.5 1.5 0 0 1 3 12.5v-1zm6 0a1.5 1.5 0 0 1 1.5-1.5h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1A1.5 1.5 0 0 1 9 12.5v-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "diagram3",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M6 3.5A1.5 1.5 0 0 1 7.5 2h1A1.5 1.5 0 0 1 10 3.5v1A1.5 1.5 0 0 1 8.5 6v1H14a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 2 7h5.5V6A1.5 1.5 0 0 1 6 4.5v-1zM8.5 5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1zM0 11.5A1.5 1.5 0 0 1 1.5 10h1A1.5 1.5 0 0 1 4 11.5v1A1.5 1.5 0 0 1 2.5 14h-1A1.5 1.5 0 0 1 0 12.5v-1zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zm4.5.5A1.5 1.5 0 0 1 7.5 10h1a1.5 1.5 0 0 1 1.5 1.5v1A1.5 1.5 0 0 1 8.5 14h-1A1.5 1.5 0 0 1 6 12.5v-1zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zm4.5.5a1.5 1.5 0 0 1 1.5-1.5h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1a1.5 1.5 0 0 1-1.5-1.5v-1zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "diagram3-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M6 3.5A1.5 1.5 0 0 1 7.5 2h1A1.5 1.5 0 0 1 10 3.5v1A1.5 1.5 0 0 1 8.5 6v1H14a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 2 7h5.5V6A1.5 1.5 0 0 1 6 4.5v-1zm-6 8A1.5 1.5 0 0 1 1.5 10h1A1.5 1.5 0 0 1 4 11.5v1A1.5 1.5 0 0 1 2.5 14h-1A1.5 1.5 0 0 1 0 12.5v-1zm6 0A1.5 1.5 0 0 1 7.5 10h1a1.5 1.5 0 0 1 1.5 1.5v1A1.5 1.5 0 0 1 8.5 14h-1A1.5 1.5 0 0 1 6 12.5v-1zm6 0a1.5 1.5 0 0 1 1.5-1.5h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1a1.5 1.5 0 0 1-1.5-1.5v-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "diamond",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.95.435c.58-.58 1.52-.58 2.1 0l6.515 6.516c.58.58.58 1.519 0 2.098L9.05 15.565c-.58.58-1.519.58-2.098 0L.435 9.05a1.482 1.482 0 0 1 0-2.098L6.95.435zm1.4.7a.495.495 0 0 0-.7 0L1.134 7.65a.495.495 0 0 0 0 .7l6.516 6.516a.495.495 0 0 0 .7 0l6.516-6.516a.495.495 0 0 0 0-.7L8.35 1.134z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "diamond-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M6.95.435c.58-.58 1.52-.58 2.1 0l6.515 6.516c.58.58.58 1.519 0 2.098L9.05 15.565c-.58.58-1.519.58-2.098 0L.435 9.05a1.482 1.482 0 0 1 0-2.098L6.95.435z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "diamond-half",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098L9.05.435zM8 .989c.127 0 .253.049.35.145l6.516 6.516a.495.495 0 0 1 0 .7L8.35 14.866a.493.493 0 0 1-.35.145V.989z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "dice1",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><circle cx=\"8\" cy=\"8\" r=\"1.5\"/><path d=\"M13 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10zM3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "dice1-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3zm5 9.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "dice2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10zM3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3z\"/><path d=\"M5.5 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm8 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "dice2-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 3a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3zm5.5 1a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0zm6.5 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "dice3",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10zM3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3z\"/><path d=\"M5.5 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm8 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-4-4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "dice3-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3zm2.5 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm8 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zM8 9.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "dice4",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10zM3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3z\"/><path d=\"M5.5 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm8 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm0 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-8 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "dice4-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3zm1 5.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm8 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm1.5 6.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zM4 13.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "dice5",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10zM3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3z\"/><path d=\"M5.5 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm8 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm0 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-8 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm4-4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "dice5-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3zm2.5 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm8 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zM12 13.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zM8 9.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "dice6",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10zM3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3z\"/><path d=\"M5.5 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm8 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm0 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm0-4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-8 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm0-4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "dice6-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3zm1 5.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm8 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm1.5 6.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zM12 9.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zM4 9.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "disc",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0zM8 4a4 4 0 0 0-4 4 .5.5 0 0 1-1 0 5 5 0 0 1 5-5 .5.5 0 0 1 0 1zm4.5 3.5a.5.5 0 0 1 .5.5 5 5 0 0 1-5 5 .5.5 0 0 1 0-1 4 4 0 0 0 4-4 .5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "disc-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-6 0a2 2 0 1 0-4 0 2 2 0 0 0 4 0zM4 8a4 4 0 0 1 4-4 .5.5 0 0 0 0-1 5 5 0 0 0-5 5 .5.5 0 0 0 1 0zm9 0a.5.5 0 1 0-1 0 4 4 0 0 1-4 4 .5.5 0 0 0 0 1 5 5 0 0 0 5-5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "discord",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.552 6.712c-.456 0-.816.4-.816.888s.368.888.816.888c.456 0 .816-.4.816-.888.008-.488-.36-.888-.816-.888zm2.92 0c-.456 0-.816.4-.816.888s.368.888.816.888c.456 0 .816-.4.816-.888s-.36-.888-.816-.888z\"/><path d=\"M13.36 0H2.64C1.736 0 1 .736 1 1.648v10.816c0 .912.736 1.648 1.64 1.648h9.072l-.424-1.48 1.024.952.968.896L15 16V1.648C15 .736 14.264 0 13.36 0zm-3.088 10.448s-.288-.344-.528-.648c1.048-.296 1.448-.952 1.448-.952-.328.216-.64.368-.92.472-.4.168-.784.28-1.16.344a5.604 5.604 0 0 1-2.072-.008 6.716 6.716 0 0 1-1.176-.344 4.688 4.688 0 0 1-.584-.272c-.024-.016-.048-.024-.072-.04-.016-.008-.024-.016-.032-.024-.144-.08-.224-.136-.224-.136s.384.64 1.4.944c-.24.304-.536.664-.536.664-1.768-.056-2.44-1.216-2.44-1.216 0-2.576 1.152-4.664 1.152-4.664 1.152-.864 2.248-.84 2.248-.84l.08.096c-1.44.416-2.104 1.048-2.104 1.048s.176-.096.472-.232c.856-.376 1.536-.48 1.816-.504.048-.008.088-.016.136-.016a6.521 6.521 0 0 1 4.024.752s-.632-.6-1.992-1.016l.112-.128s1.096-.024 2.248.84c0 0 1.152 2.088 1.152 4.664 0 0-.68 1.16-2.448 1.216z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "display",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 4s0-2 2-2h12s2 0 2 2v6s0 2-2 2h-4c0 .667.083 1.167.25 1.5H11a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1h.75c.167-.333.25-.833.25-1.5H2s-2 0-2-2V4zm1.398-.855a.758.758 0 0 0-.254.302A1.46 1.46 0 0 0 1 4.01V10c0 .325.078.502.145.602.07.105.17.188.302.254a1.464 1.464 0 0 0 .538.143L2.01 11H14c.325 0 .502-.078.602-.145a.758.758 0 0 0 .254-.302 1.464 1.464 0 0 0 .143-.538L15 9.99V4c0-.325-.078-.502-.145-.602a.757.757 0 0 0-.302-.254A1.46 1.46 0 0 0 13.99 3H2c-.325 0-.502.078-.602.145z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "display-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 12c0 .667-.083 1.167-.25 1.5H5a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1h-.75c-.167-.333-.25-.833-.25-1.5h4c2 0 2-2 2-2V4c0-2-2-2-2-2H2C0 2 0 4 0 4v6c0 2 2 2 2 2h4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "distribute-horizontal",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M14.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 1 0v-13a.5.5 0 0 0-.5-.5zm-13 0a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 1 0v-13a.5.5 0 0 0-.5-.5z\"/><path d=\"M6 13a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v10z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "distribute-vertical",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1 1.5a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 0-1h-13a.5.5 0 0 0-.5.5zm0 13a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 0-1h-13a.5.5 0 0 0-.5.5z\"/><path d=\"M2 7a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V7z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "door-closed",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 2a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v13h1.5a.5.5 0 0 1 0 1h-13a.5.5 0 0 1 0-1H3V2zm1 13h8V2H4v13z\"/><path d=\"M9 9a1 1 0 1 0 2 0 1 1 0 0 0-2 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "door-closed-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 1a1 1 0 0 1 1 1v13h1.5a.5.5 0 0 1 0 1h-13a.5.5 0 0 1 0-1H3V2a1 1 0 0 1 1-1h8zm-2 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "door-open",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.5 10c-.276 0-.5-.448-.5-1s.224-1 .5-1 .5.448.5 1-.224 1-.5 1z\"/><path d=\"M10.828.122A.5.5 0 0 1 11 .5V1h.5A1.5 1.5 0 0 1 13 2.5V15h1.5a.5.5 0 0 1 0 1h-13a.5.5 0 0 1 0-1H3V1.5a.5.5 0 0 1 .43-.495l7-1a.5.5 0 0 1 .398.117zM11.5 2H11v13h1V2.5a.5.5 0 0 0-.5-.5zM4 1.934V15h6V1.077l-6 .857z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "door-open-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1.5 15a.5.5 0 0 0 0 1h13a.5.5 0 0 0 0-1H13V2.5A1.5 1.5 0 0 0 11.5 1H11V.5a.5.5 0 0 0-.57-.495l-7 1A.5.5 0 0 0 3 1.5V15H1.5zM11 2h.5a.5.5 0 0 1 .5.5V15h-1V2zm-2.5 8c-.276 0-.5-.448-.5-1s.224-1 .5-1 .5.448.5 1-.224 1-.5 1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "dot",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "download",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5z\"/><path d=\"M7.646 11.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V1.5a.5.5 0 0 0-1 0v8.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "droplet",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M7.21.8C7.69.295 8 0 8 0c.109.363.234.708.371 1.038.812 1.946 2.073 3.35 3.197 4.6C12.878 7.096 14 8.345 14 10a6 6 0 0 1-12 0C2 6.668 5.58 2.517 7.21.8zm.413 1.021A31.25 31.25 0 0 0 5.794 3.99c-.726.95-1.436 2.008-1.96 3.07C3.304 8.133 3 9.138 3 10a5 5 0 0 0 10 0c0-1.201-.796-2.157-2.181-3.7l-.03-.032C9.75 5.11 8.5 3.72 7.623 1.82z\"/><path fill-rule=\"evenodd\" d=\"M4.553 7.776c.82-1.641 1.717-2.753 2.093-3.13l.708.708c-.29.29-1.128 1.311-1.907 2.87l-.894-.448z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "droplet-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 16a6 6 0 0 0 6-6c0-1.655-1.122-2.904-2.432-4.362C10.254 4.176 8.75 2.503 8 0c0 0-6 5.686-6 10a6 6 0 0 0 6 6zM6.646 4.646c-.376.377-1.272 1.489-2.093 3.13l.894.448c.78-1.559 1.616-2.58 1.907-2.87l-.708-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "droplet-half",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M7.21.8C7.69.295 8 0 8 0c.109.363.234.708.371 1.038.812 1.946 2.073 3.35 3.197 4.6C12.878 7.096 14 8.345 14 10a6 6 0 0 1-12 0C2 6.668 5.58 2.517 7.21.8zm.413 1.021A31.25 31.25 0 0 0 5.794 3.99c-.726.95-1.436 2.008-1.96 3.07C3.304 8.133 3 9.138 3 10c0 0 2.5 1.5 5 .5s5-.5 5-.5c0-1.201-.796-2.157-2.181-3.7l-.03-.032C9.75 5.11 8.5 3.72 7.623 1.82z\"/><path fill-rule=\"evenodd\" d=\"M4.553 7.776c.82-1.641 1.717-2.753 2.093-3.13l.708.708c-.29.29-1.128 1.311-1.907 2.87l-.894-.448z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "earbuds",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M6.825 4.138c.596 2.141-.36 3.593-2.389 4.117a4.432 4.432 0 0 1-2.018.054c-.048-.01.9 2.778 1.522 4.61l.41 1.205a.52.52 0 0 1-.346.659l-.593.19a.548.548 0 0 1-.69-.34L.184 6.99c-.696-2.137.662-4.309 2.564-4.8 2.029-.523 3.402 0 4.076 1.948zm-.868 2.221c.43-.112.561-.993.292-1.969-.269-.975-.836-1.675-1.266-1.563-.43.112-.561.994-.292 1.969.269.975.836 1.675 1.266 1.563zm3.218-2.221c-.596 2.141.36 3.593 2.389 4.117a4.434 4.434 0 0 0 2.018.054c.048-.01-.9 2.778-1.522 4.61l-.41 1.205a.52.52 0 0 0 .346.659l.593.19c.289.092.6-.06.69-.34l2.536-7.643c.696-2.137-.662-4.309-2.564-4.8-2.029-.523-3.402 0-4.076 1.948zm.868 2.221c-.43-.112-.561-.993-.292-1.969.269-.975.836-1.675 1.266-1.563.43.112.561.994.292 1.969-.269.975-.836 1.675-1.266 1.563z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "easel",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 0a.5.5 0 0 1 .473.337L9.046 2H14a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-1.85l1.323 3.837a.5.5 0 1 1-.946.326L11.092 11H8.5v3a.5.5 0 0 1-1 0v-3H4.908l-1.435 4.163a.5.5 0 1 1-.946-.326L3.85 11H2a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h4.954L7.527.337A.5.5 0 0 1 8 0zM2 3v7h12V3H2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "easel-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.473.337a.5.5 0 0 0-.946 0L6.954 2H2a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h1.85l-1.323 3.837a.5.5 0 1 0 .946.326L4.908 11H7.5v2.5a.5.5 0 0 0 1 0V11h2.592l1.435 4.163a.5.5 0 0 0 .946-.326L12.15 11H14a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H9.046L8.473.337z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "egg",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15a5 5 0 0 1-5-5c0-1.956.69-4.286 1.742-6.12.524-.913 1.112-1.658 1.704-2.164C7.044 1.206 7.572 1 8 1c.428 0 .956.206 1.554.716.592.506 1.18 1.251 1.704 2.164C12.31 5.714 13 8.044 13 10a5 5 0 0 1-5 5zm0 1a6 6 0 0 0 6-6c0-4.314-3-10-6-10S2 5.686 2 10a6 6 0 0 0 6 6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "egg-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 10a6 6 0 0 1-12 0C2 5.686 5 0 8 0s6 5.686 6 10z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "egg-fried",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 11a3 3 0 1 0 0-6 3 3 0 0 0 0 6z\"/><path d=\"M13.997 5.17a5 5 0 0 0-8.101-4.09A5 5 0 0 0 1.28 9.342a5 5 0 0 0 8.336 5.109 3.5 3.5 0 0 0 5.201-4.065 3.001 3.001 0 0 0-.822-5.216zm-1-.034a1 1 0 0 0 .668.977 2.001 2.001 0 0 1 .547 3.478 1 1 0 0 0-.341 1.113 2.5 2.5 0 0 1-3.715 2.905 1 1 0 0 0-1.262.152 4 4 0 0 1-6.67-4.087 1 1 0 0 0-.2-1 4 4 0 0 1 3.693-6.61 1 1 0 0 0 .8-.2 4 4 0 0 1 6.48 3.273z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "eject",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.27 1.047a1 1 0 0 1 1.46 0l6.345 6.77c.6.638.146 1.683-.73 1.683H1.656C.78 9.5.326 8.455.926 7.816L7.27 1.047zM14.346 8.5 8 1.731 1.654 8.5h12.692zM.5 11.5a1 1 0 0 1 1-1h13a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-13a1 1 0 0 1-1-1v-1zm14 0h-13v1h13v-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "eject-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.27 1.047a1 1 0 0 1 1.46 0l6.345 6.77c.6.638.146 1.683-.73 1.683H1.656C.78 9.5.326 8.455.926 7.816L7.27 1.047zM.5 11.5a1 1 0 0 1 1-1h13a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-13a1 1 0 0 1-1-1v-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "emoji-angry",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M4.285 12.433a.5.5 0 0 0 .683-.183A3.498 3.498 0 0 1 8 10.5c1.295 0 2.426.703 3.032 1.75a.5.5 0 0 0 .866-.5A4.498 4.498 0 0 0 8 9.5a4.5 4.5 0 0 0-3.898 2.25.5.5 0 0 0 .183.683zm6.991-8.38a.5.5 0 1 1 .448.894l-1.009.504c.176.27.285.64.285 1.049 0 .828-.448 1.5-1 1.5s-1-.672-1-1.5c0-.247.04-.48.11-.686a.502.502 0 0 1 .166-.761l2-1zm-6.552 0a.5.5 0 0 0-.448.894l1.009.504A1.94 1.94 0 0 0 5 6.5C5 7.328 5.448 8 6 8s1-.672 1-1.5c0-.247-.04-.48-.11-.686a.502.502 0 0 0-.166-.761l-2-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "emoji-angry-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM4.053 4.276a.5.5 0 0 1 .67-.223l2 1a.5.5 0 0 1 .166.76c.071.206.111.44.111.687C7 7.328 6.552 8 6 8s-1-.672-1-1.5c0-.408.109-.778.285-1.049l-1.009-.504a.5.5 0 0 1-.223-.67zm.232 8.157a.5.5 0 0 1-.183-.683A4.498 4.498 0 0 1 8 9.5a4.5 4.5 0 0 1 3.898 2.25.5.5 0 1 1-.866.5A3.498 3.498 0 0 0 8 10.5a3.498 3.498 0 0 0-3.032 1.75.5.5 0 0 1-.683.183zM10 8c-.552 0-1-.672-1-1.5 0-.247.04-.48.11-.686a.502.502 0 0 1 .166-.761l2-1a.5.5 0 1 1 .448.894l-1.009.504c.176.27.285.64.285 1.049 0 .828-.448 1.5-1 1.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "emoji-dizzy",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M9.146 5.146a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708.708l-.647.646.647.646a.5.5 0 0 1-.708.708l-.646-.647-.646.647a.5.5 0 1 1-.708-.708l.647-.646-.647-.646a.5.5 0 0 1 0-.708zm-5 0a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 1 1 .708.708l-.647.646.647.646a.5.5 0 1 1-.708.708L5.5 7.207l-.646.647a.5.5 0 1 1-.708-.708l.647-.646-.647-.646a.5.5 0 0 1 0-.708zM10 11a2 2 0 1 1-4 0 2 2 0 0 1 4 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "emoji-dizzy-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM4.146 5.146a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 1 1 .708.708l-.647.646.647.646a.5.5 0 1 1-.708.708L5.5 7.207l-.646.647a.5.5 0 1 1-.708-.708l.647-.646-.647-.646a.5.5 0 0 1 0-.708zm5 0a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708.708l-.647.646.647.646a.5.5 0 0 1-.708.708l-.646-.647-.646.647a.5.5 0 1 1-.708-.708l.647-.646-.647-.646a.5.5 0 0 1 0-.708zM8 13a2 2 0 1 1 0-4 2 2 0 0 1 0 4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "emoji-expressionless",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M4 10.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5zm5 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "emoji-expressionless-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM4.5 6h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm5 0h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm-5 4h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "emoji-frown",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M4.285 12.433a.5.5 0 0 0 .683-.183A3.498 3.498 0 0 1 8 10.5c1.295 0 2.426.703 3.032 1.75a.5.5 0 0 0 .866-.5A4.498 4.498 0 0 0 8 9.5a4.5 4.5 0 0 0-3.898 2.25.5.5 0 0 0 .183.683zM7 6.5C7 7.328 6.552 8 6 8s-1-.672-1-1.5S5.448 5 6 5s1 .672 1 1.5zm4 0c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5S9.448 5 10 5s1 .672 1 1.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "emoji-frown-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM7 6.5C7 7.328 6.552 8 6 8s-1-.672-1-1.5S5.448 5 6 5s1 .672 1 1.5zm-2.715 5.933a.5.5 0 0 1-.183-.683A4.498 4.498 0 0 1 8 9.5a4.5 4.5 0 0 1 3.898 2.25.5.5 0 0 1-.866.5A3.498 3.498 0 0 0 8 10.5a3.498 3.498 0 0 0-3.032 1.75.5.5 0 0 1-.683.183zM10 8c-.552 0-1-.672-1-1.5S9.448 5 10 5s1 .672 1 1.5S10.552 8 10 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "emoji-heart-eyes",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M11.315 10.014a.5.5 0 0 1 .548.736A4.498 4.498 0 0 1 7.965 13a4.498 4.498 0 0 1-3.898-2.25.5.5 0 0 1 .548-.736h.005l.017.005.067.015.252.055c.215.046.515.108.857.169.693.124 1.522.242 2.152.242.63 0 1.46-.118 2.152-.242a26.58 26.58 0 0 0 1.109-.224l.067-.015.017-.004.005-.002zM4.756 4.566c.763-1.424 4.02-.12.952 3.434-4.496-1.596-2.35-4.298-.952-3.434zm6.488 0c1.398-.864 3.544 1.838-.952 3.434-3.067-3.554.19-4.858.952-3.434z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "emoji-heart-eyes-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zM4.756 4.566c.763-1.424 4.02-.12.952 3.434-4.496-1.596-2.35-4.298-.952-3.434zm6.559 5.448a.5.5 0 0 1 .548.736A4.498 4.498 0 0 1 7.965 13a4.498 4.498 0 0 1-3.898-2.25.5.5 0 0 1 .548-.736h.005l.017.005.067.015.252.055c.215.046.515.108.857.169.693.124 1.522.242 2.152.242.63 0 1.46-.118 2.152-.242a26.58 26.58 0 0 0 1.109-.224l.067-.015.017-.004.005-.002zm-.07-5.448c1.397-.864 3.543 1.838-.953 3.434-3.067-3.554.19-4.858.952-3.434z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "emoji-laughing",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M12.331 9.5a1 1 0 0 1 0 1A4.998 4.998 0 0 1 8 13a4.998 4.998 0 0 1-4.33-2.5A1 1 0 0 1 4.535 9h6.93a1 1 0 0 1 .866.5zM7 6.5c0 .828-.448 0-1 0s-1 .828-1 0S5.448 5 6 5s1 .672 1 1.5zm4 0c0 .828-.448 0-1 0s-1 .828-1 0S9.448 5 10 5s1 .672 1 1.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "emoji-laughing-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM7 6.5c0 .501-.164.396-.415.235C6.42 6.629 6.218 6.5 6 6.5c-.218 0-.42.13-.585.235C5.164 6.896 5 7 5 6.5 5 5.672 5.448 5 6 5s1 .672 1 1.5zm5.331 3a1 1 0 0 1 0 1A4.998 4.998 0 0 1 8 13a4.998 4.998 0 0 1-4.33-2.5A1 1 0 0 1 4.535 9h6.93a1 1 0 0 1 .866.5zm-1.746-2.765C10.42 6.629 10.218 6.5 10 6.5c-.218 0-.42.13-.585.235C9.164 6.896 9 7 9 6.5c0-.828.448-1.5 1-1.5s1 .672 1 1.5c0 .501-.164.396-.415.235z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "emoji-neutral",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M4 10.5a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 0-1h-7a.5.5 0 0 0-.5.5zm3-4C7 5.672 6.552 5 6 5s-1 .672-1 1.5S5.448 8 6 8s1-.672 1-1.5zm4 0c0-.828-.448-1.5-1-1.5s-1 .672-1 1.5S9.448 8 10 8s1-.672 1-1.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "emoji-neutral-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM7 6.5C7 7.328 6.552 8 6 8s-1-.672-1-1.5S5.448 5 6 5s1 .672 1 1.5zm-3 4a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zM10 8c-.552 0-1-.672-1-1.5S9.448 5 10 5s1 .672 1 1.5S10.552 8 10 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "emoji-smile",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M4.285 9.567a.5.5 0 0 1 .683.183A3.498 3.498 0 0 0 8 11.5a3.498 3.498 0 0 0 3.032-1.75.5.5 0 1 1 .866.5A4.498 4.498 0 0 1 8 12.5a4.498 4.498 0 0 1-3.898-2.25.5.5 0 0 1 .183-.683zM7 6.5C7 7.328 6.552 8 6 8s-1-.672-1-1.5S5.448 5 6 5s1 .672 1 1.5zm4 0c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5S9.448 5 10 5s1 .672 1 1.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "emoji-smile-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM7 6.5C7 7.328 6.552 8 6 8s-1-.672-1-1.5S5.448 5 6 5s1 .672 1 1.5zM4.285 9.567a.5.5 0 0 1 .683.183A3.498 3.498 0 0 0 8 11.5a3.498 3.498 0 0 0 3.032-1.75.5.5 0 1 1 .866.5A4.498 4.498 0 0 1 8 12.5a4.498 4.498 0 0 1-3.898-2.25.5.5 0 0 1 .183-.683zM10 8c-.552 0-1-.672-1-1.5S9.448 5 10 5s1 .672 1 1.5S10.552 8 10 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "emoji-smile-upside-down",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1zm0-1a8 8 0 1 1 0 16A8 8 0 0 1 8 0z\"/><path d=\"M4.285 6.433a.5.5 0 0 0 .683-.183A3.498 3.498 0 0 1 8 4.5c1.295 0 2.426.703 3.032 1.75a.5.5 0 0 0 .866-.5A4.498 4.498 0 0 0 8 3.5a4.5 4.5 0 0 0-3.898 2.25.5.5 0 0 0 .183.683zM7 9.5C7 8.672 6.552 8 6 8s-1 .672-1 1.5.448 1.5 1 1.5 1-.672 1-1.5zm4 0c0-.828-.448-1.5-1-1.5s-1 .672-1 1.5.448 1.5 1 1.5 1-.672 1-1.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "emoji-smile-upside-down-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM7 9.5C7 8.672 6.552 8 6 8s-1 .672-1 1.5.448 1.5 1 1.5 1-.672 1-1.5zM4.285 6.433a.5.5 0 0 0 .683-.183A3.498 3.498 0 0 1 8 4.5c1.295 0 2.426.703 3.032 1.75a.5.5 0 0 0 .866-.5A4.498 4.498 0 0 0 8 3.5a4.5 4.5 0 0 0-3.898 2.25.5.5 0 0 0 .183.683zM10 8c-.552 0-1 .672-1 1.5s.448 1.5 1 1.5 1-.672 1-1.5S10.552 8 10 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "emoji-sunglasses",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.968 9.75a.5.5 0 1 0-.866.5A4.498 4.498 0 0 0 8 12.5a4.5 4.5 0 0 0 3.898-2.25.5.5 0 1 0-.866-.5A3.498 3.498 0 0 1 8 11.5a3.498 3.498 0 0 1-3.032-1.75zM7 5.116V5a1 1 0 0 0-1-1H3.28a1 1 0 0 0-.97 1.243l.311 1.242A2 2 0 0 0 4.561 8H5a2 2 0 0 0 1.994-1.839A2.99 2.99 0 0 1 8 6c.393 0 .74.064 1.006.161A2 2 0 0 0 11 8h.438a2 2 0 0 0 1.94-1.515l.311-1.242A1 1 0 0 0 12.72 4H10a1 1 0 0 0-1 1v.116A4.22 4.22 0 0 0 8 5c-.35 0-.69.04-1 .116z\"/><path d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-1 0A7 7 0 1 0 1 8a7 7 0 0 0 14 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "emoji-sunglasses-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM2.31 5.243A1 1 0 0 1 3.28 4H6a1 1 0 0 1 1 1v.116A4.22 4.22 0 0 1 8 5c.35 0 .69.04 1 .116V5a1 1 0 0 1 1-1h2.72a1 1 0 0 1 .97 1.243l-.311 1.242A2 2 0 0 1 11.439 8H11a2 2 0 0 1-1.994-1.839A2.99 2.99 0 0 0 8 6c-.393 0-.74.064-1.006.161A2 2 0 0 1 5 8h-.438a2 2 0 0 1-1.94-1.515L2.31 5.243zM4.969 9.75A3.498 3.498 0 0 0 8 11.5a3.498 3.498 0 0 0 3.032-1.75.5.5 0 1 1 .866.5A4.498 4.498 0 0 1 8 12.5a4.498 4.498 0 0 1-3.898-2.25.5.5 0 0 1 .866-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "emoji-wink",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M4.285 9.567a.5.5 0 0 1 .683.183A3.498 3.498 0 0 0 8 11.5a3.498 3.498 0 0 0 3.032-1.75.5.5 0 1 1 .866.5A4.498 4.498 0 0 1 8 12.5a4.498 4.498 0 0 1-3.898-2.25.5.5 0 0 1 .183-.683zM7 6.5C7 7.328 6.552 8 6 8s-1-.672-1-1.5S5.448 5 6 5s1 .672 1 1.5zm1.757-.437a.5.5 0 0 1 .68.194.934.934 0 0 0 .813.493c.339 0 .645-.19.813-.493a.5.5 0 1 1 .874.486A1.934 1.934 0 0 1 10.25 7.75c-.73 0-1.356-.412-1.687-1.007a.5.5 0 0 1 .194-.68z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "emoji-wink-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM7 6.5C7 5.672 6.552 5 6 5s-1 .672-1 1.5S5.448 8 6 8s1-.672 1-1.5zM4.285 9.567a.5.5 0 0 0-.183.683A4.498 4.498 0 0 0 8 12.5a4.5 4.5 0 0 0 3.898-2.25.5.5 0 1 0-.866-.5A3.498 3.498 0 0 1 8 11.5a3.498 3.498 0 0 1-3.032-1.75.5.5 0 0 0-.683-.183zm5.152-3.31a.5.5 0 0 0-.874.486c.33.595.958 1.007 1.687 1.007.73 0 1.356-.412 1.687-1.007a.5.5 0 0 0-.874-.486.934.934 0 0 1-.813.493.934.934 0 0 1-.813-.493z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "envelope",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1H2zm13 2.383-4.758 2.855L15 11.114v-5.73zm-.034 6.878L9.271 8.82 8 9.583 6.728 8.82l-5.694 3.44A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.739zM1 11.114l4.758-2.876L1 5.383v5.73z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "envelope-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414.05 3.555zM0 4.697v7.104l5.803-3.558L0 4.697zM6.761 8.83l-6.57 4.027A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.144l-6.57-4.027L8 9.586l-1.239-.757zm3.436-.586L16 11.801V4.697l-5.803 3.546z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "envelope-open",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.47 1.318a1 1 0 0 0-.94 0l-6 3.2A1 1 0 0 0 1 5.4v.818l5.724 3.465L8 8.917l1.276.766L15 6.218V5.4a1 1 0 0 0-.53-.882l-6-3.2zM15 7.388l-4.754 2.877L15 13.117v-5.73zm-.035 6.874L8 10.083l-6.965 4.18A1 1 0 0 0 2 15h12a1 1 0 0 0 .965-.738zM1 13.117l4.754-2.852L1 7.387v5.73zM7.059.435a2 2 0 0 1 1.882 0l6 3.2A2 2 0 0 1 16 5.4V14a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V5.4a2 2 0 0 1 1.059-1.765l6-3.2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "envelope-open-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.941.435a2 2 0 0 0-1.882 0l-6 3.2A2 2 0 0 0 0 5.4v.313l6.709 3.933L8 8.928l1.291.717L16 5.715V5.4a2 2 0 0 0-1.059-1.765l-6-3.2zM16 6.873l-5.693 3.337L16 13.372v-6.5zm-.059 7.611L8 10.072.059 14.484A2 2 0 0 0 2 16h12a2 2 0 0 0 1.941-1.516zM0 13.373l5.693-3.163L0 6.873v6.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "eraser",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.086 2.207a2 2 0 0 1 2.828 0l3.879 3.879a2 2 0 0 1 0 2.828l-5.5 5.5A2 2 0 0 1 7.879 15H5.12a2 2 0 0 1-1.414-.586l-2.5-2.5a2 2 0 0 1 0-2.828l6.879-6.879zm2.121.707a1 1 0 0 0-1.414 0L4.16 7.547l5.293 5.293 4.633-4.633a1 1 0 0 0 0-1.414l-3.879-3.879zM8.746 13.547 3.453 8.254 1.914 9.793a1 1 0 0 0 0 1.414l2.5 2.5a1 1 0 0 0 .707.293H7.88a1 1 0 0 0 .707-.293l.16-.16z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "eraser-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.086 2.207a2 2 0 0 1 2.828 0l3.879 3.879a2 2 0 0 1 0 2.828l-5.5 5.5A2 2 0 0 1 7.879 15H5.12a2 2 0 0 1-1.414-.586l-2.5-2.5a2 2 0 0 1 0-2.828l6.879-6.879zm.66 11.34L3.453 8.254 1.914 9.793a1 1 0 0 0 0 1.414l2.5 2.5a1 1 0 0 0 .707.293H7.88a1 1 0 0 0 .707-.293l.16-.16z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "exclamation",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.553.553 0 0 1-1.1 0L7.1 4.995z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "exclamation-circle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 4.995z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "exclamation-circle-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8 4a.905.905 0 0 0-.9.995l.35 3.507a.552.552 0 0 0 1.1 0l.35-3.507A.905.905 0 0 0 8 4zm.002 6a1 1 0 1 0 0 2 1 1 0 0 0 0-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "exclamation-diamond",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.95.435c.58-.58 1.52-.58 2.1 0l6.515 6.516c.58.58.58 1.519 0 2.098L9.05 15.565c-.58.58-1.519.58-2.098 0L.435 9.05a1.482 1.482 0 0 1 0-2.098L6.95.435zm1.4.7a.495.495 0 0 0-.7 0L1.134 7.65a.495.495 0 0 0 0 .7l6.516 6.516a.495.495 0 0 0 .7 0l6.516-6.516a.495.495 0 0 0 0-.7L8.35 1.134z\"/><path d=\"M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 4.995z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "exclamation-diamond-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098L9.05.435zM8 4c.535 0 .954.462.9.995l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 4.995A.905.905 0 0 1 8 4zm.002 6a1 1 0 1 1 0 2 1 1 0 0 1 0-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "exclamation-lg",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.002 14a2 2 0 1 1 4 0 2 2 0 0 1-4 0zm.195-12.01a1.81 1.81 0 1 1 3.602 0l-.701 7.015a1.105 1.105 0 0 1-2.2 0l-.7-7.015z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "exclamation-octagon",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.54.146A.5.5 0 0 1 4.893 0h6.214a.5.5 0 0 1 .353.146l4.394 4.394a.5.5 0 0 1 .146.353v6.214a.5.5 0 0 1-.146.353l-4.394 4.394a.5.5 0 0 1-.353.146H4.893a.5.5 0 0 1-.353-.146L.146 11.46A.5.5 0 0 1 0 11.107V4.893a.5.5 0 0 1 .146-.353L4.54.146zM5.1 1 1 5.1v5.8L5.1 15h5.8l4.1-4.1V5.1L10.9 1H5.1z\"/><path d=\"M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 4.995z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "exclamation-octagon-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11.46.146A.5.5 0 0 0 11.107 0H4.893a.5.5 0 0 0-.353.146L.146 4.54A.5.5 0 0 0 0 4.893v6.214a.5.5 0 0 0 .146.353l4.394 4.394a.5.5 0 0 0 .353.146h6.214a.5.5 0 0 0 .353-.146l4.394-4.394a.5.5 0 0 0 .146-.353V4.893a.5.5 0 0 0-.146-.353L11.46.146zM8 4c.535 0 .954.462.9.995l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 4.995A.905.905 0 0 1 8 4zm.002 6a1 1 0 1 1 0 2 1 1 0 0 1 0-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "exclamation-square",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z\"/><path d=\"M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 4.995z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "exclamation-square-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6 4c.535 0 .954.462.9.995l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 4.995A.905.905 0 0 1 8 4zm.002 6a1 1 0 1 1 0 2 1 1 0 0 1 0-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "exclamation-triangle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.938 2.016A.13.13 0 0 1 8.002 2a.13.13 0 0 1 .063.016.146.146 0 0 1 .054.057l6.857 11.667c.036.06.035.124.002.183a.163.163 0 0 1-.054.06.116.116 0 0 1-.066.017H1.146a.115.115 0 0 1-.066-.017.163.163 0 0 1-.054-.06.176.176 0 0 1 .002-.183L7.884 2.073a.147.147 0 0 1 .054-.057zm1.044-.45a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767L8.982 1.566z\"/><path d=\"M7.002 12a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 5.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 5.995z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "exclamation-triangle-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.982 1.566a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767L8.982 1.566zM8 5c.535 0 .954.462.9.995l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 5.995A.905.905 0 0 1 8 5zm.002 6a1 1 0 1 1 0 2 1 1 0 0 1 0-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "exclude",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-2H2a2 2 0 0 1-2-2V2zm12 2H5a1 1 0 0 0-1 1v7h7a1 1 0 0 0 1-1V4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "eye",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z\"/><path d=\"M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "eye-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10.5 8a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z\"/><path d=\"M0 8s3-5.5 8-5.5S16 8 16 8s-3 5.5-8 5.5S0 8 0 8zm8 3.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "eye-slash",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13.359 11.238C15.06 9.72 16 8 16 8s-3-5.5-8-5.5a7.028 7.028 0 0 0-2.79.588l.77.771A5.944 5.944 0 0 1 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.134 13.134 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755-.165.165-.337.328-.517.486l.708.709z\"/><path d=\"M11.297 9.176a3.5 3.5 0 0 0-4.474-4.474l.823.823a2.5 2.5 0 0 1 2.829 2.829l.822.822zm-2.943 1.299.822.822a3.5 3.5 0 0 1-4.474-4.474l.823.823a2.5 2.5 0 0 0 2.829 2.829z\"/><path d=\"M3.35 5.47c-.18.16-.353.322-.518.487A13.134 13.134 0 0 0 1.172 8l.195.288c.335.48.83 1.12 1.465 1.755C4.121 11.332 5.881 12.5 8 12.5c.716 0 1.39-.133 2.02-.36l.77.772A7.029 7.029 0 0 1 8 13.5C3 13.5 0 8 0 8s.939-1.721 2.641-3.238l.708.709zm10.296 8.884-12-12 .708-.708 12 12-.708.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "eye-slash-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m10.79 12.912-1.614-1.615a3.5 3.5 0 0 1-4.474-4.474l-2.06-2.06C.938 6.278 0 8 0 8s3 5.5 8 5.5a7.029 7.029 0 0 0 2.79-.588zM5.21 3.088A7.028 7.028 0 0 1 8 2.5c5 0 8 5.5 8 5.5s-.939 1.721-2.641 3.238l-2.062-2.062a3.5 3.5 0 0 0-4.474-4.474L5.21 3.089z\"/><path d=\"M5.525 7.646a2.5 2.5 0 0 0 2.829 2.829l-2.83-2.829zm4.95.708-2.829-2.83a2.5 2.5 0 0 1 2.829 2.829zm3.171 6-12-12 .708-.708 12 12-.708.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "eyedropper",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13.354.646a1.207 1.207 0 0 0-1.708 0L8.5 3.793l-.646-.647a.5.5 0 1 0-.708.708L8.293 5l-7.147 7.146A.5.5 0 0 0 1 12.5v1.793l-.854.853a.5.5 0 1 0 .708.707L1.707 15H3.5a.5.5 0 0 0 .354-.146L11 7.707l1.146 1.147a.5.5 0 0 0 .708-.708l-.647-.646 3.147-3.146a1.207 1.207 0 0 0 0-1.708l-2-2zM2 12.707l7-7L10.293 7l-7 7H2v-1.293z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "eyeglasses",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 6a2 2 0 1 1 0 4 2 2 0 0 1 0-4zm2.625.547a3 3 0 0 0-5.584.953H.5a.5.5 0 0 0 0 1h.541A3 3 0 0 0 7 8a1 1 0 0 1 2 0 3 3 0 0 0 5.959.5h.541a.5.5 0 0 0 0-1h-.541a3 3 0 0 0-5.584-.953A1.993 1.993 0 0 0 8 6c-.532 0-1.016.208-1.375.547zM14 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "facebook",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-arrow-down",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 5a.5.5 0 0 1 .5.5v3.793l1.146-1.147a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 1 1 .708-.708L7.5 9.293V5.5A.5.5 0 0 1 8 5z\"/><path d=\"M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-arrow-down-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM8 5a.5.5 0 0 1 .5.5v3.793l1.146-1.147a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 1 1 .708-.708L7.5 9.293V5.5A.5.5 0 0 1 8 5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-arrow-up",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 11a.5.5 0 0 0 .5-.5V6.707l1.146 1.147a.5.5 0 0 0 .708-.708l-2-2a.5.5 0 0 0-.708 0l-2 2a.5.5 0 1 0 .708.708L7.5 6.707V10.5a.5.5 0 0 0 .5.5z\"/><path d=\"M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-arrow-up-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM7.5 6.707 6.354 7.854a.5.5 0 1 1-.708-.708l2-2a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L8.5 6.707V10.5a.5.5 0 0 1-1 0V6.707z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-bar-graph",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.5 12a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-1zm3 0a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-1zm3 0a.5.5 0 0 1-.5-.5v-6a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-.5.5h-1z\"/><path d=\"M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-bar-graph-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm-2 11.5v-6a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm-2.5.5a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-1zm-3 0a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-binary",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.526 13.09c.976 0 1.524-.79 1.524-2.205 0-1.412-.548-2.203-1.524-2.203-.978 0-1.526.79-1.526 2.203 0 1.415.548 2.206 1.526 2.206zm-.832-2.205c0-1.05.29-1.612.832-1.612.358 0 .607.247.733.721L4.7 11.137a6.749 6.749 0 0 1-.006-.252zm.832 1.614c-.36 0-.606-.246-.732-.718l1.556-1.145c.003.079.005.164.005.249 0 1.052-.29 1.614-.829 1.614zm5.329.501v-.595H9.73V8.772h-.69l-1.19.786v.688L8.986 9.5h.05v2.906h-1.18V13h3z\"/><path d=\"M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-binary-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.526 9.273c-.542 0-.832.563-.832 1.612 0 .088.003.173.006.252l1.56-1.143c-.126-.474-.375-.72-.733-.72zm-.732 2.508c.126.472.372.718.732.718.54 0 .83-.563.83-1.614 0-.085-.003-.17-.006-.25l-1.556 1.146z\"/><path d=\"M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM7.05 10.885c0 1.415-.548 2.206-1.524 2.206C4.548 13.09 4 12.3 4 10.885c0-1.412.548-2.203 1.526-2.203.976 0 1.524.79 1.524 2.203zm3.805 1.52V13h-3v-.595h1.181V9.5h-.05l-1.136.747v-.688l1.19-.786h.69v3.633h1.125z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-break",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 10.5a.5.5 0 0 1 .5-.5h15a.5.5 0 0 1 0 1H.5a.5.5 0 0 1-.5-.5zM12 0H4a2 2 0 0 0-2 2v7h1V2a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v7h1V2a2 2 0 0 0-2-2zm2 12h-1v2a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-2H2v2a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-break-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 0h8a2 2 0 0 1 2 2v7H2V2a2 2 0 0 1 2-2zM2 12h12v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-2zM.5 10a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1H.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-check",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10.854 6.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 8.793l2.646-2.647a.5.5 0 0 1 .708 0z\"/><path d=\"M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-check-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm-1.146 6.854-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 8.793l2.646-2.647a.5.5 0 0 1 .708.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-code",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.646 5.646a.5.5 0 1 1 .708.708L5.707 8l1.647 1.646a.5.5 0 0 1-.708.708l-2-2a.5.5 0 0 1 0-.708l2-2zm2.708 0a.5.5 0 1 0-.708.708L10.293 8 8.646 9.646a.5.5 0 0 0 .708.708l2-2a.5.5 0 0 0 0-.708l-2-2z\"/><path d=\"M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-code-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM6.646 5.646a.5.5 0 1 1 .708.708L5.707 8l1.647 1.646a.5.5 0 0 1-.708.708l-2-2a.5.5 0 0 1 0-.708l2-2zm2.708 0 2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L10.293 8 8.646 6.354a.5.5 0 1 1 .708-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-diff",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 4a.5.5 0 0 1 .5.5V6H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V7H6a.5.5 0 0 1 0-1h1.5V4.5A.5.5 0 0 1 8 4zm-2.5 6.5A.5.5 0 0 1 6 10h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z\"/><path d=\"M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-diff-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM8.5 4.5V6H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V7H6a.5.5 0 0 1 0-1h1.5V4.5a.5.5 0 0 1 1 0zM6 10h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1 0-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-arrow-down",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z\"/><path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-arrow-down-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zm-1 4v3.793l1.146-1.147a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 0 1 .708-.708L7.5 11.293V7.5a.5.5 0 0 1 1 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-arrow-up",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.5 11.5a.5.5 0 0 1-1 0V7.707L6.354 8.854a.5.5 0 1 1-.708-.708l2-2a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L8.5 7.707V11.5z\"/><path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-arrow-up-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM6.354 9.854a.5.5 0 0 1-.708-.708l2-2a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L8.5 8.707V12.5a.5.5 0 0 1-1 0V8.707L6.354 9.854z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-bar-graph",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10 13.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-6a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v6zm-2.5.5a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-1zm-3 0a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-1z\"/><path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-bar-graph-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zm.5 10v-6a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm-2.5.5a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-1zm-3 0a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-binary",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.05 11.885c0 1.415-.548 2.206-1.524 2.206C4.548 14.09 4 13.3 4 11.885c0-1.412.548-2.203 1.526-2.203.976 0 1.524.79 1.524 2.203zm-1.524-1.612c-.542 0-.832.563-.832 1.612 0 .088.003.173.006.252l1.559-1.143c-.126-.474-.375-.72-.733-.72zm-.732 2.508c.126.472.372.718.732.718.54 0 .83-.563.83-1.614 0-.085-.003-.17-.006-.25l-1.556 1.146zm6.061.624V14h-3v-.595h1.181V10.5h-.05l-1.136.747v-.688l1.19-.786h.69v3.633h1.125z\"/><path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-binary-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.526 10.273c-.542 0-.832.563-.832 1.612 0 .088.003.173.006.252l1.559-1.143c-.126-.474-.375-.72-.733-.72zm-.732 2.508c.126.472.372.718.732.718.54 0 .83-.563.83-1.614 0-.085-.003-.17-.006-.25l-1.556 1.146z\"/><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zm-2.45 8.385c0 1.415-.548 2.206-1.524 2.206C4.548 14.09 4 13.3 4 11.885c0-1.412.548-2.203 1.526-2.203.976 0 1.524.79 1.524 2.203zm3.805 1.52V14h-3v-.595h1.181V10.5h-.05l-1.136.747v-.688l1.19-.786h.69v3.633h1.125z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-break",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 4.5V9h-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v7H2V2a2 2 0 0 1 2-2h5.5L14 4.5zM13 12h1v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-2h1v2a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-2zM.5 10a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1H.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-break-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 0h5.293A1 1 0 0 1 10 .293L13.707 4a1 1 0 0 1 .293.707V9H2V2a2 2 0 0 1 2-2zm5.5 1.5v2a1 1 0 0 0 1 1h2l-3-3zM2 12h12v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-2zM.5 10a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1H.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-check",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10.854 7.854a.5.5 0 0 0-.708-.708L7.5 9.793 6.354 8.646a.5.5 0 1 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0l3-3z\"/><path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-check-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zm1.354 4.354-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 9.793l2.646-2.647a.5.5 0 0 1 .708.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-code",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h-2z\"/><path d=\"M8.646 6.646a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L10.293 9 8.646 7.354a.5.5 0 0 1 0-.708zm-1.292 0a.5.5 0 0 0-.708 0l-2 2a.5.5 0 0 0 0 .708l2 2a.5.5 0 0 0 .708-.708L5.707 9l1.647-1.646a.5.5 0 0 0 0-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-code-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM6.646 7.646a.5.5 0 1 1 .708.708L5.707 10l1.647 1.646a.5.5 0 0 1-.708.708l-2-2a.5.5 0 0 1 0-.708l2-2zm2.708 0 2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L10.293 10 8.646 8.354a.5.5 0 1 1 .708-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-diff",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 5a.5.5 0 0 1 .5.5V7H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V8H6a.5.5 0 0 1 0-1h1.5V5.5A.5.5 0 0 1 8 5zm-2.5 6.5A.5.5 0 0 1 6 11h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z\"/><path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-diff-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM8 6a.5.5 0 0 1 .5.5V8H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V9H6a.5.5 0 0 1 0-1h1.5V6.5A.5.5 0 0 1 8 6zm-2.5 6.5A.5.5 0 0 1 6 12h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-easel",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.5 6a.5.5 0 1 0-1 0h-2A1.5 1.5 0 0 0 4 7.5v2A1.5 1.5 0 0 0 5.5 11h.473l-.447 1.342a.5.5 0 1 0 .948.316L7.027 11H7.5v1a.5.5 0 0 0 1 0v-1h.473l.553 1.658a.5.5 0 1 0 .948-.316L10.027 11h.473A1.5 1.5 0 0 0 12 9.5v-2A1.5 1.5 0 0 0 10.5 6h-2zM5 7.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-2z\"/><path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-easel-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5 7.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-2z\"/><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM8.5 6h2A1.5 1.5 0 0 1 12 7.5v2a1.5 1.5 0 0 1-1.5 1.5h-.473l.447 1.342a.5.5 0 0 1-.948.316L8.973 11H8.5v1a.5.5 0 0 1-1 0v-1h-.473l-.553 1.658a.5.5 0 1 1-.948-.316L5.973 11H5.5A1.5 1.5 0 0 1 4 9.5v-2A1.5 1.5 0 0 1 5.5 6h2a.5.5 0 0 1 1 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-excel",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.884 6.68a.5.5 0 1 0-.768.64L7.349 10l-2.233 2.68a.5.5 0 0 0 .768.64L8 10.781l2.116 2.54a.5.5 0 0 0 .768-.641L8.651 10l2.233-2.68a.5.5 0 0 0-.768-.64L8 9.219l-2.116-2.54z\"/><path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-excel-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM5.884 6.68 8 9.219l2.116-2.54a.5.5 0 1 1 .768.641L8.651 10l2.233 2.68a.5.5 0 0 1-.768.64L8 10.781l-2.116 2.54a.5.5 0 0 1-.768-.641L7.349 10 5.116 7.32a.5.5 0 1 1 .768-.64z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 0h5.293A1 1 0 0 1 10 .293L13.707 4a1 1 0 0 1 .293.707V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm5.5 1.5v2a1 1 0 0 0 1 1h2l-3-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-font",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10.943 6H5.057L5 8h.5c.18-1.096.356-1.192 1.694-1.235l.293-.01v5.09c0 .47-.1.582-.898.655v.5H9.41v-.5c-.803-.073-.903-.184-.903-.654V6.755l.298.01c1.338.043 1.514.14 1.694 1.235h.5l-.057-2z\"/><path d=\"M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-font-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM5.057 6h5.886L11 8h-.5c-.18-1.096-.356-1.192-1.694-1.235l-.298-.01v5.09c0 .47.1.582.903.655v.5H6.59v-.5c.799-.073.898-.184.898-.654V6.755l-.293.01C5.856 6.808 5.68 6.905 5.5 8H5l.057-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-image",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.502 7a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z\"/><path d=\"M14 14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5V14zM4 1a1 1 0 0 0-1 1v10l2.224-2.224a.5.5 0 0 1 .61-.075L8 11l2.157-3.02a.5.5 0 0 1 .76-.063L13 10V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-image-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 0h5.293A1 1 0 0 1 10 .293L13.707 4a1 1 0 0 1 .293.707v5.586l-2.73-2.73a1 1 0 0 0-1.52.127l-1.889 2.644-1.769-1.062a1 1 0 0 0-1.222.15L2 12.292V2a2 2 0 0 1 2-2zm5.5 1.5v2a1 1 0 0 0 1 1h2l-3-3zm-1.498 4a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0z\"/><path d=\"M10.564 8.27 14 11.708V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-.293l3.578-3.577 2.56 1.536 2.426-3.395z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-lock",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10 7v1.076c.54.166 1 .597 1 1.224v2.4c0 .816-.781 1.3-1.5 1.3h-3c-.719 0-1.5-.484-1.5-1.3V9.3c0-.627.46-1.058 1-1.224V7a2 2 0 1 1 4 0zM7 7v1h2V7a1 1 0 0 0-2 0zM6 9.3v2.4c0 .042.02.107.105.175A.637.637 0 0 0 6.5 12h3a.64.64 0 0 0 .395-.125c.085-.068.105-.133.105-.175V9.3c0-.042-.02-.107-.105-.175A.637.637 0 0 0 9.5 9h-3a.637.637 0 0 0-.395.125C6.02 9.193 6 9.258 6 9.3z\"/><path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-lock2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10 7v1.076c.54.166 1 .597 1 1.224v2.4c0 .816-.781 1.3-1.5 1.3h-3c-.719 0-1.5-.484-1.5-1.3V9.3c0-.627.46-1.058 1-1.224V7a2 2 0 1 1 4 0zM7 7v1h2V7a1 1 0 0 0-2 0z\"/><path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-lock2-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7 7a1 1 0 0 1 2 0v1H7V7z\"/><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM10 7v1.076c.54.166 1 .597 1 1.224v2.4c0 .816-.781 1.3-1.5 1.3h-3c-.719 0-1.5-.484-1.5-1.3V9.3c0-.627.46-1.058 1-1.224V7a2 2 0 1 1 4 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-lock-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7 7a1 1 0 0 1 2 0v1H7V7zM6 9.3c0-.042.02-.107.105-.175A.637.637 0 0 1 6.5 9h3a.64.64 0 0 1 .395.125c.085.068.105.133.105.175v2.4c0 .042-.02.107-.105.175A.637.637 0 0 1 9.5 12h-3a.637.637 0 0 1-.395-.125C6.02 11.807 6 11.742 6 11.7V9.3z\"/><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM10 7v1.076c.54.166 1 .597 1 1.224v2.4c0 .816-.781 1.3-1.5 1.3h-3c-.719 0-1.5-.484-1.5-1.3V9.3c0-.627.46-1.058 1-1.224V7a2 2 0 1 1 4 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-medical",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.5 5.5a.5.5 0 0 0-1 0v.634l-.549-.317a.5.5 0 1 0-.5.866L6 7l-.549.317a.5.5 0 1 0 .5.866l.549-.317V8.5a.5.5 0 1 0 1 0v-.634l.549.317a.5.5 0 1 0 .5-.866L8 7l.549-.317a.5.5 0 1 0-.5-.866l-.549.317V5.5zm-2 4.5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5zm0 2a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5z\"/><path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-medical-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zm-3 2v.634l.549-.317a.5.5 0 1 1 .5.866L7 7l.549.317a.5.5 0 1 1-.5.866L6.5 7.866V8.5a.5.5 0 0 1-1 0v-.634l-.549.317a.5.5 0 1 1-.5-.866L5 7l-.549-.317a.5.5 0 0 1 .5-.866l.549.317V5.5a.5.5 0 1 1 1 0zm-2 4.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1zm0 2h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-minus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.5 9a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z\"/><path d=\"M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-minus-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM6 8.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1 0-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-music",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11 6.64a1 1 0 0 0-1.243-.97l-1 .25A1 1 0 0 0 8 6.89v4.306A2.572 2.572 0 0 0 7 11c-.5 0-.974.134-1.338.377-.36.24-.662.628-.662 1.123s.301.883.662 1.123c.364.243.839.377 1.338.377.5 0 .974-.134 1.338-.377.36-.24.662-.628.662-1.123V8.89l2-.5V6.64z\"/><path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-music-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM11 6.64v1.75l-2 .5v3.61c0 .495-.301.883-.662 1.123C7.974 13.866 7.499 14 7 14c-.5 0-.974-.134-1.338-.377-.36-.24-.662-.628-.662-1.123s.301-.883.662-1.123C6.026 11.134 6.501 11 7 11c.356 0 .7.068 1 .196V6.89a1 1 0 0 1 .757-.97l1-.25A1 1 0 0 1 11 6.64z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-pdf",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"/><path d=\"M4.603 14.087a.81.81 0 0 1-.438-.42c-.195-.388-.13-.776.08-1.102.198-.307.526-.568.897-.787a7.68 7.68 0 0 1 1.482-.645 19.697 19.697 0 0 0 1.062-2.227 7.269 7.269 0 0 1-.43-1.295c-.086-.4-.119-.796-.046-1.136.075-.354.274-.672.65-.823.192-.077.4-.12.602-.077a.7.7 0 0 1 .477.365c.088.164.12.356.127.538.007.188-.012.396-.047.614-.084.51-.27 1.134-.52 1.794a10.954 10.954 0 0 0 .98 1.686 5.753 5.753 0 0 1 1.334.05c.364.066.734.195.96.465.12.144.193.32.2.518.007.192-.047.382-.138.563a1.04 1.04 0 0 1-.354.416.856.856 0 0 1-.51.138c-.331-.014-.654-.196-.933-.417a5.712 5.712 0 0 1-.911-.95 11.651 11.651 0 0 0-1.997.406 11.307 11.307 0 0 1-1.02 1.51c-.292.35-.609.656-.927.787a.793.793 0 0 1-.58.029zm1.379-1.901c-.166.076-.32.156-.459.238-.328.194-.541.383-.647.547-.094.145-.096.25-.04.361.01.022.02.036.026.044a.266.266 0 0 0 .035-.012c.137-.056.355-.235.635-.572a8.18 8.18 0 0 0 .45-.606zm1.64-1.33a12.71 12.71 0 0 1 1.01-.193 11.744 11.744 0 0 1-.51-.858 20.801 20.801 0 0 1-.5 1.05zm2.446.45c.15.163.296.3.435.41.24.19.407.253.498.256a.107.107 0 0 0 .07-.015.307.307 0 0 0 .094-.125.436.436 0 0 0 .059-.2.095.095 0 0 0-.026-.063c-.052-.062-.2-.152-.518-.209a3.876 3.876 0 0 0-.612-.053zM8.078 7.8a6.7 6.7 0 0 0 .2-.828c.031-.188.043-.343.038-.465a.613.613 0 0 0-.032-.198.517.517 0 0 0-.145.04c-.087.035-.158.106-.196.283-.04.192-.03.469.046.822.024.111.054.227.09.346z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-pdf-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.523 12.424c.14-.082.293-.162.459-.238a7.878 7.878 0 0 1-.45.606c-.28.337-.498.516-.635.572a.266.266 0 0 1-.035.012.282.282 0 0 1-.026-.044c-.056-.11-.054-.216.04-.36.106-.165.319-.354.647-.548zm2.455-1.647c-.119.025-.237.05-.356.078a21.148 21.148 0 0 0 .5-1.05 12.045 12.045 0 0 0 .51.858c-.217.032-.436.07-.654.114zm2.525.939a3.881 3.881 0 0 1-.435-.41c.228.005.434.022.612.054.317.057.466.147.518.209a.095.095 0 0 1 .026.064.436.436 0 0 1-.06.2.307.307 0 0 1-.094.124.107.107 0 0 1-.069.015c-.09-.003-.258-.066-.498-.256zM8.278 6.97c-.04.244-.108.524-.2.829a4.86 4.86 0 0 1-.089-.346c-.076-.353-.087-.63-.046-.822.038-.177.11-.248.196-.283a.517.517 0 0 1 .145-.04c.013.03.028.092.032.198.005.122-.007.277-.038.465z\"/><path fill-rule=\"evenodd\" d=\"M4 0h5.293A1 1 0 0 1 10 .293L13.707 4a1 1 0 0 1 .293.707V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm5.5 1.5v2a1 1 0 0 0 1 1h2l-3-3zM4.165 13.668c.09.18.23.343.438.419.207.075.412.04.58-.03.318-.13.635-.436.926-.786.333-.401.683-.927 1.021-1.51a11.651 11.651 0 0 1 1.997-.406c.3.383.61.713.91.95.28.22.603.403.934.417a.856.856 0 0 0 .51-.138c.155-.101.27-.247.354-.416.09-.181.145-.37.138-.563a.844.844 0 0 0-.2-.518c-.226-.27-.596-.4-.96-.465a5.76 5.76 0 0 0-1.335-.05 10.954 10.954 0 0 1-.98-1.686c.25-.66.437-1.284.52-1.794.036-.218.055-.426.048-.614a1.238 1.238 0 0 0-.127-.538.7.7 0 0 0-.477-.365c-.202-.043-.41 0-.601.077-.377.15-.576.47-.651.823-.073.34-.04.736.046 1.136.088.406.238.848.43 1.295a19.697 19.697 0 0 1-1.062 2.227 7.662 7.662 0 0 0-1.482.645c-.37.22-.699.48-.897.787-.21.326-.275.714-.08 1.103z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-person",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z\"/><path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2v9.255S12 12 8 12s-5 1.755-5 1.755V2a1 1 0 0 1 1-1h5.5v2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-person-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0zm2 5.755V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-.245S4 12 8 12s5 1.755 5 1.755z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-play",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 6.883v4.234a.5.5 0 0 0 .757.429l3.528-2.117a.5.5 0 0 0 0-.858L6.757 6.454a.5.5 0 0 0-.757.43z\"/><path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-play-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM6 6.883a.5.5 0 0 1 .757-.429l3.528 2.117a.5.5 0 0 1 0 .858l-3.528 2.117a.5.5 0 0 1-.757-.43V6.884z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-plus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 6.5a.5.5 0 0 1 .5.5v1.5H10a.5.5 0 0 1 0 1H8.5V11a.5.5 0 0 1-1 0V9.5H6a.5.5 0 0 1 0-1h1.5V7a.5.5 0 0 1 .5-.5z\"/><path d=\"M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-plus-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM8.5 7v1.5H10a.5.5 0 0 1 0 1H8.5V11a.5.5 0 0 1-1 0V9.5H6a.5.5 0 0 1 0-1h1.5V7a.5.5 0 0 1 1 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-post",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h-2z\"/><path d=\"M4 6.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-7zm0-3a.5.5 0 0 1 .5-.5H7a.5.5 0 0 1 0 1H4.5a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-post-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zm-5-.5H7a.5.5 0 0 1 0 1H4.5a.5.5 0 0 1 0-1zm0 3h7a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-7a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-ppt",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7 5.5a1 1 0 0 0-1 1V13a.5.5 0 0 0 1 0v-2h1.188a2.75 2.75 0 0 0 0-5.5H7zM8.188 10H7V6.5h1.188a1.75 1.75 0 1 1 0 3.5z\"/><path d=\"M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-ppt-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.188 10H7V6.5h1.188a1.75 1.75 0 1 1 0 3.5z\"/><path d=\"M4 0h5.293A1 1 0 0 1 10 .293L13.707 4a1 1 0 0 1 .293.707V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm5.5 1.5v2a1 1 0 0 0 1 1h2l-3-3zM7 5.5a1 1 0 0 0-1 1V13a.5.5 0 0 0 1 0v-2h1.188a2.75 2.75 0 0 0 0-5.5H7z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-richtext",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h-2z\"/><path d=\"M4.5 12.5A.5.5 0 0 1 5 12h3a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm0-2A.5.5 0 0 1 5 10h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm1.639-3.708 1.33.886 1.854-1.855a.25.25 0 0 1 .289-.047l1.888.974V8.5a.5.5 0 0 1-.5.5H5a.5.5 0 0 1-.5-.5V8s1.54-1.274 1.639-1.208zM6.25 6a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-richtext-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM7 6.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0zm-.861 1.542 1.33.886 1.854-1.855a.25.25 0 0 1 .289-.047l1.888.974V9.5a.5.5 0 0 1-.5.5H5a.5.5 0 0 1-.5-.5V9s1.54-1.274 1.639-1.208zM5 11h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1zm0 2h3a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-ruled",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V9H3V2a1 1 0 0 1 1-1h5.5v2zM3 12v-2h2v2H3zm0 1h2v2H4a1 1 0 0 1-1-1v-1zm3 2v-2h7v1a1 1 0 0 1-1 1H6zm7-3H6v-2h7v2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-ruled-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM3 9h10v1H6v2h7v1H6v2H5v-2H3v-1h2v-2H3V9z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-slides",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5 6a.5.5 0 0 0-.496.438l-.5 4A.5.5 0 0 0 4.5 11h3v2.016c-.863.055-1.5.251-1.5.484 0 .276.895.5 2 .5s2-.224 2-.5c0-.233-.637-.429-1.5-.484V11h3a.5.5 0 0 0 .496-.562l-.5-4A.5.5 0 0 0 11 6H5zm2 3.78V7.22c0-.096.106-.156.19-.106l2.13 1.279a.125.125 0 0 1 0 .214l-2.13 1.28A.125.125 0 0 1 7 9.778z\"/><path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-slides-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7 9.78V7.22c0-.096.106-.156.19-.106l2.13 1.279a.125.125 0 0 1 0 .214l-2.13 1.28A.125.125 0 0 1 7 9.778z\"/><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM5 6h6a.5.5 0 0 1 .496.438l.5 4A.5.5 0 0 1 11.5 11h-3v2.016c.863.055 1.5.251 1.5.484 0 .276-.895.5-2 .5s-2-.224-2-.5c0-.233.637-.429 1.5-.484V11h-3a.5.5 0 0 1-.496-.562l.5-4A.5.5 0 0 1 5 6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-spreadsheet",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V9H3V2a1 1 0 0 1 1-1h5.5v2zM3 12v-2h2v2H3zm0 1h2v2H4a1 1 0 0 1-1-1v-1zm3 2v-2h3v2H6zm4 0v-2h3v1a1 1 0 0 1-1 1h-2zm3-3h-3v-2h3v2zm-7 0v-2h3v2H6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-spreadsheet-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 12v-2h3v2H6z\"/><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM3 9h10v1h-3v2h3v1h-3v2H9v-2H6v2H5v-2H3v-1h2v-2H3V9z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-text",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.5 7a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5zM5 9.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z\"/><path d=\"M9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.5L9.5 0zm0 1v2A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-text-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM4.5 9a.5.5 0 0 1 0-1h7a.5.5 0 0 1 0 1h-7zM4 10.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm.5 2.5a.5.5 0 0 1 0-1h4a.5.5 0 0 1 0 1h-4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-word",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.485 6.879a.5.5 0 1 0-.97.242l1.5 6a.5.5 0 0 0 .967.01L8 9.402l1.018 3.73a.5.5 0 0 0 .967-.01l1.5-6a.5.5 0 0 0-.97-.242l-1.036 4.144-.997-3.655a.5.5 0 0 0-.964 0l-.997 3.655L5.485 6.88z\"/><path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-word-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM5.485 6.879l1.036 4.144.997-3.655a.5.5 0 0 1 .964 0l.997 3.655 1.036-4.144a.5.5 0 0 1 .97.242l-1.5 6a.5.5 0 0 1-.967.01L8 9.402l-1.018 3.73a.5.5 0 0 1-.967-.01l-1.5-6a.5.5 0 1 1 .97-.242z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-x",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.854 7.146a.5.5 0 1 0-.708.708L7.293 9l-1.147 1.146a.5.5 0 0 0 .708.708L8 9.707l1.146 1.147a.5.5 0 0 0 .708-.708L8.707 9l1.147-1.146a.5.5 0 0 0-.708-.708L8 8.293 6.854 7.146z\"/><path d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-x-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM6.854 7.146 8 8.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 9l1.147 1.146a.5.5 0 0 1-.708.708L8 9.707l-1.146 1.147a.5.5 0 0 1-.708-.708L7.293 9 6.146 7.854a.5.5 0 1 1 .708-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-zip",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5 7.5a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v.938l.4 1.599a1 1 0 0 1-.416 1.074l-.93.62a1 1 0 0 1-1.11 0l-.929-.62a1 1 0 0 1-.415-1.074L5 8.438V7.5zm2 0H6v.938a1 1 0 0 1-.03.243l-.4 1.598.93.62.929-.62-.4-1.598A1 1 0 0 1 7 8.438V7.5z\"/><path d=\"M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1h-2v1h-1v1h1v1h-1v1h1v1H6V5H5V4h1V3H5V2h1V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-earmark-zip-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.5 9.438V8.5h1v.938a1 1 0 0 0 .03.243l.4 1.598-.93.62-.93-.62.4-1.598a1 1 0 0 0 .03-.243z\"/><path d=\"M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zm-4-.5V2h-1V1H6v1h1v1H6v1h1v1H6v1h1v1H5.5V6h-1V5h1V4h-1V3h1zm0 4.5h1a1 1 0 0 1 1 1v.938l.4 1.599a1 1 0 0 1-.416 1.074l-.93.62a1 1 0 0 1-1.109 0l-.93-.62a1 1 0 0 1-.415-1.074l.4-1.599V8.5a1 1 0 0 1 1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-easel",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.5 5a.5.5 0 1 0-1 0h-2A1.5 1.5 0 0 0 4 6.5v2A1.5 1.5 0 0 0 5.5 10h.473l-.447 1.342a.5.5 0 1 0 .948.316L7.027 10H7.5v1a.5.5 0 0 0 1 0v-1h.473l.553 1.658a.5.5 0 1 0 .948-.316L10.027 10h.473A1.5 1.5 0 0 0 12 8.5v-2A1.5 1.5 0 0 0 10.5 5h-2zM5 6.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-2z\"/><path d=\"M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-easel-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5 6.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-2z\"/><path d=\"M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM8.5 5h2A1.5 1.5 0 0 1 12 6.5v2a1.5 1.5 0 0 1-1.5 1.5h-.473l.447 1.342a.5.5 0 0 1-.948.316L8.973 10H8.5v1a.5.5 0 0 1-1 0v-1h-.473l-.553 1.658a.5.5 0 1 1-.948-.316L5.973 10H5.5A1.5 1.5 0 0 1 4 8.5v-2A1.5 1.5 0 0 1 5.5 5h2a.5.5 0 0 1 1 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-excel",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.18 4.616a.5.5 0 0 1 .704.064L8 7.219l2.116-2.54a.5.5 0 1 1 .768.641L8.651 8l2.233 2.68a.5.5 0 0 1-.768.64L8 8.781l-2.116 2.54a.5.5 0 0 1-.768-.641L7.349 8 5.116 5.32a.5.5 0 0 1 .064-.704z\"/><path d=\"M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-excel-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM5.884 4.68 8 7.219l2.116-2.54a.5.5 0 1 1 .768.641L8.651 8l2.233 2.68a.5.5 0 0 1-.768.64L8 8.781l-2.116 2.54a.5.5 0 0 1-.768-.641L7.349 8 5.116 5.32a.5.5 0 1 1 .768-.64z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M4 0h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-font",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10.943 4H5.057L5 6h.5c.18-1.096.356-1.192 1.694-1.235l.293-.01v6.09c0 .47-.1.582-.898.655v.5H9.41v-.5c-.803-.073-.903-.184-.903-.654V4.755l.298.01c1.338.043 1.514.14 1.694 1.235h.5l-.057-2z\"/><path d=\"M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-font-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM5.057 4h5.886L11 6h-.5c-.18-1.096-.356-1.192-1.694-1.235l-.298-.01v6.09c0 .47.1.582.903.655v.5H6.59v-.5c.799-.073.898-.184.898-.654V4.755l-.293.01C5.856 4.808 5.68 4.905 5.5 6H5l.057-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-image",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.002 5.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z\"/><path d=\"M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM3 2a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v8l-2.083-2.083a.5.5 0 0 0-.76.063L8 11 5.835 9.7a.5.5 0 0 0-.611.076L3 12V2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-image-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 0h8a2 2 0 0 1 2 2v8.293l-2.73-2.73a1 1 0 0 0-1.52.127l-1.889 2.644-1.769-1.062a1 1 0 0 0-1.222.15L2 12.292V2a2 2 0 0 1 2-2zm4.002 5.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0z\"/><path d=\"M10.564 8.27 14 11.708V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-.293l3.578-3.577 2.56 1.536 2.426-3.395z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-lock",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 5a1 1 0 0 1 1 1v1H7V6a1 1 0 0 1 1-1zm2 2.076V6a2 2 0 1 0-4 0v1.076c-.54.166-1 .597-1 1.224v2.4c0 .816.781 1.3 1.5 1.3h3c.719 0 1.5-.484 1.5-1.3V8.3c0-.627-.46-1.058-1-1.224zM6.105 8.125A.637.637 0 0 1 6.5 8h3a.64.64 0 0 1 .395.125c.085.068.105.133.105.175v2.4c0 .042-.02.107-.105.175A.637.637 0 0 1 9.5 11h-3a.637.637 0 0 1-.395-.125C6.02 10.807 6 10.742 6 10.7V8.3c0-.042.02-.107.105-.175z\"/><path d=\"M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-lock2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 5a1 1 0 0 1 1 1v1H7V6a1 1 0 0 1 1-1zm2 2.076V6a2 2 0 1 0-4 0v1.076c-.54.166-1 .597-1 1.224v2.4c0 .816.781 1.3 1.5 1.3h3c.719 0 1.5-.484 1.5-1.3V8.3c0-.627-.46-1.058-1-1.224z\"/><path d=\"M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-lock2-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7 6a1 1 0 0 1 2 0v1H7V6z\"/><path d=\"M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm-2 6v1.076c.54.166 1 .597 1 1.224v2.4c0 .816-.781 1.3-1.5 1.3h-3c-.719 0-1.5-.484-1.5-1.3V8.3c0-.627.46-1.058 1-1.224V6a2 2 0 1 1 4 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-lock-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7 6a1 1 0 0 1 2 0v1H7V6zM6 8.3c0-.042.02-.107.105-.175A.637.637 0 0 1 6.5 8h3a.64.64 0 0 1 .395.125c.085.068.105.133.105.175v2.4c0 .042-.02.107-.105.175A.637.637 0 0 1 9.5 11h-3a.637.637 0 0 1-.395-.125C6.02 10.807 6 10.742 6 10.7V8.3z\"/><path d=\"M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm-2 6v1.076c.54.166 1 .597 1 1.224v2.4c0 .816-.781 1.3-1.5 1.3h-3c-.719 0-1.5-.484-1.5-1.3V8.3c0-.627.46-1.058 1-1.224V6a2 2 0 1 1 4 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-medical",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.5 4.5a.5.5 0 0 0-1 0v.634l-.549-.317a.5.5 0 1 0-.5.866L7 6l-.549.317a.5.5 0 1 0 .5.866l.549-.317V7.5a.5.5 0 1 0 1 0v-.634l.549.317a.5.5 0 1 0 .5-.866L9 6l.549-.317a.5.5 0 1 0-.5-.866l-.549.317V4.5zM5.5 9a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5zm0 2a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5z\"/><path d=\"M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-medical-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM8.5 4.5v.634l.549-.317a.5.5 0 1 1 .5.866L9 6l.549.317a.5.5 0 1 1-.5.866L8.5 6.866V7.5a.5.5 0 0 1-1 0v-.634l-.549.317a.5.5 0 1 1-.5-.866L7 6l-.549-.317a.5.5 0 0 1 .5-.866l.549.317V4.5a.5.5 0 1 1 1 0zM5.5 9h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1zm0 2h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-minus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.5 8a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z\"/><path d=\"M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-minus-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM6 7.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1 0-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-music",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10.304 3.13a1 1 0 0 1 1.196.98v1.8l-2.5.5v5.09c0 .495-.301.883-.662 1.123C7.974 12.866 7.499 13 7 13c-.5 0-.974-.134-1.338-.377-.36-.24-.662-.628-.662-1.123s.301-.883.662-1.123C6.026 10.134 6.501 10 7 10c.356 0 .7.068 1 .196V4.41a1 1 0 0 1 .804-.98l1.5-.3z\"/><path d=\"M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-music-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm-.5 4.11v1.8l-2.5.5v5.09c0 .495-.301.883-.662 1.123C7.974 12.866 7.499 13 7 13c-.5 0-.974-.134-1.338-.377-.36-.24-.662-.628-.662-1.123s.301-.883.662-1.123C6.026 10.134 6.501 10 7 10c.356 0 .7.068 1 .196V4.41a1 1 0 0 1 .804-.98l1.5-.3a1 1 0 0 1 1.196.98z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-pdf",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\"/><path d=\"M4.603 12.087a.81.81 0 0 1-.438-.42c-.195-.388-.13-.776.08-1.102.198-.307.526-.568.897-.787a7.68 7.68 0 0 1 1.482-.645 19.701 19.701 0 0 0 1.062-2.227 7.269 7.269 0 0 1-.43-1.295c-.086-.4-.119-.796-.046-1.136.075-.354.274-.672.65-.823.192-.077.4-.12.602-.077a.7.7 0 0 1 .477.365c.088.164.12.356.127.538.007.187-.012.395-.047.614-.084.51-.27 1.134-.52 1.794a10.954 10.954 0 0 0 .98 1.686 5.753 5.753 0 0 1 1.334.05c.364.065.734.195.96.465.12.144.193.32.2.518.007.192-.047.382-.138.563a1.04 1.04 0 0 1-.354.416.856.856 0 0 1-.51.138c-.331-.014-.654-.196-.933-.417a5.716 5.716 0 0 1-.911-.95 11.642 11.642 0 0 0-1.997.406 11.311 11.311 0 0 1-1.021 1.51c-.29.35-.608.655-.926.787a.793.793 0 0 1-.58.029zm1.379-1.901c-.166.076-.32.156-.459.238-.328.194-.541.383-.647.547-.094.145-.096.25-.04.361.01.022.02.036.026.044a.27.27 0 0 0 .035-.012c.137-.056.355-.235.635-.572a8.18 8.18 0 0 0 .45-.606zm1.64-1.33a12.647 12.647 0 0 1 1.01-.193 11.666 11.666 0 0 1-.51-.858 20.741 20.741 0 0 1-.5 1.05zm2.446.45c.15.162.296.3.435.41.24.19.407.253.498.256a.107.107 0 0 0 .07-.015.307.307 0 0 0 .094-.125.436.436 0 0 0 .059-.2.095.095 0 0 0-.026-.063c-.052-.062-.2-.152-.518-.209a3.881 3.881 0 0 0-.612-.053zM8.078 5.8a6.7 6.7 0 0 0 .2-.828c.031-.188.043-.343.038-.465a.613.613 0 0 0-.032-.198.517.517 0 0 0-.145.04c-.087.035-.158.106-.196.283-.04.192-.03.469.046.822.024.111.054.227.09.346z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-pdf-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.523 10.424c.14-.082.293-.162.459-.238a7.878 7.878 0 0 1-.45.606c-.28.337-.498.516-.635.572a.266.266 0 0 1-.035.012.282.282 0 0 1-.026-.044c-.056-.11-.054-.216.04-.36.106-.165.319-.354.647-.548zm2.455-1.647c-.119.025-.237.05-.356.078a21.035 21.035 0 0 0 .5-1.05 11.96 11.96 0 0 0 .51.858c-.217.032-.436.07-.654.114zm2.525.939a3.888 3.888 0 0 1-.435-.41c.228.005.434.022.612.054.317.057.466.147.518.209a.095.095 0 0 1 .026.064.436.436 0 0 1-.06.2.307.307 0 0 1-.094.124.107.107 0 0 1-.069.015c-.09-.003-.258-.066-.498-.256zM8.278 4.97c-.04.244-.108.524-.2.829a4.86 4.86 0 0 1-.089-.346c-.076-.353-.087-.63-.046-.822.038-.177.11-.248.196-.283a.517.517 0 0 1 .145-.04c.013.03.028.092.032.198.005.122-.007.277-.038.465z\"/><path fill-rule=\"evenodd\" d=\"M4 0h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm.165 11.668c.09.18.23.343.438.419.207.075.412.04.58-.03.318-.13.635-.436.926-.786.333-.401.683-.927 1.021-1.51a11.64 11.64 0 0 1 1.997-.406c.3.383.61.713.91.95.28.22.603.403.934.417a.856.856 0 0 0 .51-.138c.155-.101.27-.247.354-.416.09-.181.145-.37.138-.563a.844.844 0 0 0-.2-.518c-.226-.27-.596-.4-.96-.465a5.76 5.76 0 0 0-1.335-.05 10.954 10.954 0 0 1-.98-1.686c.25-.66.437-1.284.52-1.794.036-.218.055-.426.048-.614a1.238 1.238 0 0 0-.127-.538.7.7 0 0 0-.477-.365c-.202-.043-.41 0-.601.077-.377.15-.576.47-.651.823-.073.34-.04.736.046 1.136.088.406.238.848.43 1.295a19.707 19.707 0 0 1-1.062 2.227 7.662 7.662 0 0 0-1.482.645c-.37.22-.699.48-.897.787-.21.326-.275.714-.08 1.103z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-person",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 1a1 1 0 0 1 1 1v10.755S12 11 8 11s-5 1.755-5 1.755V2a1 1 0 0 1 1-1h8zM4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4z\"/><path d=\"M8 10a3 3 0 1 0 0-6 3 3 0 0 0 0 6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-person-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm-1 7a3 3 0 1 1-6 0 3 3 0 0 1 6 0zm-3 4c2.623 0 4.146.826 5 1.755V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-1.245C3.854 11.825 5.377 11 8 11z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-play",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 10.117V5.883a.5.5 0 0 1 .757-.429l3.528 2.117a.5.5 0 0 1 0 .858l-3.528 2.117a.5.5 0 0 1-.757-.43z\"/><path d=\"M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-play-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM6 5.883a.5.5 0 0 1 .757-.429l3.528 2.117a.5.5 0 0 1 0 .858l-3.528 2.117a.5.5 0 0 1-.757-.43V5.884z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-plus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.5 6a.5.5 0 0 0-1 0v1.5H6a.5.5 0 0 0 0 1h1.5V10a.5.5 0 0 0 1 0V8.5H10a.5.5 0 0 0 0-1H8.5V6z\"/><path d=\"M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-plus-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM8.5 6v1.5H10a.5.5 0 0 1 0 1H8.5V10a.5.5 0 0 1-1 0V8.5H6a.5.5 0 0 1 0-1h1.5V6a.5.5 0 0 1 1 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-post",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 3.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-8z\"/><path d=\"M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-post-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM4.5 3h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1zm0 2h7a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-8a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-ppt",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z\"/><path d=\"M6 5a1 1 0 0 1 1-1h1.188a2.75 2.75 0 0 1 0 5.5H7v2a.5.5 0 0 1-1 0V5zm1 3.5h1.188a1.75 1.75 0 1 0 0-3.5H7v3.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-ppt-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.188 8.5H7V5h1.188a1.75 1.75 0 1 1 0 3.5z\"/><path d=\"M4 0h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm3 4a1 1 0 0 0-1 1v6.5a.5.5 0 0 0 1 0v-2h1.188a2.75 2.75 0 0 0 0-5.5H7z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-richtext",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7 4.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0zm-.861 1.542 1.33.886 1.854-1.855a.25.25 0 0 1 .289-.047l1.888.974V7.5a.5.5 0 0 1-.5.5H5a.5.5 0 0 1-.5-.5V7s1.54-1.274 1.639-1.208zM5 9a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1H5zm0 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1H5z\"/><path d=\"M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-richtext-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM7 4.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0zm-.861 1.542 1.33.886 1.854-1.855a.25.25 0 0 1 .289-.047l1.888.974V7.5a.5.5 0 0 1-.5.5H5a.5.5 0 0 1-.5-.5V7s1.54-1.274 1.639-1.208zM5 9h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1zm0 2h3a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-ruled",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm2-1a1 1 0 0 0-1 1v4h10V2a1 1 0 0 0-1-1H4zm9 6H6v2h7V7zm0 3H6v2h7v-2zm0 3H6v2h6a1 1 0 0 0 1-1v-1zm-8 2v-2H3v1a1 1 0 0 0 1 1h1zm-2-3h2v-2H3v2zm0-3h2V7H3v2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-ruled-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 0H4a2 2 0 0 0-2 2v4h12V2a2 2 0 0 0-2-2zm2 7H6v2h8V7zm0 3H6v2h8v-2zm0 3H6v3h6a2 2 0 0 0 2-2v-1zm-9 3v-3H2v1a2 2 0 0 0 2 2h1zm-3-4h3v-2H2v2zm0-3h3V7H2v2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-slides",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5 4a.5.5 0 0 0-.496.438l-.5 4A.5.5 0 0 0 4.5 9h3v2.016c-.863.055-1.5.251-1.5.484 0 .276.895.5 2 .5s2-.224 2-.5c0-.233-.637-.429-1.5-.484V9h3a.5.5 0 0 0 .496-.562l-.5-4A.5.5 0 0 0 11 4H5zm2 3.78V5.22c0-.096.106-.156.19-.106l2.13 1.279a.125.125 0 0 1 0 .214l-2.13 1.28A.125.125 0 0 1 7 7.778z\"/><path d=\"M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-slides-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7 7.78V5.22c0-.096.106-.156.19-.106l2.13 1.279a.125.125 0 0 1 0 .214l-2.13 1.28A.125.125 0 0 1 7 7.778z\"/><path d=\"M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM5 4h6a.5.5 0 0 1 .496.438l.5 4A.5.5 0 0 1 11.5 9h-3v2.016c.863.055 1.5.251 1.5.484 0 .276-.895.5-2 .5s-2-.224-2-.5c0-.233.637-.429 1.5-.484V9h-3a.5.5 0 0 1-.496-.562l.5-4A.5.5 0 0 1 5 4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-spreadsheet",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm2-1a1 1 0 0 0-1 1v4h10V2a1 1 0 0 0-1-1H4zm9 6h-3v2h3V7zm0 3h-3v2h3v-2zm0 3h-3v2h2a1 1 0 0 0 1-1v-1zm-4 2v-2H6v2h3zm-4 0v-2H3v1a1 1 0 0 0 1 1h1zm-2-3h2v-2H3v2zm0-3h2V7H3v2zm3-2v2h3V7H6zm3 3H6v2h3v-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-spreadsheet-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 0H4a2 2 0 0 0-2 2v4h12V2a2 2 0 0 0-2-2zm2 7h-4v2h4V7zm0 3h-4v2h4v-2zm0 3h-4v3h2a2 2 0 0 0 2-2v-1zm-5 3v-3H6v3h3zm-4 0v-3H2v1a2 2 0 0 0 2 2h1zm-3-4h3v-2H2v2zm0-3h3V7H2v2zm4 0V7h3v2H6zm0 1h3v2H6v-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-text",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5 4a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1H5zm-.5 2.5A.5.5 0 0 1 5 6h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zM5 8a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1H5zm0 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1H5z\"/><path d=\"M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-text-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM5 4h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1zm-.5 2.5A.5.5 0 0 1 5 6h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zM5 8h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1zm0 2h3a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-word",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.879 4.515a.5.5 0 0 1 .606.364l1.036 4.144.997-3.655a.5.5 0 0 1 .964 0l.997 3.655 1.036-4.144a.5.5 0 0 1 .97.242l-1.5 6a.5.5 0 0 1-.967.01L8 7.402l-1.018 3.73a.5.5 0 0 1-.967-.01l-1.5-6a.5.5 0 0 1 .364-.606z\"/><path d=\"M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-word-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM5.485 4.879l1.036 4.144.997-3.655a.5.5 0 0 1 .964 0l.997 3.655 1.036-4.144a.5.5 0 0 1 .97.242l-1.5 6a.5.5 0 0 1-.967.01L8 7.402l-1.018 3.73a.5.5 0 0 1-.967-.01l-1.5-6a.5.5 0 1 1 .97-.242z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-x",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.146 6.146a.5.5 0 0 1 .708 0L8 7.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 8l1.147 1.146a.5.5 0 0 1-.708.708L8 8.707 6.854 9.854a.5.5 0 0 1-.708-.708L7.293 8 6.146 6.854a.5.5 0 0 1 0-.708z\"/><path d=\"M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-x-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM6.854 6.146 8 7.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 8l1.147 1.146a.5.5 0 0 1-.708.708L8 8.707 6.854 9.854a.5.5 0 0 1-.708-.708L7.293 8 6.146 6.854a.5.5 0 1 1 .708-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-zip",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.5 7.5a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v.938l.4 1.599a1 1 0 0 1-.416 1.074l-.93.62a1 1 0 0 1-1.109 0l-.93-.62a1 1 0 0 1-.415-1.074l.4-1.599V7.5zm2 0h-1v.938a1 1 0 0 1-.03.243l-.4 1.598.93.62.93-.62-.4-1.598a1 1 0 0 1-.03-.243V7.5z\"/><path d=\"M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm5.5-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H9v1H8v1h1v1H8v1h1v1H7.5V5h-1V4h1V3h-1V2h1V1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "file-zip-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.5 9.438V8.5h-1v.938a1 1 0 0 1-.03.243l-.4 1.598.93.62.93-.62-.4-1.598a1 1 0 0 1-.03-.243z\"/><path d=\"M4 0h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm2.5 8.5v.938l-.4 1.599a1 1 0 0 0 .416 1.074l.93.62a1 1 0 0 0 1.109 0l.93-.62a1 1 0 0 0 .415-1.074l-.4-1.599V8.5a1 1 0 0 0-1-1h-1a1 1 0 0 0-1 1zm1-5.5h-1v1h1v1h-1v1h1v1H9V6H8V5h1V4H8V3h1V2H8V1H6.5v1h1v1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "files",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13 0H6a2 2 0 0 0-2 2 2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h7a2 2 0 0 0 2-2 2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm0 13V4a2 2 0 0 0-2-2H5a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1zM3 4a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "files-alt",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11 0H3a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2 2 2 0 0 0 2-2V4a2 2 0 0 0-2-2 2 2 0 0 0-2-2zm2 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1V3zM2 2a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "film",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 1a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V1zm4 0v6h8V1H4zm8 8H4v6h8V9zM1 1v2h2V1H1zm2 3H1v2h2V4zM1 7v2h2V7H1zm2 3H1v2h2v-2zm-2 3v2h2v-2H1zM15 1h-2v2h2V1zm-2 3v2h2V4h-2zm2 3h-2v2h2V7zm-2 3v2h2v-2h-2zm2 3h-2v2h2v-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "filter",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 10.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "filter-circle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M7 11.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "filter-circle-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM3.5 5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1 0-1zM5 8.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm2 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "filter-left",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 10.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "filter-right",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 10.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0 0 1h3a.5.5 0 0 0 .5-.5zm0-3a.5.5 0 0 0-.5-.5h-7a.5.5 0 0 0 0 1h7a.5.5 0 0 0 .5-.5zm0-3a.5.5 0 0 0-.5-.5h-11a.5.5 0 0 0 0 1h11a.5.5 0 0 0 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "filter-square",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z\"/><path d=\"M6 11.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "filter-square-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm.5 5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1 0-1zM4 8.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm2 3a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "flag",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14.778.085A.5.5 0 0 1 15 .5V8a.5.5 0 0 1-.314.464L14.5 8l.186.464-.003.001-.006.003-.023.009a12.435 12.435 0 0 1-.397.15c-.264.095-.631.223-1.047.35-.816.252-1.879.523-2.71.523-.847 0-1.548-.28-2.158-.525l-.028-.01C7.68 8.71 7.14 8.5 6.5 8.5c-.7 0-1.638.23-2.437.477A19.626 19.626 0 0 0 3 9.342V15.5a.5.5 0 0 1-1 0V.5a.5.5 0 0 1 1 0v.282c.226-.079.496-.17.79-.26C4.606.272 5.67 0 6.5 0c.84 0 1.524.277 2.121.519l.043.018C9.286.788 9.828 1 10.5 1c.7 0 1.638-.23 2.437-.477a19.587 19.587 0 0 0 1.349-.476l.019-.007.004-.002h.001M14 1.221c-.22.078-.48.167-.766.255-.81.252-1.872.523-2.734.523-.886 0-1.592-.286-2.203-.534l-.008-.003C7.662 1.21 7.139 1 6.5 1c-.669 0-1.606.229-2.415.478A21.294 21.294 0 0 0 3 1.845v6.433c.22-.078.48-.167.766-.255C4.576 7.77 5.638 7.5 6.5 7.5c.847 0 1.548.28 2.158.525l.028.01C9.32 8.29 9.86 8.5 10.5 8.5c.668 0 1.606-.229 2.415-.478A21.317 21.317 0 0 0 14 7.655V1.222z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "flag-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14.778.085A.5.5 0 0 1 15 .5V8a.5.5 0 0 1-.314.464L14.5 8l.186.464-.003.001-.006.003-.023.009a12.435 12.435 0 0 1-.397.15c-.264.095-.631.223-1.047.35-.816.252-1.879.523-2.71.523-.847 0-1.548-.28-2.158-.525l-.028-.01C7.68 8.71 7.14 8.5 6.5 8.5c-.7 0-1.638.23-2.437.477A19.626 19.626 0 0 0 3 9.342V15.5a.5.5 0 0 1-1 0V.5a.5.5 0 0 1 1 0v.282c.226-.079.496-.17.79-.26C4.606.272 5.67 0 6.5 0c.84 0 1.524.277 2.121.519l.043.018C9.286.788 9.828 1 10.5 1c.7 0 1.638-.23 2.437-.477a19.587 19.587 0 0 0 1.349-.476l.019-.007.004-.002h.001\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "flower1",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.174 1.184a2 2 0 0 1 3.652 0A2 2 0 0 1 12.99 3.01a2 2 0 0 1 1.826 3.164 2 2 0 0 1 0 3.652 2 2 0 0 1-1.826 3.164 2 2 0 0 1-3.164 1.826 2 2 0 0 1-3.652 0A2 2 0 0 1 3.01 12.99a2 2 0 0 1-1.826-3.164 2 2 0 0 1 0-3.652A2 2 0 0 1 3.01 3.01a2 2 0 0 1 3.164-1.826zM8 1a1 1 0 0 0-.998 1.03l.01.091c.012.077.029.176.054.296.049.241.122.542.213.887.182.688.428 1.513.676 2.314L8 5.762l.045-.144c.248-.8.494-1.626.676-2.314.091-.345.164-.646.213-.887a4.997 4.997 0 0 0 .064-.386L9 2a1 1 0 0 0-1-1zM2 9l.03-.002.091-.01a4.99 4.99 0 0 0 .296-.054c.241-.049.542-.122.887-.213a60.59 60.59 0 0 0 2.314-.676L5.762 8l-.144-.045a60.59 60.59 0 0 0-2.314-.676 16.705 16.705 0 0 0-.887-.213 4.99 4.99 0 0 0-.386-.064L2 7a1 1 0 1 0 0 2zm7 5-.002-.03a5.005 5.005 0 0 0-.064-.386 16.398 16.398 0 0 0-.213-.888 60.582 60.582 0 0 0-.676-2.314L8 10.238l-.045.144c-.248.8-.494 1.626-.676 2.314-.091.345-.164.646-.213.887a4.996 4.996 0 0 0-.064.386L7 14a1 1 0 1 0 2 0zm-5.696-2.134.025-.017a5.001 5.001 0 0 0 .303-.248c.184-.164.408-.377.661-.629A60.614 60.614 0 0 0 5.96 9.23l.103-.111-.147.033a60.88 60.88 0 0 0-2.343.572c-.344.093-.64.18-.874.258a5.063 5.063 0 0 0-.367.138l-.027.014a1 1 0 1 0 1 1.732zM4.5 14.062a1 1 0 0 0 1.366-.366l.014-.027c.01-.02.021-.048.036-.084a5.09 5.09 0 0 0 .102-.283c.078-.233.165-.53.258-.874a60.6 60.6 0 0 0 .572-2.343l.033-.147-.11.102a60.848 60.848 0 0 0-1.743 1.667 17.07 17.07 0 0 0-.629.66 5.06 5.06 0 0 0-.248.304l-.017.025a1 1 0 0 0 .366 1.366zm9.196-8.196a1 1 0 0 0-1-1.732l-.025.017a4.951 4.951 0 0 0-.303.248 16.69 16.69 0 0 0-.661.629A60.72 60.72 0 0 0 10.04 6.77l-.102.111.147-.033a60.6 60.6 0 0 0 2.342-.572c.345-.093.642-.18.875-.258a4.993 4.993 0 0 0 .367-.138.53.53 0 0 0 .027-.014zM11.5 1.938a1 1 0 0 0-1.366.366l-.014.027c-.01.02-.021.048-.036.084a5.09 5.09 0 0 0-.102.283c-.078.233-.165.53-.258.875a60.62 60.62 0 0 0-.572 2.342l-.033.147.11-.102a60.848 60.848 0 0 0 1.743-1.667c.252-.253.465-.477.629-.66a5.001 5.001 0 0 0 .248-.304l.017-.025a1 1 0 0 0-.366-1.366zM14 9a1 1 0 0 0 0-2l-.03.002a4.996 4.996 0 0 0-.386.064c-.242.049-.543.122-.888.213-.688.182-1.513.428-2.314.676L10.238 8l.144.045c.8.248 1.626.494 2.314.676.345.091.646.164.887.213a4.996 4.996 0 0 0 .386.064L14 9zM1.938 4.5a1 1 0 0 0 .393 1.38l.084.035c.072.03.166.064.283.103.233.078.53.165.874.258a60.88 60.88 0 0 0 2.343.572l.147.033-.103-.111a60.584 60.584 0 0 0-1.666-1.742 16.705 16.705 0 0 0-.66-.629 4.996 4.996 0 0 0-.304-.248l-.025-.017a1 1 0 0 0-1.366.366zm2.196-1.196.017.025a4.996 4.996 0 0 0 .248.303c.164.184.377.408.629.661A60.597 60.597 0 0 0 6.77 5.96l.111.102-.033-.147a60.602 60.602 0 0 0-.572-2.342c-.093-.345-.18-.642-.258-.875a5.006 5.006 0 0 0-.138-.367l-.014-.027a1 1 0 1 0-1.732 1zm9.928 8.196a1 1 0 0 0-.366-1.366l-.027-.014a5 5 0 0 0-.367-.138c-.233-.078-.53-.165-.875-.258a60.619 60.619 0 0 0-2.342-.572l-.147-.033.102.111a60.73 60.73 0 0 0 1.667 1.742c.253.252.477.465.66.629a4.946 4.946 0 0 0 .304.248l.025.017a1 1 0 0 0 1.366-.366zm-3.928 2.196a1 1 0 0 0 1.732-1l-.017-.025a5.065 5.065 0 0 0-.248-.303 16.705 16.705 0 0 0-.629-.661A60.462 60.462 0 0 0 9.23 10.04l-.111-.102.033.147a60.6 60.6 0 0 0 .572 2.342c.093.345.18.642.258.875a4.985 4.985 0 0 0 .138.367.575.575 0 0 0 .014.027zM8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "flower2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 16a4 4 0 0 0 4-4 4 4 0 0 0 0-8 4 4 0 0 0-8 0 4 4 0 1 0 0 8 4 4 0 0 0 4 4zm3-12c0 .073-.01.155-.03.247-.544.241-1.091.638-1.598 1.084A2.987 2.987 0 0 0 8 5c-.494 0-.96.12-1.372.331-.507-.446-1.054-.843-1.597-1.084A1.117 1.117 0 0 1 5 4a3 3 0 0 1 6 0zm-.812 6.052A2.99 2.99 0 0 0 11 8a2.99 2.99 0 0 0-.812-2.052c.215-.18.432-.346.647-.487C11.34 5.131 11.732 5 12 5a3 3 0 1 1 0 6c-.268 0-.66-.13-1.165-.461a6.833 6.833 0 0 1-.647-.487zm-3.56.617a3.001 3.001 0 0 0 2.744 0c.507.446 1.054.842 1.598 1.084.02.091.03.174.03.247a3 3 0 1 1-6 0c0-.073.01-.155.03-.247.544-.242 1.091-.638 1.598-1.084zm-.816-4.721A2.99 2.99 0 0 0 5 8c0 .794.308 1.516.812 2.052a6.83 6.83 0 0 1-.647.487C4.66 10.869 4.268 11 4 11a3 3 0 0 1 0-6c.268 0 .66.13 1.165.461.215.141.432.306.647.487zM8 9a1 1 0 1 1 0-2 1 1 0 0 1 0 2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "flower3",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11.424 8c.437-.052.811-.136 1.04-.268a2 2 0 0 0-2-3.464c-.229.132-.489.414-.752.767C9.886 4.63 10 4.264 10 4a2 2 0 1 0-4 0c0 .264.114.63.288 1.035-.263-.353-.523-.635-.752-.767a2 2 0 0 0-2 3.464c.229.132.603.216 1.04.268-.437.052-.811.136-1.04.268a2 2 0 1 0 2 3.464c.229-.132.489-.414.752-.767C6.114 11.37 6 11.736 6 12a2 2 0 1 0 4 0c0-.264-.114-.63-.288-1.035.263.353.523.635.752.767a2 2 0 1 0 2-3.464c-.229-.132-.603-.216-1.04-.268zM9 4a1.468 1.468 0 0 1-.045.205c-.039.132-.1.295-.183.484a12.88 12.88 0 0 1-.637 1.223L8 6.142a21.73 21.73 0 0 1-.135-.23 12.88 12.88 0 0 1-.637-1.223 4.216 4.216 0 0 1-.183-.484A1.473 1.473 0 0 1 7 4a1 1 0 1 1 2 0zM3.67 5.5a1 1 0 0 1 1.366-.366 1.472 1.472 0 0 1 .156.142c.094.1.204.233.326.4.245.333.502.747.742 1.163l.13.232a21.86 21.86 0 0 1-.265.002 12.88 12.88 0 0 1-1.379-.06 4.214 4.214 0 0 1-.51-.083 1.47 1.47 0 0 1-.2-.064A1 1 0 0 1 3.67 5.5zm1.366 5.366a1 1 0 0 1-1-1.732c.001 0 .016-.008.047-.02.037-.013.087-.028.153-.044.134-.032.305-.06.51-.083a12.88 12.88 0 0 1 1.379-.06c.09 0 .178 0 .266.002a21.82 21.82 0 0 1-.131.232c-.24.416-.497.83-.742 1.163a4.1 4.1 0 0 1-.327.4 1.483 1.483 0 0 1-.155.142zM9 12a1 1 0 0 1-2 0 1.476 1.476 0 0 1 .045-.206c.039-.131.1-.294.183-.483.166-.378.396-.808.637-1.223L8 9.858l.135.23c.241.415.47.845.637 1.223.083.19.144.352.183.484A1.338 1.338 0 0 1 9 12zm3.33-6.5a1 1 0 0 1-.366 1.366 1.478 1.478 0 0 1-.2.064c-.134.032-.305.06-.51.083-.412.045-.898.061-1.379.06-.09 0-.178 0-.266-.002l.131-.232c.24-.416.497-.83.742-1.163a4.1 4.1 0 0 1 .327-.4c.046-.05.085-.086.114-.11.026-.022.04-.03.041-.032a1 1 0 0 1 1.366.366zm-1.366 5.366a1.494 1.494 0 0 1-.155-.141 4.225 4.225 0 0 1-.327-.4A12.88 12.88 0 0 1 9.74 9.16a22 22 0 0 1-.13-.232l.265-.002c.48-.001.967.015 1.379.06.205.023.376.051.51.083.066.016.116.031.153.044l.048.02a1 1 0 1 1-1 1.732zM8 9a1 1 0 1 1 0-2 1 1 0 0 1 0 2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "folder",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M.54 3.87.5 3a2 2 0 0 1 2-2h3.672a2 2 0 0 1 1.414.586l.828.828A2 2 0 0 0 9.828 3h3.982a2 2 0 0 1 1.992 2.181l-.637 7A2 2 0 0 1 13.174 14H2.826a2 2 0 0 1-1.991-1.819l-.637-7a1.99 1.99 0 0 1 .342-1.31zM2.19 4a1 1 0 0 0-.996 1.09l.637 7a1 1 0 0 0 .995.91h10.348a1 1 0 0 0 .995-.91l.637-7A1 1 0 0 0 13.81 4H2.19zm4.69-1.707A1 1 0 0 0 6.172 2H2.5a1 1 0 0 0-1 .981l.006.139C1.72 3.042 1.95 3 2.19 3h5.396l-.707-.707z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "folder2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1 3.5A1.5 1.5 0 0 1 2.5 2h2.764c.958 0 1.76.56 2.311 1.184C7.985 3.648 8.48 4 9 4h4.5A1.5 1.5 0 0 1 15 5.5v7a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 1 12.5v-9zM2.5 3a.5.5 0 0 0-.5.5V6h12v-.5a.5.5 0 0 0-.5-.5H9c-.964 0-1.71-.629-2.174-1.154C6.374 3.334 5.82 3 5.264 3H2.5zM14 7H2v5.5a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 .5-.5V7z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "folder2-open",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1 3.5A1.5 1.5 0 0 1 2.5 2h2.764c.958 0 1.76.56 2.311 1.184C7.985 3.648 8.48 4 9 4h4.5A1.5 1.5 0 0 1 15 5.5v.64c.57.265.94.876.856 1.546l-.64 5.124A2.5 2.5 0 0 1 12.733 15H3.266a2.5 2.5 0 0 1-2.481-2.19l-.64-5.124A1.5 1.5 0 0 1 1 6.14V3.5zM2 6h12v-.5a.5.5 0 0 0-.5-.5H9c-.964 0-1.71-.629-2.174-1.154C6.374 3.334 5.82 3 5.264 3H2.5a.5.5 0 0 0-.5.5V6zm-.367 1a.5.5 0 0 0-.496.562l.64 5.124A1.5 1.5 0 0 0 3.266 14h9.468a1.5 1.5 0 0 0 1.489-1.314l.64-5.124A.5.5 0 0 0 14.367 7H1.633z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "folder-check",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m.5 3 .04.87a1.99 1.99 0 0 0-.342 1.311l.637 7A2 2 0 0 0 2.826 14H9v-1H2.826a1 1 0 0 1-.995-.91l-.637-7A1 1 0 0 1 2.19 4h11.62a1 1 0 0 1 .996 1.09L14.54 8h1.005l.256-2.819A2 2 0 0 0 13.81 3H9.828a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 6.172 1H2.5a2 2 0 0 0-2 2zm5.672-1a1 1 0 0 1 .707.293L7.586 3H2.19c-.24 0-.47.042-.683.12L1.5 2.98a1 1 0 0 1 1-.98h3.672z\"/><path d=\"M15.854 10.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.707 0l-1.5-1.5a.5.5 0 0 1 .707-.708l1.146 1.147 2.646-2.647a.5.5 0 0 1 .708 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "folder-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.828 3h3.982a2 2 0 0 1 1.992 2.181l-.637 7A2 2 0 0 1 13.174 14H2.825a2 2 0 0 1-1.991-1.819l-.637-7a1.99 1.99 0 0 1 .342-1.31L.5 3a2 2 0 0 1 2-2h3.672a2 2 0 0 1 1.414.586l.828.828A2 2 0 0 0 9.828 3zm-8.322.12C1.72 3.042 1.95 3 2.19 3h5.396l-.707-.707A1 1 0 0 0 6.172 2H2.5a1 1 0 0 0-1 .981l.006.139z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "folder-minus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m.5 3 .04.87a1.99 1.99 0 0 0-.342 1.311l.637 7A2 2 0 0 0 2.826 14H9v-1H2.826a1 1 0 0 1-.995-.91l-.637-7A1 1 0 0 1 2.19 4h11.62a1 1 0 0 1 .996 1.09L14.54 8h1.005l.256-2.819A2 2 0 0 0 13.81 3H9.828a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 6.172 1H2.5a2 2 0 0 0-2 2zm5.672-1a1 1 0 0 1 .707.293L7.586 3H2.19c-.24 0-.47.042-.683.12L1.5 2.98a1 1 0 0 1 1-.98h3.672z\"/><path d=\"M11 11.5a.5.5 0 0 1 .5-.5h4a.5.5 0 1 1 0 1h-4a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "folder-plus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m.5 3 .04.87a1.99 1.99 0 0 0-.342 1.311l.637 7A2 2 0 0 0 2.826 14H9v-1H2.826a1 1 0 0 1-.995-.91l-.637-7A1 1 0 0 1 2.19 4h11.62a1 1 0 0 1 .996 1.09L14.54 8h1.005l.256-2.819A2 2 0 0 0 13.81 3H9.828a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 6.172 1H2.5a2 2 0 0 0-2 2zm5.672-1a1 1 0 0 1 .707.293L7.586 3H2.19c-.24 0-.47.042-.683.12L1.5 2.98a1 1 0 0 1 1-.98h3.672z\"/><path d=\"M13.5 10a.5.5 0 0 1 .5.5V12h1.5a.5.5 0 1 1 0 1H14v1.5a.5.5 0 1 1-1 0V13h-1.5a.5.5 0 0 1 0-1H13v-1.5a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "folder-symlink",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m11.798 8.271-3.182 1.97c-.27.166-.616-.036-.616-.372V9.1s-2.571-.3-4 2.4c.571-4.8 3.143-4.8 4-4.8v-.769c0-.336.346-.538.616-.371l3.182 1.969c.27.166.27.576 0 .742z\"/><path d=\"m.5 3 .04.87a1.99 1.99 0 0 0-.342 1.311l.637 7A2 2 0 0 0 2.826 14h10.348a2 2 0 0 0 1.991-1.819l.637-7A2 2 0 0 0 13.81 3H9.828a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 6.172 1H2.5a2 2 0 0 0-2 2zm.694 2.09A1 1 0 0 1 2.19 4h11.62a1 1 0 0 1 .996 1.09l-.636 7a1 1 0 0 1-.996.91H2.826a1 1 0 0 1-.995-.91l-.637-7zM6.172 2a1 1 0 0 1 .707.293L7.586 3H2.19c-.24 0-.47.042-.683.12L1.5 2.98a1 1 0 0 1 1-.98h3.672z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "folder-symlink-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13.81 3H9.828a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 6.172 1H2.5a2 2 0 0 0-2 2l.04.87a1.99 1.99 0 0 0-.342 1.311l.637 7A2 2 0 0 0 2.826 14h10.348a2 2 0 0 0 1.991-1.819l.637-7A2 2 0 0 0 13.81 3zM2.19 3c-.24 0-.47.042-.683.12L1.5 2.98a1 1 0 0 1 1-.98h3.672a1 1 0 0 1 .707.293L7.586 3H2.19zm9.608 5.271-3.182 1.97c-.27.166-.616-.036-.616-.372V9.1s-2.571-.3-4 2.4c.571-4.8 3.143-4.8 4-4.8v-.769c0-.336.346-.538.616-.371l3.182 1.969c.27.166.27.576 0 .742z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "folder-x",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M.54 3.87.5 3a2 2 0 0 1 2-2h3.672a2 2 0 0 1 1.414.586l.828.828A2 2 0 0 0 9.828 3h3.982a2 2 0 0 1 1.992 2.181L15.546 8H14.54l.265-2.91A1 1 0 0 0 13.81 4H2.19a1 1 0 0 0-.996 1.09l.637 7a1 1 0 0 0 .995.91H9v1H2.826a2 2 0 0 1-1.991-1.819l-.637-7a1.99 1.99 0 0 1 .342-1.31zm6.339-1.577A1 1 0 0 0 6.172 2H2.5a1 1 0 0 0-1 .981l.006.139C1.72 3.042 1.95 3 2.19 3h5.396l-.707-.707z\"/><path d=\"M11.854 10.146a.5.5 0 0 0-.707.708L12.293 12l-1.146 1.146a.5.5 0 0 0 .707.708L13 12.707l1.146 1.147a.5.5 0 0 0 .708-.708L13.707 12l1.147-1.146a.5.5 0 0 0-.707-.708L13 11.293l-1.146-1.147z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "fonts",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12.258 3h-8.51l-.083 2.46h.479c.26-1.544.758-1.783 2.693-1.845l.424-.013v7.827c0 .663-.144.82-1.3.923v.52h4.082v-.52c-1.162-.103-1.306-.26-1.306-.923V3.602l.431.013c1.934.062 2.434.301 2.693 1.846h.479L12.258 3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "forward",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.502 5.513a.144.144 0 0 0-.202.134V6.65a.5.5 0 0 1-.5.5H2.5v2.9h6.3a.5.5 0 0 1 .5.5v1.003c0 .108.11.176.202.134l3.984-2.933a.51.51 0 0 1 .042-.028.147.147 0 0 0 0-.252.51.51 0 0 1-.042-.028L9.502 5.513zM8.3 5.647a1.144 1.144 0 0 1 1.767-.96l3.994 2.94a1.147 1.147 0 0 1 0 1.946l-3.994 2.94a1.144 1.144 0 0 1-1.767-.96v-.503H2a.5.5 0 0 1-.5-.5v-3.9a.5.5 0 0 1 .5-.5h6.3v-.503z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "forward-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m9.77 12.11 4.012-2.953a.647.647 0 0 0 0-1.114L9.771 5.09a.644.644 0 0 0-.971.557V6.65H2v3.9h6.8v1.003c0 .505.545.808.97.557z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "front",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-2H2a2 2 0 0 1-2-2V2zm5 10v2a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-2v5a2 2 0 0 1-2 2H5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "fullscreen",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1.5 1a.5.5 0 0 0-.5.5v4a.5.5 0 0 1-1 0v-4A1.5 1.5 0 0 1 1.5 0h4a.5.5 0 0 1 0 1h-4zM10 .5a.5.5 0 0 1 .5-.5h4A1.5 1.5 0 0 1 16 1.5v4a.5.5 0 0 1-1 0v-4a.5.5 0 0 0-.5-.5h-4a.5.5 0 0 1-.5-.5zM.5 10a.5.5 0 0 1 .5.5v4a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 0 1h-4A1.5 1.5 0 0 1 0 14.5v-4a.5.5 0 0 1 .5-.5zm15 0a.5.5 0 0 1 .5.5v4a1.5 1.5 0 0 1-1.5 1.5h-4a.5.5 0 0 1 0-1h4a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "fullscreen-exit",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.5 0a.5.5 0 0 1 .5.5v4A1.5 1.5 0 0 1 4.5 6h-4a.5.5 0 0 1 0-1h4a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 1 .5-.5zm5 0a.5.5 0 0 1 .5.5v4a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 0 1h-4A1.5 1.5 0 0 1 10 4.5v-4a.5.5 0 0 1 .5-.5zM0 10.5a.5.5 0 0 1 .5-.5h4A1.5 1.5 0 0 1 6 11.5v4a.5.5 0 0 1-1 0v-4a.5.5 0 0 0-.5-.5h-4a.5.5 0 0 1-.5-.5zm10 1a1.5 1.5 0 0 1 1.5-1.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 0-.5.5v4a.5.5 0 0 1-1 0v-4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "funnel",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1.5 1.5A.5.5 0 0 1 2 1h12a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.128.334L10 8.692V13.5a.5.5 0 0 1-.342.474l-3 1A.5.5 0 0 1 6 14.5V8.692L1.628 3.834A.5.5 0 0 1 1.5 3.5v-2zm1 .5v1.308l4.372 4.858A.5.5 0 0 1 7 8.5v5.306l2-.666V8.5a.5.5 0 0 1 .128-.334L13.5 3.308V2h-11z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "funnel-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1.5 1.5A.5.5 0 0 1 2 1h12a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.128.334L10 8.692V13.5a.5.5 0 0 1-.342.474l-3 1A.5.5 0 0 1 6 14.5V8.692L1.628 3.834A.5.5 0 0 1 1.5 3.5v-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "gear",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 4.754a3.246 3.246 0 1 0 0 6.492 3.246 3.246 0 0 0 0-6.492zM5.754 8a2.246 2.246 0 1 1 4.492 0 2.246 2.246 0 0 1-4.492 0z\"/><path d=\"M9.796 1.343c-.527-1.79-3.065-1.79-3.592 0l-.094.319a.873.873 0 0 1-1.255.52l-.292-.16c-1.64-.892-3.433.902-2.54 2.541l.159.292a.873.873 0 0 1-.52 1.255l-.319.094c-1.79.527-1.79 3.065 0 3.592l.319.094a.873.873 0 0 1 .52 1.255l-.16.292c-.892 1.64.901 3.434 2.541 2.54l.292-.159a.873.873 0 0 1 1.255.52l.094.319c.527 1.79 3.065 1.79 3.592 0l.094-.319a.873.873 0 0 1 1.255-.52l.292.16c1.64.893 3.434-.902 2.54-2.541l-.159-.292a.873.873 0 0 1 .52-1.255l.319-.094c1.79-.527 1.79-3.065 0-3.592l-.319-.094a.873.873 0 0 1-.52-1.255l.16-.292c.893-1.64-.902-3.433-2.541-2.54l-.292.159a.873.873 0 0 1-1.255-.52l-.094-.319zm-2.633.283c.246-.835 1.428-.835 1.674 0l.094.319a1.873 1.873 0 0 0 2.693 1.115l.291-.16c.764-.415 1.6.42 1.184 1.185l-.159.292a1.873 1.873 0 0 0 1.116 2.692l.318.094c.835.246.835 1.428 0 1.674l-.319.094a1.873 1.873 0 0 0-1.115 2.693l.16.291c.415.764-.42 1.6-1.185 1.184l-.291-.159a1.873 1.873 0 0 0-2.693 1.116l-.094.318c-.246.835-1.428.835-1.674 0l-.094-.319a1.873 1.873 0 0 0-2.692-1.115l-.292.16c-.764.415-1.6-.42-1.184-1.185l.159-.291A1.873 1.873 0 0 0 1.945 8.93l-.319-.094c-.835-.246-.835-1.428 0-1.674l.319-.094A1.873 1.873 0 0 0 3.06 4.377l-.16-.292c-.415-.764.42-1.6 1.185-1.184l.292.159a1.873 1.873 0 0 0 2.692-1.115l.094-.319z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "gear-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.405 1.05c-.413-1.4-2.397-1.4-2.81 0l-.1.34a1.464 1.464 0 0 1-2.105.872l-.31-.17c-1.283-.698-2.686.705-1.987 1.987l.169.311c.446.82.023 1.841-.872 2.105l-.34.1c-1.4.413-1.4 2.397 0 2.81l.34.1a1.464 1.464 0 0 1 .872 2.105l-.17.31c-.698 1.283.705 2.686 1.987 1.987l.311-.169a1.464 1.464 0 0 1 2.105.872l.1.34c.413 1.4 2.397 1.4 2.81 0l.1-.34a1.464 1.464 0 0 1 2.105-.872l.31.17c1.283.698 2.686-.705 1.987-1.987l-.169-.311a1.464 1.464 0 0 1 .872-2.105l.34-.1c1.4-.413 1.4-2.397 0-2.81l-.34-.1a1.464 1.464 0 0 1-.872-2.105l.17-.31c.698-1.283-.705-2.686-1.987-1.987l-.311.169a1.464 1.464 0 0 1-2.105-.872l-.1-.34zM8 10.93a2.929 2.929 0 1 1 0-5.86 2.929 2.929 0 0 1 0 5.858z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "gear-wide",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.932.727c-.243-.97-1.62-.97-1.864 0l-.071.286a.96.96 0 0 1-1.622.434l-.205-.211c-.695-.719-1.888-.03-1.613.931l.08.284a.96.96 0 0 1-1.186 1.187l-.284-.081c-.96-.275-1.65.918-.931 1.613l.211.205a.96.96 0 0 1-.434 1.622l-.286.071c-.97.243-.97 1.62 0 1.864l.286.071a.96.96 0 0 1 .434 1.622l-.211.205c-.719.695-.03 1.888.931 1.613l.284-.08a.96.96 0 0 1 1.187 1.187l-.081.283c-.275.96.918 1.65 1.613.931l.205-.211a.96.96 0 0 1 1.622.434l.071.286c.243.97 1.62.97 1.864 0l.071-.286a.96.96 0 0 1 1.622-.434l.205.211c.695.719 1.888.03 1.613-.931l-.08-.284a.96.96 0 0 1 1.187-1.187l.283.081c.96.275 1.65-.918.931-1.613l-.211-.205a.96.96 0 0 1 .434-1.622l.286-.071c.97-.243.97-1.62 0-1.864l-.286-.071a.96.96 0 0 1-.434-1.622l.211-.205c.719-.695.03-1.888-.931-1.613l-.284.08a.96.96 0 0 1-1.187-1.186l.081-.284c.275-.96-.918-1.65-1.613-.931l-.205.211a.96.96 0 0 1-1.622-.434L8.932.727zM8 12.997a4.998 4.998 0 1 1 0-9.995 4.998 4.998 0 0 1 0 9.996z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "gear-wide-connected",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.068.727c.243-.97 1.62-.97 1.864 0l.071.286a.96.96 0 0 0 1.622.434l.205-.211c.695-.719 1.888-.03 1.613.931l-.08.284a.96.96 0 0 0 1.187 1.187l.283-.081c.96-.275 1.65.918.931 1.613l-.211.205a.96.96 0 0 0 .434 1.622l.286.071c.97.243.97 1.62 0 1.864l-.286.071a.96.96 0 0 0-.434 1.622l.211.205c.719.695.03 1.888-.931 1.613l-.284-.08a.96.96 0 0 0-1.187 1.187l.081.283c.275.96-.918 1.65-1.613.931l-.205-.211a.96.96 0 0 0-1.622.434l-.071.286c-.243.97-1.62.97-1.864 0l-.071-.286a.96.96 0 0 0-1.622-.434l-.205.211c-.695.719-1.888.03-1.613-.931l.08-.284a.96.96 0 0 0-1.186-1.187l-.284.081c-.96.275-1.65-.918-.931-1.613l.211-.205a.96.96 0 0 0-.434-1.622l-.286-.071c-.97-.243-.97-1.62 0-1.864l.286-.071a.96.96 0 0 0 .434-1.622l-.211-.205c-.719-.695-.03-1.888.931-1.613l.284.08a.96.96 0 0 0 1.187-1.186l-.081-.284c-.275-.96.918-1.65 1.613-.931l.205.211a.96.96 0 0 0 1.622-.434l.071-.286zM12.973 8.5H8.25l-2.834 3.779A4.998 4.998 0 0 0 12.973 8.5zm0-1a4.998 4.998 0 0 0-7.557-3.779l2.834 3.78h4.723zM5.048 3.967c-.03.021-.058.043-.087.065l.087-.065zm-.431.355A4.984 4.984 0 0 0 3.002 8c0 1.455.622 2.765 1.615 3.678L7.375 8 4.617 4.322zm.344 7.646.087.065-.087-.065z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "gem",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.1.7a.5.5 0 0 1 .4-.2h9a.5.5 0 0 1 .4.2l2.976 3.974c.149.185.156.45.01.644L8.4 15.3a.5.5 0 0 1-.8 0L.1 5.3a.5.5 0 0 1 0-.6l3-4zm11.386 3.785-1.806-2.41-.776 2.413 2.582-.003zm-3.633.004.961-2.989H4.186l.963 2.995 5.704-.006zM5.47 5.495 8 13.366l2.532-7.876-5.062.005zm-1.371-.999-.78-2.422-1.818 2.425 2.598-.003zM1.499 5.5l5.113 6.817-2.192-6.82L1.5 5.5zm7.889 6.817 5.123-6.83-2.928.002-2.195 6.828z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "gender-ambiguous",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M11.5 1a.5.5 0 0 1 0-1h4a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V1.707l-3.45 3.45A4 4 0 0 1 8.5 10.97V13H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V14H6a.5.5 0 0 1 0-1h1.5v-2.03a4 4 0 1 1 3.471-6.648L14.293 1H11.5zm-.997 4.346a3 3 0 1 0-5.006 3.309 3 3 0 0 0 5.006-3.31z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "gender-female",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 1a4 4 0 1 0 0 8 4 4 0 0 0 0-8zM3 5a5 5 0 1 1 5.5 4.975V12h2a.5.5 0 0 1 0 1h-2v2.5a.5.5 0 0 1-1 0V13h-2a.5.5 0 0 1 0-1h2V9.975A5 5 0 0 1 3 5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "gender-male",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M9.5 2a.5.5 0 0 1 0-1h5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-1 0V2.707L9.871 6.836a5 5 0 1 1-.707-.707L13.293 2H9.5zM6 6a4 4 0 1 0 0 8 4 4 0 0 0 0-8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "gender-trans",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M0 .5A.5.5 0 0 1 .5 0h3a.5.5 0 0 1 0 1H1.707L3.5 2.793l.646-.647a.5.5 0 1 1 .708.708l-.647.646.822.822A3.99 3.99 0 0 1 8 3c1.18 0 2.239.51 2.971 1.322L14.293 1H11.5a.5.5 0 0 1 0-1h4a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V1.707l-3.45 3.45A4 4 0 0 1 8.5 10.97V13H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V14H6a.5.5 0 0 1 0-1h1.5v-2.03a4 4 0 0 1-3.05-5.814l-.95-.949-.646.647a.5.5 0 1 1-.708-.708l.647-.646L1 1.707V3.5a.5.5 0 0 1-1 0v-3zm5.49 4.856a3 3 0 1 0 5.02 3.288 3 3 0 0 0-5.02-3.288z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "geo",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 1a3 3 0 1 0 0 6 3 3 0 0 0 0-6zM4 4a4 4 0 1 1 4.5 3.969V13.5a.5.5 0 0 1-1 0V7.97A4 4 0 0 1 4 3.999zm2.493 8.574a.5.5 0 0 1-.411.575c-.712.118-1.28.295-1.655.493a1.319 1.319 0 0 0-.37.265.301.301 0 0 0-.057.09V14l.002.008a.147.147 0 0 0 .016.033.617.617 0 0 0 .145.15c.165.13.435.27.813.395.751.25 1.82.414 3.024.414s2.273-.163 3.024-.414c.378-.126.648-.265.813-.395a.619.619 0 0 0 .146-.15.148.148 0 0 0 .015-.033L12 14v-.004a.301.301 0 0 0-.057-.09 1.318 1.318 0 0 0-.37-.264c-.376-.198-.943-.375-1.655-.493a.5.5 0 1 1 .164-.986c.77.127 1.452.328 1.957.594C12.5 13 13 13.4 13 14c0 .426-.26.752-.544.977-.29.228-.68.413-1.116.558-.878.293-2.059.465-3.34.465-1.281 0-2.462-.172-3.34-.465-.436-.145-.826-.33-1.116-.558C3.26 14.752 3 14.426 3 14c0-.599.5-1 .961-1.243.505-.266 1.187-.467 1.957-.594a.5.5 0 0 1 .575.411z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "geo-alt",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12.166 8.94c-.524 1.062-1.234 2.12-1.96 3.07A31.493 31.493 0 0 1 8 14.58a31.481 31.481 0 0 1-2.206-2.57c-.726-.95-1.436-2.008-1.96-3.07C3.304 7.867 3 6.862 3 6a5 5 0 0 1 10 0c0 .862-.305 1.867-.834 2.94zM8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10z\"/><path d=\"M8 8a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm0 1a3 3 0 1 0 0-6 3 3 0 0 0 0 6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "geo-alt-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10zm0-7a3 3 0 1 1 0-6 3 3 0 0 1 0 6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "geo-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M4 4a4 4 0 1 1 4.5 3.969V13.5a.5.5 0 0 1-1 0V7.97A4 4 0 0 1 4 3.999zm2.493 8.574a.5.5 0 0 1-.411.575c-.712.118-1.28.295-1.655.493a1.319 1.319 0 0 0-.37.265.301.301 0 0 0-.057.09V14l.002.008a.147.147 0 0 0 .016.033.617.617 0 0 0 .145.15c.165.13.435.27.813.395.751.25 1.82.414 3.024.414s2.273-.163 3.024-.414c.378-.126.648-.265.813-.395a.619.619 0 0 0 .146-.15.148.148 0 0 0 .015-.033L12 14v-.004a.301.301 0 0 0-.057-.09 1.318 1.318 0 0 0-.37-.264c-.376-.198-.943-.375-1.655-.493a.5.5 0 1 1 .164-.986c.77.127 1.452.328 1.957.594C12.5 13 13 13.4 13 14c0 .426-.26.752-.544.977-.29.228-.68.413-1.116.558-.878.293-2.059.465-3.34.465-1.281 0-2.462-.172-3.34-.465-.436-.145-.826-.33-1.116-.558C3.26 14.752 3 14.426 3 14c0-.599.5-1 .961-1.243.505-.266 1.187-.467 1.957-.594a.5.5 0 0 1 .575.411z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "gift",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 2.5a2.5 2.5 0 0 1 5 0 2.5 2.5 0 0 1 5 0v.006c0 .07 0 .27-.038.494H15a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1v7.5a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 1 14.5V7a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h2.038A2.968 2.968 0 0 1 3 2.506V2.5zm1.068.5H7v-.5a1.5 1.5 0 1 0-3 0c0 .085.002.274.045.43a.522.522 0 0 0 .023.07zM9 3h2.932a.56.56 0 0 0 .023-.07c.043-.156.045-.345.045-.43a1.5 1.5 0 0 0-3 0V3zM1 4v2h6V4H1zm8 0v2h6V4H9zm5 3H9v8h4.5a.5.5 0 0 0 .5-.5V7zm-7 8V7H2v7.5a.5.5 0 0 0 .5.5H7z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "gift-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 2.5a2.5 2.5 0 0 1 5 0 2.5 2.5 0 0 1 5 0v.006c0 .07 0 .27-.038.494H15a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h2.038A2.968 2.968 0 0 1 3 2.506V2.5zm1.068.5H7v-.5a1.5 1.5 0 1 0-3 0c0 .085.002.274.045.43a.522.522 0 0 0 .023.07zM9 3h2.932a.56.56 0 0 0 .023-.07c.043-.156.045-.345.045-.43a1.5 1.5 0 0 0-3 0V3zm6 4v7.5a1.5 1.5 0 0 1-1.5 1.5H9V7h6zM2.5 16A1.5 1.5 0 0 1 1 14.5V7h6v9H2.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "github",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "globe",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm7.5-6.923c-.67.204-1.335.82-1.887 1.855A7.97 7.97 0 0 0 5.145 4H7.5V1.077zM4.09 4a9.267 9.267 0 0 1 .64-1.539 6.7 6.7 0 0 1 .597-.933A7.025 7.025 0 0 0 2.255 4H4.09zm-.582 3.5c.03-.877.138-1.718.312-2.5H1.674a6.958 6.958 0 0 0-.656 2.5h2.49zM4.847 5a12.5 12.5 0 0 0-.338 2.5H7.5V5H4.847zM8.5 5v2.5h2.99a12.495 12.495 0 0 0-.337-2.5H8.5zM4.51 8.5a12.5 12.5 0 0 0 .337 2.5H7.5V8.5H4.51zm3.99 0V11h2.653c.187-.765.306-1.608.338-2.5H8.5zM5.145 12c.138.386.295.744.468 1.068.552 1.035 1.218 1.65 1.887 1.855V12H5.145zm.182 2.472a6.696 6.696 0 0 1-.597-.933A9.268 9.268 0 0 1 4.09 12H2.255a7.024 7.024 0 0 0 3.072 2.472zM3.82 11a13.652 13.652 0 0 1-.312-2.5h-2.49c.062.89.291 1.733.656 2.5H3.82zm6.853 3.472A7.024 7.024 0 0 0 13.745 12H11.91a9.27 9.27 0 0 1-.64 1.539 6.688 6.688 0 0 1-.597.933zM8.5 12v2.923c.67-.204 1.335-.82 1.887-1.855.173-.324.33-.682.468-1.068H8.5zm3.68-1h2.146c.365-.767.594-1.61.656-2.5h-2.49a13.65 13.65 0 0 1-.312 2.5zm2.802-3.5a6.959 6.959 0 0 0-.656-2.5H12.18c.174.782.282 1.623.312 2.5h2.49zM11.27 2.461c.247.464.462.98.64 1.539h1.835a7.024 7.024 0 0 0-3.072-2.472c.218.284.418.598.597.933zM10.855 4a7.966 7.966 0 0 0-.468-1.068C9.835 1.897 9.17 1.282 8.5 1.077V4h2.355z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "globe2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm7.5-6.923c-.67.204-1.335.82-1.887 1.855-.143.268-.276.56-.395.872.705.157 1.472.257 2.282.287V1.077zM4.249 3.539c.142-.384.304-.744.481-1.078a6.7 6.7 0 0 1 .597-.933A7.01 7.01 0 0 0 3.051 3.05c.362.184.763.349 1.198.49zM3.509 7.5c.036-1.07.188-2.087.436-3.008a9.124 9.124 0 0 1-1.565-.667A6.964 6.964 0 0 0 1.018 7.5h2.49zm1.4-2.741a12.344 12.344 0 0 0-.4 2.741H7.5V5.091c-.91-.03-1.783-.145-2.591-.332zM8.5 5.09V7.5h2.99a12.342 12.342 0 0 0-.399-2.741c-.808.187-1.681.301-2.591.332zM4.51 8.5c.035.987.176 1.914.399 2.741A13.612 13.612 0 0 1 7.5 10.91V8.5H4.51zm3.99 0v2.409c.91.03 1.783.145 2.591.332.223-.827.364-1.754.4-2.741H8.5zm-3.282 3.696c.12.312.252.604.395.872.552 1.035 1.218 1.65 1.887 1.855V11.91c-.81.03-1.577.13-2.282.287zm.11 2.276a6.696 6.696 0 0 1-.598-.933 8.853 8.853 0 0 1-.481-1.079 8.38 8.38 0 0 0-1.198.49 7.01 7.01 0 0 0 2.276 1.522zm-1.383-2.964A13.36 13.36 0 0 1 3.508 8.5h-2.49a6.963 6.963 0 0 0 1.362 3.675c.47-.258.995-.482 1.565-.667zm6.728 2.964a7.009 7.009 0 0 0 2.275-1.521 8.376 8.376 0 0 0-1.197-.49 8.853 8.853 0 0 1-.481 1.078 6.688 6.688 0 0 1-.597.933zM8.5 11.909v3.014c.67-.204 1.335-.82 1.887-1.855.143-.268.276-.56.395-.872A12.63 12.63 0 0 0 8.5 11.91zm3.555-.401c.57.185 1.095.409 1.565.667A6.963 6.963 0 0 0 14.982 8.5h-2.49a13.36 13.36 0 0 1-.437 3.008zM14.982 7.5a6.963 6.963 0 0 0-1.362-3.675c-.47.258-.995.482-1.565.667.248.92.4 1.938.437 3.008h2.49zM11.27 2.461c.177.334.339.694.482 1.078a8.368 8.368 0 0 0 1.196-.49 7.01 7.01 0 0 0-2.275-1.52c.218.283.418.597.597.932zm-.488 1.343a7.765 7.765 0 0 0-.395-.872C9.835 1.897 9.17 1.282 8.5 1.077V4.09c.81-.03 1.577-.13 2.282-.287z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "google",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M15.545 6.558a9.42 9.42 0 0 1 .139 1.626c0 2.434-.87 4.492-2.384 5.885h.002C11.978 15.292 10.158 16 8 16A8 8 0 1 1 8 0a7.689 7.689 0 0 1 5.352 2.082l-2.284 2.284A4.347 4.347 0 0 0 8 3.166c-2.087 0-3.86 1.408-4.492 3.304a4.792 4.792 0 0 0 0 3.063h.003c.635 1.893 2.405 3.301 4.492 3.301 1.078 0 2.004-.276 2.722-.764h-.003a3.702 3.702 0 0 0 1.599-2.431H8v-3.08h7.545z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "graph-down",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M0 0h1v15h15v1H0V0zm10 11.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-1 0v2.6l-3.613-4.417a.5.5 0 0 0-.74-.037L7.06 8.233 3.404 3.206a.5.5 0 0 0-.808.588l4 5.5a.5.5 0 0 0 .758.06l2.609-2.61L13.445 11H10.5a.5.5 0 0 0-.5.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "graph-up",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M0 0h1v15h15v1H0V0zm10 3.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V4.9l-3.613 4.417a.5.5 0 0 1-.74.037L7.06 6.767l-3.656 5.027a.5.5 0 0 1-.808-.588l4-5.5a.5.5 0 0 1 .758-.06l2.609 2.61L13.445 4H10.5a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "grid",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1 2.5A1.5 1.5 0 0 1 2.5 1h3A1.5 1.5 0 0 1 7 2.5v3A1.5 1.5 0 0 1 5.5 7h-3A1.5 1.5 0 0 1 1 5.5v-3zM2.5 2a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5h-3zm6.5.5A1.5 1.5 0 0 1 10.5 1h3A1.5 1.5 0 0 1 15 2.5v3A1.5 1.5 0 0 1 13.5 7h-3A1.5 1.5 0 0 1 9 5.5v-3zm1.5-.5a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5h-3zM1 10.5A1.5 1.5 0 0 1 2.5 9h3A1.5 1.5 0 0 1 7 10.5v3A1.5 1.5 0 0 1 5.5 15h-3A1.5 1.5 0 0 1 1 13.5v-3zm1.5-.5a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5h-3zm6.5.5A1.5 1.5 0 0 1 10.5 9h3a1.5 1.5 0 0 1 1.5 1.5v3a1.5 1.5 0 0 1-1.5 1.5h-3A1.5 1.5 0 0 1 9 13.5v-3zm1.5-.5a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5h-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "grid1x2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 1H1v14h5V1zm9 0h-5v5h5V1zm0 9v5h-5v-5h5zM0 1a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V1zm9 0a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1V1zm1 8a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-5a1 1 0 0 0-1-1h-5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "grid1x2-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 1a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V1zm9 0a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1V1zm0 9a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "grid3x2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 3.5A1.5 1.5 0 0 1 1.5 2h13A1.5 1.5 0 0 1 16 3.5v8a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 11.5v-8zM1.5 3a.5.5 0 0 0-.5.5V7h4V3H1.5zM5 8H1v3.5a.5.5 0 0 0 .5.5H5V8zm1 0v4h4V8H6zm4-1V3H6v4h4zm1 1v4h3.5a.5.5 0 0 0 .5-.5V8h-4zm0-1h4V3.5a.5.5 0 0 0-.5-.5H11v4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "grid3x2-gap",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 4v2H2V4h2zm1 7V9a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1zm0-5V4a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1zm5 5V9a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1zm0-5V4a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1zM9 4v2H7V4h2zm5 0h-2v2h2V4zM4 9v2H2V9h2zm5 0v2H7V9h2zm5 0v2h-2V9h2zm-3-5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V4zm1 4a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1h-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "grid3x2-gap-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1 4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V4zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V4zM1 9a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V9zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V9zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V9z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "grid3x3",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 1.5A1.5 1.5 0 0 1 1.5 0h13A1.5 1.5 0 0 1 16 1.5v13a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 14.5v-13zM1.5 1a.5.5 0 0 0-.5.5V5h4V1H1.5zM5 6H1v4h4V6zm1 4h4V6H6v4zm-1 1H1v3.5a.5.5 0 0 0 .5.5H5v-4zm1 0v4h4v-4H6zm5 0v4h3.5a.5.5 0 0 0 .5-.5V11h-4zm0-1h4V6h-4v4zm0-5h4V1.5a.5.5 0 0 0-.5-.5H11v4zm-1 0V1H6v4h4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "grid3x3-gap",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 2v2H2V2h2zm1 12v-2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1zm0-5V7a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1zm0-5V2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1zm5 10v-2a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1zm0-5V7a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1zm0-5V2a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1zM9 2v2H7V2h2zm5 0v2h-2V2h2zM4 7v2H2V7h2zm5 0v2H7V7h2zm5 0h-2v2h2V7zM4 12v2H2v-2h2zm5 0v2H7v-2h2zm5 0v2h-2v-2h2zM12 1a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1h-2zm-1 6a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V7zm1 4a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1h-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "grid3x3-gap-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1 2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V2zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V2zM1 7a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V7zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V7zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V7zM1 12a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-2zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1v-2zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "grid-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1 2.5A1.5 1.5 0 0 1 2.5 1h3A1.5 1.5 0 0 1 7 2.5v3A1.5 1.5 0 0 1 5.5 7h-3A1.5 1.5 0 0 1 1 5.5v-3zm8 0A1.5 1.5 0 0 1 10.5 1h3A1.5 1.5 0 0 1 15 2.5v3A1.5 1.5 0 0 1 13.5 7h-3A1.5 1.5 0 0 1 9 5.5v-3zm-8 8A1.5 1.5 0 0 1 2.5 9h3A1.5 1.5 0 0 1 7 10.5v3A1.5 1.5 0 0 1 5.5 15h-3A1.5 1.5 0 0 1 1 13.5v-3zm8 0A1.5 1.5 0 0 1 10.5 9h3a1.5 1.5 0 0 1 1.5 1.5v3a1.5 1.5 0 0 1-1.5 1.5h-3A1.5 1.5 0 0 1 9 13.5v-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "grip-horizontal",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 8a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm0-3a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm3 3a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm0-3a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm3 3a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm0-3a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm3 3a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm0-3a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm3 3a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm0-3a1 1 0 1 1 0 2 1 1 0 0 1 0-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "grip-vertical",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7 2a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zM7 5a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zM7 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm-3 3a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm-3 3a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "hammer",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.972 2.508a.5.5 0 0 0-.16-.556l-.178-.129a5.009 5.009 0 0 0-2.076-.783C6.215.862 4.504 1.229 2.84 3.133H1.786a.5.5 0 0 0-.354.147L.146 4.567a.5.5 0 0 0 0 .706l2.571 2.579a.5.5 0 0 0 .708 0l1.286-1.29a.5.5 0 0 0 .146-.353V5.57l8.387 8.873A.5.5 0 0 0 14 14.5l1.5-1.5a.5.5 0 0 0 .017-.689l-9.129-8.63c.747-.456 1.772-.839 3.112-.839a.5.5 0 0 0 .472-.334z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "hand-index",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.75 1a.75.75 0 0 1 .75.75V8a.5.5 0 0 0 1 0V5.467l.086-.004c.317-.012.637-.008.816.027.134.027.294.096.448.182.077.042.15.147.15.314V8a.5.5 0 1 0 1 0V6.435a4.9 4.9 0 0 1 .106-.01c.316-.024.584-.01.708.04.118.046.3.207.486.43.081.096.15.19.2.259V8.5a.5.5 0 0 0 1 0v-1h.342a1 1 0 0 1 .995 1.1l-.271 2.715a2.5 2.5 0 0 1-.317.991l-1.395 2.442a.5.5 0 0 1-.434.252H6.035a.5.5 0 0 1-.416-.223l-1.433-2.15a1.5 1.5 0 0 1-.243-.666l-.345-3.105a.5.5 0 0 1 .399-.546L5 8.11V9a.5.5 0 0 0 1 0V1.75A.75.75 0 0 1 6.75 1zM8.5 4.466V1.75a1.75 1.75 0 1 0-3.5 0v5.34l-1.2.24a1.5 1.5 0 0 0-1.196 1.636l.345 3.106a2.5 2.5 0 0 0 .405 1.11l1.433 2.15A1.5 1.5 0 0 0 6.035 16h6.385a1.5 1.5 0 0 0 1.302-.756l1.395-2.441a3.5 3.5 0 0 0 .444-1.389l.271-2.715a2 2 0 0 0-1.99-2.199h-.581a5.114 5.114 0 0 0-.195-.248c-.191-.229-.51-.568-.88-.716-.364-.146-.846-.132-1.158-.108l-.132.012a1.26 1.26 0 0 0-.56-.642 2.632 2.632 0 0 0-.738-.288c-.31-.062-.739-.058-1.05-.046l-.048.002zm2.094 2.025z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "hand-index-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.5 4.466V1.75a1.75 1.75 0 1 0-3.5 0v5.34l-1.2.24a1.5 1.5 0 0 0-1.196 1.636l.345 3.106a2.5 2.5 0 0 0 .405 1.11l1.433 2.15A1.5 1.5 0 0 0 6.035 16h6.385a1.5 1.5 0 0 0 1.302-.756l1.395-2.441a3.5 3.5 0 0 0 .444-1.389l.271-2.715a2 2 0 0 0-1.99-2.199h-.581a5.114 5.114 0 0 0-.195-.248c-.191-.229-.51-.568-.88-.716-.364-.146-.846-.132-1.158-.108l-.132.012a1.26 1.26 0 0 0-.56-.642 2.632 2.632 0 0 0-.738-.288c-.31-.062-.739-.058-1.05-.046l-.048.002z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "hand-index-thumb",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.75 1a.75.75 0 0 1 .75.75V8a.5.5 0 0 0 1 0V5.467l.086-.004c.317-.012.637-.008.816.027.134.027.294.096.448.182.077.042.15.147.15.314V8a.5.5 0 0 0 1 0V6.435l.106-.01c.316-.024.584-.01.708.04.118.046.3.207.486.43.081.096.15.19.2.259V8.5a.5.5 0 1 0 1 0v-1h.342a1 1 0 0 1 .995 1.1l-.271 2.715a2.5 2.5 0 0 1-.317.991l-1.395 2.442a.5.5 0 0 1-.434.252H6.118a.5.5 0 0 1-.447-.276l-1.232-2.465-2.512-4.185a.517.517 0 0 1 .809-.631l2.41 2.41A.5.5 0 0 0 6 9.5V1.75A.75.75 0 0 1 6.75 1zM8.5 4.466V1.75a1.75 1.75 0 1 0-3.5 0v6.543L3.443 6.736A1.517 1.517 0 0 0 1.07 8.588l2.491 4.153 1.215 2.43A1.5 1.5 0 0 0 6.118 16h6.302a1.5 1.5 0 0 0 1.302-.756l1.395-2.441a3.5 3.5 0 0 0 .444-1.389l.271-2.715a2 2 0 0 0-1.99-2.199h-.581a5.114 5.114 0 0 0-.195-.248c-.191-.229-.51-.568-.88-.716-.364-.146-.846-.132-1.158-.108l-.132.012a1.26 1.26 0 0 0-.56-.642 2.632 2.632 0 0 0-.738-.288c-.31-.062-.739-.058-1.05-.046l-.048.002zm2.094 2.025z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "hand-index-thumb-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.5 1.75v2.716l.047-.002c.312-.012.742-.016 1.051.046.28.056.543.18.738.288.273.152.456.385.56.642l.132-.012c.312-.024.794-.038 1.158.108.37.148.689.487.88.716.075.09.141.175.195.248h.582a2 2 0 0 1 1.99 2.199l-.272 2.715a3.5 3.5 0 0 1-.444 1.389l-1.395 2.441A1.5 1.5 0 0 1 12.42 16H6.118a1.5 1.5 0 0 1-1.342-.83l-1.215-2.43L1.07 8.589a1.517 1.517 0 0 1 2.373-1.852L5 8.293V1.75a1.75 1.75 0 0 1 3.5 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "hand-thumbs-down",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.864 15.674c-.956.24-1.843-.484-1.908-1.42-.072-1.05-.23-2.015-.428-2.59-.125-.36-.479-1.012-1.04-1.638-.557-.624-1.282-1.179-2.131-1.41C2.685 8.432 2 7.85 2 7V3c0-.845.682-1.464 1.448-1.546 1.07-.113 1.564-.415 2.068-.723l.048-.029c.272-.166.578-.349.97-.484C6.931.08 7.395 0 8 0h3.5c.937 0 1.599.478 1.934 1.064.164.287.254.607.254.913 0 .152-.023.312-.077.464.201.262.38.577.488.9.11.33.172.762.004 1.15.069.13.12.268.159.403.077.27.113.567.113.856 0 .289-.036.586-.113.856-.035.12-.08.244-.138.363.394.571.418 1.2.234 1.733-.206.592-.682 1.1-1.2 1.272-.847.283-1.803.276-2.516.211a9.877 9.877 0 0 1-.443-.05 9.364 9.364 0 0 1-.062 4.51c-.138.508-.55.848-1.012.964l-.261.065zM11.5 1H8c-.51 0-.863.068-1.14.163-.281.097-.506.229-.776.393l-.04.025c-.555.338-1.198.73-2.49.868-.333.035-.554.29-.554.55V7c0 .255.226.543.62.65 1.095.3 1.977.997 2.614 1.709.635.71 1.064 1.475 1.238 1.977.243.7.407 1.768.482 2.85.025.362.36.595.667.518l.262-.065c.16-.04.258-.144.288-.255a8.34 8.34 0 0 0-.145-4.726.5.5 0 0 1 .595-.643h.003l.014.004.058.013a8.912 8.912 0 0 0 1.036.157c.663.06 1.457.054 2.11-.163.175-.059.45-.301.57-.651.107-.308.087-.67-.266-1.021L12.793 7l.353-.354c.043-.042.105-.14.154-.315.048-.167.075-.37.075-.581 0-.211-.027-.414-.075-.581-.05-.174-.111-.273-.154-.315l-.353-.354.353-.354c.047-.047.109-.176.005-.488a2.224 2.224 0 0 0-.505-.804l-.353-.354.353-.354c.006-.005.041-.05.041-.17a.866.866 0 0 0-.121-.415C12.4 1.272 12.063 1 11.5 1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "hand-thumbs-down-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.956 14.534c.065.936.952 1.659 1.908 1.42l.261-.065a1.378 1.378 0 0 0 1.012-.965c.22-.816.533-2.512.062-4.51.136.02.285.037.443.051.713.065 1.669.071 2.516-.211.518-.173.994-.68 1.2-1.272a1.896 1.896 0 0 0-.234-1.734c.058-.118.103-.242.138-.362.077-.27.113-.568.113-.856 0-.29-.036-.586-.113-.857a2.094 2.094 0 0 0-.16-.403c.169-.387.107-.82-.003-1.149a3.162 3.162 0 0 0-.488-.9c.054-.153.076-.313.076-.465a1.86 1.86 0 0 0-.253-.912C13.1.757 12.437.28 11.5.28H8c-.605 0-1.07.08-1.466.217a4.823 4.823 0 0 0-.97.485l-.048.029c-.504.308-.999.61-2.068.723C2.682 1.815 2 2.434 2 3.279v4c0 .851.685 1.433 1.357 1.616.849.232 1.574.787 2.132 1.41.56.626.914 1.28 1.039 1.638.199.575.356 1.54.428 2.591z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "hand-thumbs-up",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.864.046C7.908-.193 7.02.53 6.956 1.466c-.072 1.051-.23 2.016-.428 2.59-.125.36-.479 1.013-1.04 1.639-.557.623-1.282 1.178-2.131 1.41C2.685 7.288 2 7.87 2 8.72v4.001c0 .845.682 1.464 1.448 1.545 1.07.114 1.564.415 2.068.723l.048.03c.272.165.578.348.97.484.397.136.861.217 1.466.217h3.5c.937 0 1.599-.477 1.934-1.064a1.86 1.86 0 0 0 .254-.912c0-.152-.023-.312-.077-.464.201-.263.38-.578.488-.901.11-.33.172-.762.004-1.149.069-.13.12-.269.159-.403.077-.27.113-.568.113-.857 0-.288-.036-.585-.113-.856a2.144 2.144 0 0 0-.138-.362 1.9 1.9 0 0 0 .234-1.734c-.206-.592-.682-1.1-1.2-1.272-.847-.282-1.803-.276-2.516-.211a9.84 9.84 0 0 0-.443.05 9.365 9.365 0 0 0-.062-4.509A1.38 1.38 0 0 0 9.125.111L8.864.046zM11.5 14.721H8c-.51 0-.863-.069-1.14-.164-.281-.097-.506-.228-.776-.393l-.04-.024c-.555-.339-1.198-.731-2.49-.868-.333-.036-.554-.29-.554-.55V8.72c0-.254.226-.543.62-.65 1.095-.3 1.977-.996 2.614-1.708.635-.71 1.064-1.475 1.238-1.978.243-.7.407-1.768.482-2.85.025-.362.36-.594.667-.518l.262.066c.16.04.258.143.288.255a8.34 8.34 0 0 1-.145 4.725.5.5 0 0 0 .595.644l.003-.001.014-.003.058-.014a8.908 8.908 0 0 1 1.036-.157c.663-.06 1.457-.054 2.11.164.175.058.45.3.57.65.107.308.087.67-.266 1.022l-.353.353.353.354c.043.043.105.141.154.315.048.167.075.37.075.581 0 .212-.027.414-.075.582-.05.174-.111.272-.154.315l-.353.353.353.354c.047.047.109.177.005.488a2.224 2.224 0 0 1-.505.805l-.353.353.353.354c.006.005.041.05.041.17a.866.866 0 0 1-.121.416c-.165.288-.503.56-1.066.56z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "hand-thumbs-up-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.956 1.745C7.021.81 7.908.087 8.864.325l.261.066c.463.116.874.456 1.012.965.22.816.533 2.511.062 4.51a9.84 9.84 0 0 1 .443-.051c.713-.065 1.669-.072 2.516.21.518.173.994.681 1.2 1.273.184.532.16 1.162-.234 1.733.058.119.103.242.138.363.077.27.113.567.113.856 0 .289-.036.586-.113.856-.039.135-.09.273-.16.404.169.387.107.819-.003 1.148a3.163 3.163 0 0 1-.488.901c.054.152.076.312.076.465 0 .305-.089.625-.253.912C13.1 15.522 12.437 16 11.5 16H8c-.605 0-1.07-.081-1.466-.218a4.82 4.82 0 0 1-.97-.484l-.048-.03c-.504-.307-.999-.609-2.068-.722C2.682 14.464 2 13.846 2 13V9c0-.85.685-1.432 1.357-1.615.849-.232 1.574-.787 2.132-1.41.56-.627.914-1.28 1.039-1.639.199-.575.356-1.539.428-2.59z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "handbag",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 1a2 2 0 0 1 2 2v2H6V3a2 2 0 0 1 2-2zm3 4V3a3 3 0 1 0-6 0v2H3.36a1.5 1.5 0 0 0-1.483 1.277L.85 13.13A2.5 2.5 0 0 0 3.322 16h9.355a2.5 2.5 0 0 0 2.473-2.87l-1.028-6.853A1.5 1.5 0 0 0 12.64 5H11zm-1 1v1.5a.5.5 0 0 0 1 0V6h1.639a.5.5 0 0 1 .494.426l1.028 6.851A1.5 1.5 0 0 1 12.678 15H3.322a1.5 1.5 0 0 1-1.483-1.723l1.028-6.851A.5.5 0 0 1 3.36 6H5v1.5a.5.5 0 1 0 1 0V6h4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "handbag-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 1a2 2 0 0 0-2 2v2H5V3a3 3 0 1 1 6 0v2h-1V3a2 2 0 0 0-2-2zM5 5H3.36a1.5 1.5 0 0 0-1.483 1.277L.85 13.13A2.5 2.5 0 0 0 3.322 16h9.355a2.5 2.5 0 0 0 2.473-2.87l-1.028-6.853A1.5 1.5 0 0 0 12.64 5H11v1.5a.5.5 0 0 1-1 0V5H6v1.5a.5.5 0 0 1-1 0V5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "hash",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.39 12.648a1.32 1.32 0 0 0-.015.18c0 .305.21.508.5.508.266 0 .492-.172.555-.477l.554-2.703h1.204c.421 0 .617-.234.617-.547 0-.312-.188-.53-.617-.53h-.985l.516-2.524h1.265c.43 0 .618-.227.618-.547 0-.313-.188-.524-.618-.524h-1.046l.476-2.304a1.06 1.06 0 0 0 .016-.164.51.51 0 0 0-.516-.516.54.54 0 0 0-.539.43l-.523 2.554H7.617l.477-2.304c.008-.04.015-.118.015-.164a.512.512 0 0 0-.523-.516.539.539 0 0 0-.531.43L6.53 5.484H5.414c-.43 0-.617.22-.617.532 0 .312.187.539.617.539h.906l-.515 2.523H4.609c-.421 0-.609.219-.609.531 0 .313.188.547.61.547h.976l-.516 2.492c-.008.04-.015.125-.015.18 0 .305.21.508.5.508.265 0 .492-.172.554-.477l.555-2.703h2.242l-.515 2.492zm-1-6.109h2.266l-.515 2.563H6.859l.532-2.563z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "hdd",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.5 11a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zM3 10.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0z\"/><path d=\"M16 11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V9.51c0-.418.105-.83.305-1.197l2.472-4.531A1.5 1.5 0 0 1 4.094 3h7.812a1.5 1.5 0 0 1 1.317.782l2.472 4.53c.2.368.305.78.305 1.198V11zM3.655 4.26 1.592 8.043C1.724 8.014 1.86 8 2 8h12c.14 0 .276.014.408.042L12.345 4.26a.5.5 0 0 0-.439-.26H4.094a.5.5 0 0 0-.44.26zM1 10v1a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-1a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "hdd-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 10a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-1zm2.5 1a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zm2 0a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zM.91 7.204A2.993 2.993 0 0 1 2 7h12c.384 0 .752.072 1.09.204l-1.867-3.422A1.5 1.5 0 0 0 11.906 3H4.094a1.5 1.5 0 0 0-1.317.782L.91 7.204z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "hdd-network",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.5 5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zM3 4.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0z\"/><path d=\"M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1a2 2 0 0 1-2 2H8.5v3a1.5 1.5 0 0 1 1.5 1.5h5.5a.5.5 0 0 1 0 1H10A1.5 1.5 0 0 1 8.5 14h-1A1.5 1.5 0 0 1 6 12.5H.5a.5.5 0 0 1 0-1H6A1.5 1.5 0 0 1 7.5 10V7H2a2 2 0 0 1-2-2V4zm1 0v1a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1zm6 7.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "hdd-network-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 2a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h5.5v3A1.5 1.5 0 0 0 6 11.5H.5a.5.5 0 0 0 0 1H6A1.5 1.5 0 0 0 7.5 14h1a1.5 1.5 0 0 0 1.5-1.5h5.5a.5.5 0 0 0 0-1H10A1.5 1.5 0 0 0 8.5 10V7H14a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2zm.5 3a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm2 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "hdd-rack",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.5 5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zM3 4.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm2 7a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm-2.5.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1z\"/><path d=\"M2 2a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h1v2H2a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-1a2 2 0 0 0-2-2h-1V7h1a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2zm13 2v1a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1zm0 7v1a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1zm-3-4v2H4V7h8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "hdd-rack-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 2a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h1v2H2a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-1a2 2 0 0 0-2-2h-1V7h1a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2zm.5 3a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm2 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm-2 7a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm2 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zM12 7v2H4V7h8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "hdd-stack",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 10a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1h12zM2 9a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-1a2 2 0 0 0-2-2H2z\"/><path d=\"M5 11.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm-2 0a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zM14 3a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z\"/><path d=\"M5 4.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm-2 0a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "hdd-stack-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 9a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-1a2 2 0 0 0-2-2H2zm.5 3a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm2 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zM2 2a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2zm.5 3a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm2 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "headphones",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 3a5 5 0 0 0-5 5v1h1a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V8a6 6 0 1 1 12 0v5a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1h1V8a5 5 0 0 0-5-5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "headset",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 1a5 5 0 0 0-5 5v1h1a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a6 6 0 1 1 12 0v6a2.5 2.5 0 0 1-2.5 2.5H9.366a1 1 0 0 1-.866.5h-1a1 1 0 1 1 0-2h1a1 1 0 0 1 .866.5H11.5A1.5 1.5 0 0 0 13 12h-1a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h1V6a5 5 0 0 0-5-5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "headset-vr",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 1.248c1.857 0 3.526.641 4.65 1.794a4.978 4.978 0 0 1 2.518 1.09C13.907 1.482 11.295 0 8 0 4.75 0 2.12 1.48.844 4.122a4.979 4.979 0 0 1 2.289-1.047C4.236 1.872 5.974 1.248 8 1.248z\"/><path d=\"M12 12a3.988 3.988 0 0 1-2.786-1.13l-.002-.002a1.612 1.612 0 0 0-.276-.167A2.164 2.164 0 0 0 8 10.5c-.414 0-.729.103-.935.201a1.612 1.612 0 0 0-.277.167l-.002.002A4 4 0 1 1 4 4h8a4 4 0 0 1 0 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "heart",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m8 2.748-.717-.737C5.6.281 2.514.878 1.4 3.053c-.523 1.023-.641 2.5.314 4.385.92 1.815 2.834 3.989 6.286 6.357 3.452-2.368 5.365-4.542 6.286-6.357.955-1.886.838-3.362.314-4.385C13.486.878 10.4.28 8.717 2.01L8 2.748zM8 15C-7.333 4.868 3.279-3.04 7.824 1.143c.06.055.119.112.176.171a3.12 3.12 0 0 1 .176-.17C12.72-3.042 23.333 4.867 8 15z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "heart-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 1.314C12.438-3.248 23.534 4.735 8 15-7.534 4.736 3.562-3.248 8 1.314z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "heart-half",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 2.748v11.047c3.452-2.368 5.365-4.542 6.286-6.357.955-1.886.838-3.362.314-4.385C13.486.878 10.4.28 8.717 2.01L8 2.748zM8 15C-7.333 4.868 3.279-3.04 7.824 1.143c.06.055.119.112.176.171a3.12 3.12 0 0 1 .176-.17C12.72-3.042 23.333 4.867 8 15z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "heptagon",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.779.052a.5.5 0 0 1 .442 0l6.015 2.97a.5.5 0 0 1 .267.34l1.485 6.676a.5.5 0 0 1-.093.415l-4.162 5.354a.5.5 0 0 1-.395.193H4.662a.5.5 0 0 1-.395-.193L.105 10.453a.5.5 0 0 1-.093-.415l1.485-6.676a.5.5 0 0 1 .267-.34L7.779.053zM2.422 3.813l-1.383 6.212L4.907 15h6.186l3.868-4.975-1.383-6.212L8 1.058 2.422 3.813z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "heptagon-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M7.779.052a.5.5 0 0 1 .442 0l6.015 2.97a.5.5 0 0 1 .267.34l1.485 6.676a.5.5 0 0 1-.093.415l-4.162 5.354a.5.5 0 0 1-.395.193H4.662a.5.5 0 0 1-.395-.193L.105 10.453a.5.5 0 0 1-.093-.415l1.485-6.676a.5.5 0 0 1 .267-.34L7.779.053z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "heptagon-half",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.779.052a.5.5 0 0 1 .442 0l6.015 2.97a.5.5 0 0 1 .267.34l1.485 6.676a.5.5 0 0 1-.093.415l-4.162 5.354a.5.5 0 0 1-.395.193H4.662a.5.5 0 0 1-.395-.193L.105 10.453a.5.5 0 0 1-.093-.415l1.485-6.676a.5.5 0 0 1 .267-.34L7.779.053zM8 15h3.093l3.868-4.975-1.383-6.212L8 1.058V15z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "hexagon",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 4.577v6.846L8 15l-6-3.577V4.577L8 1l6 3.577zM8.5.134a1 1 0 0 0-1 0l-6 3.577a1 1 0 0 0-.5.866v6.846a1 1 0 0 0 .5.866l6 3.577a1 1 0 0 0 1 0l6-3.577a1 1 0 0 0 .5-.866V4.577a1 1 0 0 0-.5-.866L8.5.134z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "hexagon-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8.5.134a1 1 0 0 0-1 0l-6 3.577a1 1 0 0 0-.5.866v6.846a1 1 0 0 0 .5.866l6 3.577a1 1 0 0 0 1 0l6-3.577a1 1 0 0 0 .5-.866V4.577a1 1 0 0 0-.5-.866L8.5.134z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "hexagon-half",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 4.577v6.846L8 15V1l6 3.577zM8.5.134a1 1 0 0 0-1 0l-6 3.577a1 1 0 0 0-.5.866v6.846a1 1 0 0 0 .5.866l6 3.577a1 1 0 0 0 1 0l6-3.577a1 1 0 0 0 .5-.866V4.577a1 1 0 0 0-.5-.866L8.5.134z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "hourglass",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 1.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-1v1a4.5 4.5 0 0 1-2.557 4.06c-.29.139-.443.377-.443.59v.7c0 .213.154.451.443.59A4.5 4.5 0 0 1 12.5 13v1h1a.5.5 0 0 1 0 1h-11a.5.5 0 1 1 0-1h1v-1a4.5 4.5 0 0 1 2.557-4.06c.29-.139.443-.377.443-.59v-.7c0-.213-.154-.451-.443-.59A4.5 4.5 0 0 1 3.5 3V2h-1a.5.5 0 0 1-.5-.5zm2.5.5v1a3.5 3.5 0 0 0 1.989 3.158c.533.256 1.011.791 1.011 1.491v.702c0 .7-.478 1.235-1.011 1.491A3.5 3.5 0 0 0 4.5 13v1h7v-1a3.5 3.5 0 0 0-1.989-3.158C8.978 9.586 8.5 9.052 8.5 8.351v-.702c0-.7.478-1.235 1.011-1.491A3.5 3.5 0 0 0 11.5 3V2h-7z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "hourglass-bottom",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 1.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-1v1a4.5 4.5 0 0 1-2.557 4.06c-.29.139-.443.377-.443.59v.7c0 .213.154.451.443.59A4.5 4.5 0 0 1 12.5 13v1h1a.5.5 0 0 1 0 1h-11a.5.5 0 1 1 0-1h1v-1a4.5 4.5 0 0 1 2.557-4.06c.29-.139.443-.377.443-.59v-.7c0-.213-.154-.451-.443-.59A4.5 4.5 0 0 1 3.5 3V2h-1a.5.5 0 0 1-.5-.5zm2.5.5v1a3.5 3.5 0 0 0 1.989 3.158c.533.256 1.011.791 1.011 1.491v.702s.18.149.5.149.5-.15.5-.15v-.7c0-.701.478-1.236 1.011-1.492A3.5 3.5 0 0 0 11.5 3V2h-7z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "hourglass-split",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.5 15a.5.5 0 1 1 0-1h1v-1a4.5 4.5 0 0 1 2.557-4.06c.29-.139.443-.377.443-.59v-.7c0-.213-.154-.451-.443-.59A4.5 4.5 0 0 1 3.5 3V2h-1a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-1v1a4.5 4.5 0 0 1-2.557 4.06c-.29.139-.443.377-.443.59v.7c0 .213.154.451.443.59A4.5 4.5 0 0 1 12.5 13v1h1a.5.5 0 0 1 0 1h-11zm2-13v1c0 .537.12 1.045.337 1.5h6.326c.216-.455.337-.963.337-1.5V2h-7zm3 6.35c0 .701-.478 1.236-1.011 1.492A3.5 3.5 0 0 0 4.5 13s.866-1.299 3-1.48V8.35zm1 0v3.17c2.134.181 3 1.48 3 1.48a3.5 3.5 0 0 0-1.989-3.158C8.978 9.586 8.5 9.052 8.5 8.351z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "hourglass-top",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 14.5a.5.5 0 0 0 .5.5h11a.5.5 0 1 0 0-1h-1v-1a4.5 4.5 0 0 0-2.557-4.06c-.29-.139-.443-.377-.443-.59v-.7c0-.213.154-.451.443-.59A4.5 4.5 0 0 0 12.5 3V2h1a.5.5 0 0 0 0-1h-11a.5.5 0 0 0 0 1h1v1a4.5 4.5 0 0 0 2.557 4.06c.29.139.443.377.443.59v.7c0 .213-.154.451-.443.59A4.5 4.5 0 0 0 3.5 13v1h-1a.5.5 0 0 0-.5.5zm2.5-.5v-1a3.5 3.5 0 0 1 1.989-3.158c.533-.256 1.011-.79 1.011-1.491v-.702s.18.101.5.101.5-.1.5-.1v.7c0 .701.478 1.236 1.011 1.492A3.5 3.5 0 0 1 11.5 13v1h-7z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "house",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M2 13.5V7h1v6.5a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5V7h1v6.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 13.5zm11-11V6l-2-2V2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5z\"/><path fill-rule=\"evenodd\" d=\"M7.293 1.5a1 1 0 0 1 1.414 0l6.647 6.646a.5.5 0 0 1-.708.708L8 2.207 1.354 8.854a.5.5 0 1 1-.708-.708L7.293 1.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "house-door",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4.5a.5.5 0 0 0 .5-.5v-4h2v4a.5.5 0 0 0 .5.5H14a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146zM2.5 14V7.707l5.5-5.5 5.5 5.5V14H10v-4a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5v4H2.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "house-door-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "house-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"m8 3.293 6 6V13.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 13.5V9.293l6-6zm5-.793V6l-2-2V2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5z\"/><path fill-rule=\"evenodd\" d=\"M7.293 1.5a1 1 0 0 1 1.414 0l6.647 6.646a.5.5 0 0 1-.708.708L8 2.207 1.354 8.854a.5.5 0 1 1-.708-.708L7.293 1.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "hr",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 3H4a1 1 0 0 0-1 1v2.5H2V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2.5h-1V4a1 1 0 0 0-1-1zM2 9.5h1V12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V9.5h1V12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9.5zm-1.5-2a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1H.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "hurricane",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.999 2.6A5.5 5.5 0 0 1 15 7.5a.5.5 0 0 0 1 0 6.5 6.5 0 1 0-13 0 5 5 0 0 0 6.001 4.9A5.5 5.5 0 0 1 1 7.5a.5.5 0 0 0-1 0 6.5 6.5 0 1 0 13 0 5 5 0 0 0-6.001-4.9zM10 7.5a2 2 0 1 1-4 0 2 2 0 0 1 4 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "image",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.002 5.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z\"/><path d=\"M2.002 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2h-12zm12 1a1 1 0 0 1 1 1v6.5l-3.777-1.947a.5.5 0 0 0-.577.093l-3.71 3.71-2.66-1.772a.5.5 0 0 0-.63.062L1.002 12V3a1 1 0 0 1 1-1h12z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "image-alt",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7 2.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0zm4.225 4.053a.5.5 0 0 0-.577.093l-3.71 4.71-2.66-2.772a.5.5 0 0 0-.63.062L.002 13v2a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-4.5l-4.777-3.947z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "image-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M.002 3a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-12a2 2 0 0 1-2-2V3zm1 9v1a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V9.5l-3.777-1.947a.5.5 0 0 0-.577.093l-3.71 3.71-2.66-1.772a.5.5 0 0 0-.63.062L1.002 12zm5-6.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "images",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.502 9a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z\"/><path d=\"M14.002 13a2 2 0 0 1-2 2h-10a2 2 0 0 1-2-2V5A2 2 0 0 1 2 3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v8a2 2 0 0 1-1.998 2zM14 2H4a1 1 0 0 0-1 1h9.002a2 2 0 0 1 2 2v7A1 1 0 0 0 15 11V3a1 1 0 0 0-1-1zM2.002 4a1 1 0 0 0-1 1v8l2.646-2.354a.5.5 0 0 1 .63-.062l2.66 1.773 3.71-3.71a.5.5 0 0 1 .577-.094l1.777 1.947V5a1 1 0 0 0-1-1h-10z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "inbox",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.98 4a.5.5 0 0 0-.39.188L1.54 8H6a.5.5 0 0 1 .5.5 1.5 1.5 0 1 0 3 0A.5.5 0 0 1 10 8h4.46l-3.05-3.812A.5.5 0 0 0 11.02 4H4.98zm9.954 5H10.45a2.5 2.5 0 0 1-4.9 0H1.066l.32 2.562a.5.5 0 0 0 .497.438h12.234a.5.5 0 0 0 .496-.438L14.933 9zM3.809 3.563A1.5 1.5 0 0 1 4.981 3h6.038a1.5 1.5 0 0 1 1.172.563l3.7 4.625a.5.5 0 0 1 .105.374l-.39 3.124A1.5 1.5 0 0 1 14.117 13H1.883a1.5 1.5 0 0 1-1.489-1.314l-.39-3.124a.5.5 0 0 1 .106-.374l3.7-4.625z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "inbox-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.98 4a.5.5 0 0 0-.39.188L1.54 8H6a.5.5 0 0 1 .5.5 1.5 1.5 0 1 0 3 0A.5.5 0 0 1 10 8h4.46l-3.05-3.812A.5.5 0 0 0 11.02 4H4.98zm-1.17-.437A1.5 1.5 0 0 1 4.98 3h6.04a1.5 1.5 0 0 1 1.17.563l3.7 4.625a.5.5 0 0 1 .106.374l-.39 3.124A1.5 1.5 0 0 1 14.117 13H1.883a1.5 1.5 0 0 1-1.489-1.314l-.39-3.124a.5.5 0 0 1 .106-.374l3.7-4.625z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "inboxes",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.98 1a.5.5 0 0 0-.39.188L1.54 5H6a.5.5 0 0 1 .5.5 1.5 1.5 0 0 0 3 0A.5.5 0 0 1 10 5h4.46l-3.05-3.812A.5.5 0 0 0 11.02 1H4.98zm9.954 5H10.45a2.5 2.5 0 0 1-4.9 0H1.066l.32 2.562A.5.5 0 0 0 1.884 9h12.234a.5.5 0 0 0 .496-.438L14.933 6zM3.809.563A1.5 1.5 0 0 1 4.981 0h6.038a1.5 1.5 0 0 1 1.172.563l3.7 4.625a.5.5 0 0 1 .105.374l-.39 3.124A1.5 1.5 0 0 1 14.117 10H1.883A1.5 1.5 0 0 1 .394 8.686l-.39-3.124a.5.5 0 0 1 .106-.374L3.81.563zM.125 11.17A.5.5 0 0 1 .5 11H6a.5.5 0 0 1 .5.5 1.5 1.5 0 0 0 3 0 .5.5 0 0 1 .5-.5h5.5a.5.5 0 0 1 .496.562l-.39 3.124A1.5 1.5 0 0 1 14.117 16H1.883a1.5 1.5 0 0 1-1.489-1.314l-.39-3.124a.5.5 0 0 1 .121-.393zm.941.83.32 2.562a.5.5 0 0 0 .497.438h12.234a.5.5 0 0 0 .496-.438l.32-2.562H10.45a2.5 2.5 0 0 1-4.9 0H1.066z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "inboxes-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.98 1a.5.5 0 0 0-.39.188L1.54 5H6a.5.5 0 0 1 .5.5 1.5 1.5 0 0 0 3 0A.5.5 0 0 1 10 5h4.46l-3.05-3.812A.5.5 0 0 0 11.02 1H4.98zM3.81.563A1.5 1.5 0 0 1 4.98 0h6.04a1.5 1.5 0 0 1 1.17.563l3.7 4.625a.5.5 0 0 1 .106.374l-.39 3.124A1.5 1.5 0 0 1 14.117 10H1.883A1.5 1.5 0 0 1 .394 8.686l-.39-3.124a.5.5 0 0 1 .106-.374L3.81.563zM.125 11.17A.5.5 0 0 1 .5 11H6a.5.5 0 0 1 .5.5 1.5 1.5 0 0 0 3 0 .5.5 0 0 1 .5-.5h5.5a.5.5 0 0 1 .496.562l-.39 3.124A1.5 1.5 0 0 1 14.117 16H1.883a1.5 1.5 0 0 1-1.489-1.314l-.39-3.124a.5.5 0 0 1 .121-.393z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "info",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533L8.93 6.588zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "info-circle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533L8.93 6.588zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "info-circle-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zm.93-9.412-1 4.705c-.07.34.029.533.304.533.194 0 .487-.07.686-.246l-.088.416c-.287.346-.92.598-1.465.598-.703 0-1.002-.422-.808-1.319l.738-3.468c.064-.293.006-.399-.287-.47l-.451-.081.082-.381 2.29-.287zM8 5.5a1 1 0 1 1 0-2 1 1 0 0 1 0 2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "info-lg",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m10.277 5.433-4.031.505-.145.67.794.145c.516.123.619.309.505.824L6.101 13.68c-.34 1.578.186 2.32 1.423 2.32.959 0 2.072-.443 2.577-1.052l.155-.732c-.35.31-.866.434-1.206.434-.485 0-.66-.34-.536-.939l1.763-8.278zm.122-3.673a1.76 1.76 0 1 1-3.52 0 1.76 1.76 0 0 1 3.52 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "info-square",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z\"/><path d=\"m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533L8.93 6.588zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "info-square-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm8.93 4.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533L8.93 6.588zM8 5.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "input-cursor",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10 5h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-4v1h4a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-4v1zM6 5V4H2a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h4v-1H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h4z\"/><path fill-rule=\"evenodd\" d=\"M8 1a.5.5 0 0 1 .5.5v13a.5.5 0 0 1-1 0v-13A.5.5 0 0 1 8 1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "input-cursor-text",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M5 2a.5.5 0 0 1 .5-.5c.862 0 1.573.287 2.06.566.174.099.321.198.44.286.119-.088.266-.187.44-.286A4.165 4.165 0 0 1 10.5 1.5a.5.5 0 0 1 0 1c-.638 0-1.177.213-1.564.434a3.49 3.49 0 0 0-.436.294V7.5H9a.5.5 0 0 1 0 1h-.5v4.272c.1.08.248.187.436.294.387.221.926.434 1.564.434a.5.5 0 0 1 0 1 4.165 4.165 0 0 1-2.06-.566A4.561 4.561 0 0 1 8 13.65a4.561 4.561 0 0 1-.44.285 4.165 4.165 0 0 1-2.06.566.5.5 0 0 1 0-1c.638 0 1.177-.213 1.564-.434.188-.107.335-.214.436-.294V8.5H7a.5.5 0 0 1 0-1h.5V3.228a3.49 3.49 0 0 0-.436-.294A3.166 3.166 0 0 0 5.5 2.5.5.5 0 0 1 5 2z\"/><path d=\"M10 5h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-4v1h4a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-4v1zM6 5V4H2a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h4v-1H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "instagram",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.917 3.917 0 0 0-1.417.923A3.927 3.927 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.916 3.916 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926 3.926 0 0 0-.923-1.417A3.911 3.911 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0h.003zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.47 2.47 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478 2.478 0 0 1-.92-.598 2.48 2.48 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233 0-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045v.002zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92zm-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217zm0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "intersect",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-2H2a2 2 0 0 1-2-2V2zm5 10v2a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-2v5a2 2 0 0 1-2 2H5zm6-8V2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h2V6a2 2 0 0 1 2-2h5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "journal",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z\"/><path d=\"M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "journal-album",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.5 4a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5h-5zm1 7a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3z\"/><path d=\"M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z\"/><path d=\"M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "journal-arrow-down",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 5a.5.5 0 0 1 .5.5v3.793l1.146-1.147a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 1 1 .708-.708L7.5 9.293V5.5A.5.5 0 0 1 8 5z\"/><path d=\"M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z\"/><path d=\"M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "journal-arrow-up",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 11a.5.5 0 0 0 .5-.5V6.707l1.146 1.147a.5.5 0 0 0 .708-.708l-2-2a.5.5 0 0 0-.708 0l-2 2a.5.5 0 1 0 .708.708L7.5 6.707V10.5a.5.5 0 0 0 .5.5z\"/><path d=\"M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z\"/><path d=\"M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "journal-bookmark",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M6 8V1h1v6.117L8.743 6.07a.5.5 0 0 1 .514 0L11 7.117V1h1v7a.5.5 0 0 1-.757.429L9 7.083 6.757 8.43A.5.5 0 0 1 6 8z\"/><path d=\"M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z\"/><path d=\"M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "journal-bookmark-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M6 1h6v7a.5.5 0 0 1-.757.429L9 7.083 6.757 8.43A.5.5 0 0 1 6 8V1z\"/><path d=\"M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z\"/><path d=\"M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "journal-check",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M10.854 6.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 8.793l2.646-2.647a.5.5 0 0 1 .708 0z\"/><path d=\"M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z\"/><path d=\"M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "journal-code",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8.646 5.646a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L10.293 8 8.646 6.354a.5.5 0 0 1 0-.708zm-1.292 0a.5.5 0 0 0-.708 0l-2 2a.5.5 0 0 0 0 .708l2 2a.5.5 0 0 0 .708-.708L5.707 8l1.647-1.646a.5.5 0 0 0 0-.708z\"/><path d=\"M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z\"/><path d=\"M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "journal-medical",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 4a.5.5 0 0 1 .5.5v.634l.549-.317a.5.5 0 1 1 .5.866L9 6l.549.317a.5.5 0 1 1-.5.866L8.5 6.866V7.5a.5.5 0 0 1-1 0v-.634l-.549.317a.5.5 0 1 1-.5-.866L7 6l-.549-.317a.5.5 0 0 1 .5-.866l.549.317V4.5A.5.5 0 0 1 8 4zM5 9.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5z\"/><path d=\"M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z\"/><path d=\"M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "journal-minus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M5.5 8a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z\"/><path d=\"M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z\"/><path d=\"M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "journal-plus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 5.5a.5.5 0 0 1 .5.5v1.5H10a.5.5 0 0 1 0 1H8.5V10a.5.5 0 0 1-1 0V8.5H6a.5.5 0 0 1 0-1h1.5V6a.5.5 0 0 1 .5-.5z\"/><path d=\"M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z\"/><path d=\"M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "journal-richtext",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.5 3.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0zm-.861 1.542 1.33.886 1.854-1.855a.25.25 0 0 1 .289-.047L11 4.75V7a.5.5 0 0 1-.5.5h-5A.5.5 0 0 1 5 7v-.5s1.54-1.274 1.639-1.208zM5 9.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z\"/><path d=\"M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z\"/><path d=\"M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "journal-text",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5 10.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5zm0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5z\"/><path d=\"M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z\"/><path d=\"M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "journal-x",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M6.146 6.146a.5.5 0 0 1 .708 0L8 7.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 8l1.147 1.146a.5.5 0 0 1-.708.708L8 8.707 6.854 9.854a.5.5 0 0 1-.708-.708L7.293 8 6.146 6.854a.5.5 0 0 1 0-.708z\"/><path d=\"M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z\"/><path d=\"M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "journals",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5 0h8a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2 2 2 0 0 1-2 2H3a2 2 0 0 1-2-2h1a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1H1a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v9a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1H3a2 2 0 0 1 2-2z\"/><path d=\"M1 6v-.5a.5.5 0 0 1 1 0V6h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V9h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 2.5v.5H.5a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1H2v-.5a.5.5 0 0 0-1 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "joystick",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10 2a2 2 0 0 1-1.5 1.937v5.087c.863.083 1.5.377 1.5.726 0 .414-.895.75-2 .75s-2-.336-2-.75c0-.35.637-.643 1.5-.726V3.937A2 2 0 1 1 10 2z\"/><path d=\"M0 9.665v1.717a1 1 0 0 0 .553.894l6.553 3.277a2 2 0 0 0 1.788 0l6.553-3.277a1 1 0 0 0 .553-.894V9.665c0-.1-.06-.19-.152-.23L9.5 6.715v.993l5.227 2.178a.125.125 0 0 1 .001.23l-5.94 2.546a2 2 0 0 1-1.576 0l-5.94-2.546a.125.125 0 0 1 .001-.23L6.5 7.708l-.013-.988L.152 9.435a.25.25 0 0 0-.152.23z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "justify",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M2 12.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "justify-left",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M2 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "justify-right",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M6 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-4-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "kanban",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13.5 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1h-11a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h11zm-11-1a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h11a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2h-11z\"/><path d=\"M6.5 3a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V3zm-4 0a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V3zm8 0a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "kanban-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.5 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h11a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2h-11zm5 2h1a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zm-5 1a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V3zm9-1h1a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "key",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 8a4 4 0 0 1 7.465-2H14a.5.5 0 0 1 .354.146l1.5 1.5a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0L13 9.207l-.646.647a.5.5 0 0 1-.708 0L11 9.207l-.646.647a.5.5 0 0 1-.708 0L9 9.207l-.646.647A.5.5 0 0 1 8 10h-.535A4 4 0 0 1 0 8zm4-3a3 3 0 1 0 2.712 4.285A.5.5 0 0 1 7.163 9h.63l.853-.854a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708 0l.646.647.793-.793-1-1h-6.63a.5.5 0 0 1-.451-.285A3 3 0 0 0 4 5z\"/><path d=\"M4 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "key-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 11.5a3.5 3.5 0 1 1 3.163-5H14L15.5 8 14 9.5l-1-1-1 1-1-1-1 1-1-1-1 1H6.663a3.5 3.5 0 0 1-3.163 2zM2.5 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "keyboard",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 5a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h12zM2 4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H2z\"/><path d=\"M13 10.25a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25v-.5zm0-2a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25v-.5zm-5 0A.25.25 0 0 1 8.25 8h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5A.25.25 0 0 1 8 8.75v-.5zm2 0a.25.25 0 0 1 .25-.25h1.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25v-.5zm1 2a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25v-.5zm-5-2A.25.25 0 0 1 6.25 8h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5A.25.25 0 0 1 6 8.75v-.5zm-2 0A.25.25 0 0 1 4.25 8h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5A.25.25 0 0 1 4 8.75v-.5zm-2 0A.25.25 0 0 1 2.25 8h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5A.25.25 0 0 1 2 8.75v-.5zm11-2a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25v-.5zm-2 0a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25v-.5zm-2 0A.25.25 0 0 1 9.25 6h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5A.25.25 0 0 1 9 6.75v-.5zm-2 0A.25.25 0 0 1 7.25 6h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5A.25.25 0 0 1 7 6.75v-.5zm-2 0A.25.25 0 0 1 5.25 6h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5A.25.25 0 0 1 5 6.75v-.5zm-3 0A.25.25 0 0 1 2.25 6h1.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-1.5A.25.25 0 0 1 2 6.75v-.5zm0 4a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25v-.5zm2 0a.25.25 0 0 1 .25-.25h5.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-5.5a.25.25 0 0 1-.25-.25v-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "keyboard-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V6zm13 .25v.5c0 .138.112.25.25.25h.5a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25h-.5a.25.25 0 0 0-.25.25zM2.25 8a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h.5A.25.25 0 0 0 3 8.75v-.5A.25.25 0 0 0 2.75 8h-.5zM4 8.25v.5c0 .138.112.25.25.25h.5A.25.25 0 0 0 5 8.75v-.5A.25.25 0 0 0 4.75 8h-.5a.25.25 0 0 0-.25.25zM6.25 8a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h.5A.25.25 0 0 0 7 8.75v-.5A.25.25 0 0 0 6.75 8h-.5zM8 8.25v.5c0 .138.112.25.25.25h.5A.25.25 0 0 0 9 8.75v-.5A.25.25 0 0 0 8.75 8h-.5a.25.25 0 0 0-.25.25zM13.25 8a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h.5a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25h-.5zm0 2a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h.5a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25h-.5zm-3-2a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h1.5a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25h-1.5zm.75 2.25v.5c0 .138.112.25.25.25h.5a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25h-.5a.25.25 0 0 0-.25.25zM11.25 6a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h.5a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25h-.5zM9 6.25v.5c0 .138.112.25.25.25h.5a.25.25 0 0 0 .25-.25v-.5A.25.25 0 0 0 9.75 6h-.5a.25.25 0 0 0-.25.25zM7.25 6a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h.5A.25.25 0 0 0 8 6.75v-.5A.25.25 0 0 0 7.75 6h-.5zM5 6.25v.5c0 .138.112.25.25.25h.5A.25.25 0 0 0 6 6.75v-.5A.25.25 0 0 0 5.75 6h-.5a.25.25 0 0 0-.25.25zM2.25 6a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h1.5A.25.25 0 0 0 4 6.75v-.5A.25.25 0 0 0 3.75 6h-1.5zM2 10.25v.5c0 .138.112.25.25.25h.5a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25h-.5a.25.25 0 0 0-.25.25zM4.25 10a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h5.5a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25h-5.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ladder",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.5 1a.5.5 0 0 1 .5.5V2h6v-.5a.5.5 0 0 1 1 0v14a.5.5 0 0 1-1 0V15H5v.5a.5.5 0 0 1-1 0v-14a.5.5 0 0 1 .5-.5zM5 14h6v-2H5v2zm0-3h6V9H5v2zm0-3h6V6H5v2zm0-3h6V3H5v2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "lamp",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13 3v4H3V3h10zM3 2a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3zm4.5-1 .276-.553a.25.25 0 0 1 .448 0L8.5 1h-1zm-.012 9h1.024c.337.646.677 1.33.95 1.949.176.396.318.75.413 1.042.048.146.081.266.102.36A1.347 1.347 0 0 1 10 13.5c0 .665-.717 1.5-2 1.5s-2-.835-2-1.5c0 0 0-.013.004-.039.003-.027.01-.063.02-.11.02-.094.053-.214.1-.36.096-.291.238-.646.413-1.042.274-.62.614-1.303.95-1.949zm1.627-1h-2.23C6.032 10.595 5 12.69 5 13.5 5 14.88 6.343 16 8 16s3-1.12 3-2.5c0-.81-1.032-2.905-1.885-4.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "lamp-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3zm5.5-2 .276-.553a.25.25 0 0 1 .448 0L8.5 1h-1zm-.615 8h2.23C9.968 10.595 11 12.69 11 13.5c0 1.38-1.343 2.5-3 2.5s-3-1.12-3-2.5c0-.81 1.032-2.905 1.885-4.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "laptop",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13.5 3a.5.5 0 0 1 .5.5V11H2V3.5a.5.5 0 0 1 .5-.5h11zm-11-1A1.5 1.5 0 0 0 1 3.5V12h14V3.5A1.5 1.5 0 0 0 13.5 2h-11zM0 12.5h16a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 12.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "laptop-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.5 2A1.5 1.5 0 0 0 1 3.5V12h14V3.5A1.5 1.5 0 0 0 13.5 2h-11zM0 12.5h16a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 12.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "layer-backward",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.354 15.854a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708l1-1a.5.5 0 0 1 .708 0l.646.647V4H1a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H9v7.793l.646-.647a.5.5 0 0 1 .708 0l1 1a.5.5 0 0 1 0 .708l-3 3z\"/><path d=\"M1 9a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h4.5a.5.5 0 0 1 0 1H1v2h4.5a.5.5 0 0 1 0 1H1zm9.5 0a.5.5 0 0 1 0-1H15V6h-4.5a.5.5 0 0 1 0-1H15a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-4.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "layer-forward",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.354.146a.5.5 0 0 0-.708 0l-3 3a.5.5 0 0 0 0 .708l1 1a.5.5 0 0 0 .708 0L7 4.207V12H1a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1H9V4.207l.646.647a.5.5 0 0 0 .708 0l1-1a.5.5 0 0 0 0-.708l-3-3z\"/><path d=\"M1 7a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h4.5a.5.5 0 0 0 0-1H1V8h4.5a.5.5 0 0 0 0-1H1zm9.5 0a.5.5 0 0 0 0 1H15v2h-4.5a.5.5 0 0 0 0 1H15a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1h-4.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "layers",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.235 1.559a.5.5 0 0 0-.47 0l-7.5 4a.5.5 0 0 0 0 .882L3.188 8 .264 9.559a.5.5 0 0 0 0 .882l7.5 4a.5.5 0 0 0 .47 0l7.5-4a.5.5 0 0 0 0-.882L12.813 8l2.922-1.559a.5.5 0 0 0 0-.882l-7.5-4zm3.515 7.008L14.438 10 8 13.433 1.562 10 4.25 8.567l3.515 1.874a.5.5 0 0 0 .47 0l3.515-1.874zM8 9.433 1.562 6 8 2.567 14.438 6 8 9.433z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "layers-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.765 1.559a.5.5 0 0 1 .47 0l7.5 4a.5.5 0 0 1 0 .882l-7.5 4a.5.5 0 0 1-.47 0l-7.5-4a.5.5 0 0 1 0-.882l7.5-4z\"/><path d=\"m2.125 8.567-1.86.992a.5.5 0 0 0 0 .882l7.5 4a.5.5 0 0 0 .47 0l7.5-4a.5.5 0 0 0 0-.882l-1.86-.992-5.17 2.756a1.5 1.5 0 0 1-1.41 0l-5.17-2.756z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "layers-half",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.235 1.559a.5.5 0 0 0-.47 0l-7.5 4a.5.5 0 0 0 0 .882L3.188 8 .264 9.559a.5.5 0 0 0 0 .882l7.5 4a.5.5 0 0 0 .47 0l7.5-4a.5.5 0 0 0 0-.882L12.813 8l2.922-1.559a.5.5 0 0 0 0-.882l-7.5-4zM8 9.433 1.562 6 8 2.567 14.438 6 8 9.433z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "layout-sidebar",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 3a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3zm5-1v12h9a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H5zM4 2H2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h2V2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "layout-sidebar-inset",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 2a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h12zM2 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2H2z\"/><path d=\"M3 4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "layout-sidebar-inset-reverse",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2zm12-1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h12z\"/><path d=\"M13 4a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "layout-sidebar-reverse",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 3a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3zm-5-1v12H2a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h9zm1 0h2a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-2V2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "layout-split",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 3a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3zm8.5-1v12H14a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H8.5zm-1 0H2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h5.5V2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "layout-text-sidebar",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 3a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5zm0 3a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5zM3 9.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm.5 2.5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5z\"/><path d=\"M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm12-1v14h2a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1h-2zm-1 0H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h9V1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "layout-text-sidebar-reverse",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12.5 3a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1h5zm0 3a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1h5zm.5 3.5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 .5-.5zm-.5 2.5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1h5z\"/><path d=\"M16 2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2zM4 1v14H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h2zm1 0h9a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H5V1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "layout-text-window",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 6.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0 3a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm.5 2.5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5z\"/><path d=\"M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm12 1a1 1 0 0 1 1 1v1H1V2a1 1 0 0 1 1-1h12zm1 3v10a1 1 0 0 1-1 1h-2V4h3zm-4 0v11H2a1 1 0 0 1-1-1V4h10z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "layout-text-window-reverse",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13 6.5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 .5-.5zm0 3a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 .5-.5zm-.5 2.5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1h5z\"/><path d=\"M14 0a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h12zM2 1a1 1 0 0 0-1 1v1h14V2a1 1 0 0 0-1-1H2zM1 4v10a1 1 0 0 0 1 1h2V4H1zm4 0v11h9a1 1 0 0 0 1-1V4H5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "layout-three-columns",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 1.5A1.5 1.5 0 0 1 1.5 0h13A1.5 1.5 0 0 1 16 1.5v13a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 14.5v-13zM1.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5H5V1H1.5zM10 15V1H6v14h4zm1 0h3.5a.5.5 0 0 0 .5-.5v-13a.5.5 0 0 0-.5-.5H11v14z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "layout-wtf",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5 1v8H1V1h4zM1 0a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1H1zm13 2v5H9V2h5zM9 1a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H9zM5 13v2H3v-2h2zm-2-1a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1H3zm12-1v2H9v-2h6zm-6-1a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1H9z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "life-preserver",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zm6.43-5.228a7.025 7.025 0 0 1-3.658 3.658l-1.115-2.788a4.015 4.015 0 0 0 1.985-1.985l2.788 1.115zM5.228 14.43a7.025 7.025 0 0 1-3.658-3.658l2.788-1.115a4.015 4.015 0 0 0 1.985 1.985L5.228 14.43zm9.202-9.202-2.788 1.115a4.015 4.015 0 0 0-1.985-1.985l1.115-2.788a7.025 7.025 0 0 1 3.658 3.658zm-8.087-.87a4.015 4.015 0 0 0-1.985 1.985L1.57 5.228A7.025 7.025 0 0 1 5.228 1.57l1.115 2.788zM8 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "lightbulb",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 6a6 6 0 1 1 10.174 4.31c-.203.196-.359.4-.453.619l-.762 1.769A.5.5 0 0 1 10.5 13a.5.5 0 0 1 0 1 .5.5 0 0 1 0 1l-.224.447a1 1 0 0 1-.894.553H6.618a1 1 0 0 1-.894-.553L5.5 15a.5.5 0 0 1 0-1 .5.5 0 0 1 0-1 .5.5 0 0 1-.46-.302l-.761-1.77a1.964 1.964 0 0 0-.453-.618A5.984 5.984 0 0 1 2 6zm6-5a5 5 0 0 0-3.479 8.592c.263.254.514.564.676.941L5.83 12h4.342l.632-1.467c.162-.377.413-.687.676-.941A5 5 0 0 0 8 1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "lightbulb-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 6a6 6 0 1 1 10.174 4.31c-.203.196-.359.4-.453.619l-.762 1.769A.5.5 0 0 1 10.5 13h-5a.5.5 0 0 1-.46-.302l-.761-1.77a1.964 1.964 0 0 0-.453-.618A5.984 5.984 0 0 1 2 6zm3 8.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1l-.224.447a1 1 0 0 1-.894.553H6.618a1 1 0 0 1-.894-.553L5.5 15a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "lightbulb-off",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M2.23 4.35A6.004 6.004 0 0 0 2 6c0 1.691.7 3.22 1.826 4.31.203.196.359.4.453.619l.762 1.769A.5.5 0 0 0 5.5 13a.5.5 0 0 0 0 1 .5.5 0 0 0 0 1l.224.447a1 1 0 0 0 .894.553h2.764a1 1 0 0 0 .894-.553L10.5 15a.5.5 0 0 0 0-1 .5.5 0 0 0 0-1 .5.5 0 0 0 .288-.091L9.878 12H5.83l-.632-1.467a2.954 2.954 0 0 0-.676-.941 4.984 4.984 0 0 1-1.455-4.405l-.837-.836zm1.588-2.653.708.707a5 5 0 0 1 7.07 7.07l.707.707a6 6 0 0 0-8.484-8.484zm-2.172-.051a.5.5 0 0 1 .708 0l12 12a.5.5 0 0 1-.708.708l-12-12a.5.5 0 0 1 0-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "lightbulb-off-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 6c0-.572.08-1.125.23-1.65l8.558 8.559A.5.5 0 0 1 10.5 13h-5a.5.5 0 0 1-.46-.302l-.761-1.77a1.964 1.964 0 0 0-.453-.618A5.984 5.984 0 0 1 2 6zm10.303 4.181L3.818 1.697a6 6 0 0 1 8.484 8.484zM5 14.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1l-.224.447a1 1 0 0 1-.894.553H6.618a1 1 0 0 1-.894-.553L5.5 15a.5.5 0 0 1-.5-.5zM2.354 1.646a.5.5 0 1 0-.708.708l12 12a.5.5 0 0 0 .708-.708l-12-12z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "lightning",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.52.359A.5.5 0 0 1 6 0h4a.5.5 0 0 1 .474.658L8.694 6H12.5a.5.5 0 0 1 .395.807l-7 9a.5.5 0 0 1-.873-.454L6.823 9.5H3.5a.5.5 0 0 1-.48-.641l2.5-8.5zM6.374 1 4.168 8.5H7.5a.5.5 0 0 1 .478.647L6.78 13.04 11.478 7H8a.5.5 0 0 1-.474-.658L9.306 1H6.374z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "lightning-charge",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11.251.068a.5.5 0 0 1 .227.58L9.677 6.5H13a.5.5 0 0 1 .364.843l-8 8.5a.5.5 0 0 1-.842-.49L6.323 9.5H3a.5.5 0 0 1-.364-.843l8-8.5a.5.5 0 0 1 .615-.09zM4.157 8.5H7a.5.5 0 0 1 .478.647L6.11 13.59l5.732-6.09H9a.5.5 0 0 1-.478-.647L9.89 2.41 4.157 8.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "lightning-charge-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11.251.068a.5.5 0 0 1 .227.58L9.677 6.5H13a.5.5 0 0 1 .364.843l-8 8.5a.5.5 0 0 1-.842-.49L6.323 9.5H3a.5.5 0 0 1-.364-.843l8-8.5a.5.5 0 0 1 .615-.09z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "lightning-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.52.359A.5.5 0 0 1 6 0h4a.5.5 0 0 1 .474.658L8.694 6H12.5a.5.5 0 0 1 .395.807l-7 9a.5.5 0 0 1-.873-.454L6.823 9.5H3.5a.5.5 0 0 1-.48-.641l2.5-8.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "link",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.354 5.5H4a3 3 0 0 0 0 6h3a3 3 0 0 0 2.83-4H9c-.086 0-.17.01-.25.031A2 2 0 0 1 7 10.5H4a2 2 0 1 1 0-4h1.535c.218-.376.495-.714.82-1z\"/><path d=\"M9 5.5a3 3 0 0 0-2.83 4h1.098A2 2 0 0 1 9 6.5h3a2 2 0 1 1 0 4h-1.535a4.02 4.02 0 0 1-.82 1H12a3 3 0 1 0 0-6H9z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "link45deg",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.715 6.542 3.343 7.914a3 3 0 1 0 4.243 4.243l1.828-1.829A3 3 0 0 0 8.586 5.5L8 6.086a1.002 1.002 0 0 0-.154.199 2 2 0 0 1 .861 3.337L6.88 11.45a2 2 0 1 1-2.83-2.83l.793-.792a4.018 4.018 0 0 1-.128-1.287z\"/><path d=\"M6.586 4.672A3 3 0 0 0 7.414 9.5l.775-.776a2 2 0 0 1-.896-3.346L9.12 3.55a2 2 0 1 1 2.83 2.83l-.793.792c.112.42.155.855.128 1.287l1.372-1.372a3 3 0 1 0-4.243-4.243L6.586 4.672z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "linkedin",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "list",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "list-check",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M5 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zM3.854 2.146a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 1 1 .708-.708L2 3.293l1.146-1.147a.5.5 0 0 1 .708 0zm0 4a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 1 1 .708-.708L2 7.293l1.146-1.147a.5.5 0 0 1 .708 0zm0 4a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 0 1 .708-.708l.146.147 1.146-1.147a.5.5 0 0 1 .708 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "list-nested",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "list-ol",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M5 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5z\"/><path d=\"M1.713 11.865v-.474H2c.217 0 .363-.137.363-.317 0-.185-.158-.31-.361-.31-.223 0-.367.152-.373.31h-.59c.016-.467.373-.787.986-.787.588-.002.954.291.957.703a.595.595 0 0 1-.492.594v.033a.615.615 0 0 1 .569.631c.003.533-.502.8-1.051.8-.656 0-1-.37-1.008-.794h.582c.008.178.186.306.422.309.254 0 .424-.145.422-.35-.002-.195-.155-.348-.414-.348h-.3zm-.004-4.699h-.604v-.035c0-.408.295-.844.958-.844.583 0 .96.326.96.756 0 .389-.257.617-.476.848l-.537.572v.03h1.054V9H1.143v-.395l.957-.99c.138-.142.293-.304.293-.508 0-.18-.147-.32-.342-.32a.33.33 0 0 0-.342.338v.041zM2.564 5h-.635V2.924h-.031l-.598.42v-.567l.629-.443h.635V5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "list-stars",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M5 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5z\"/><path d=\"M2.242 2.194a.27.27 0 0 1 .516 0l.162.53c.035.115.14.194.258.194h.551c.259 0 .37.333.164.493l-.468.363a.277.277 0 0 0-.094.3l.173.569c.078.256-.213.462-.423.3l-.417-.324a.267.267 0 0 0-.328 0l-.417.323c-.21.163-.5-.043-.423-.299l.173-.57a.277.277 0 0 0-.094-.299l-.468-.363c-.206-.16-.095-.493.164-.493h.55a.271.271 0 0 0 .259-.194l.162-.53zm0 4a.27.27 0 0 1 .516 0l.162.53c.035.115.14.194.258.194h.551c.259 0 .37.333.164.493l-.468.363a.277.277 0 0 0-.094.3l.173.569c.078.255-.213.462-.423.3l-.417-.324a.267.267 0 0 0-.328 0l-.417.323c-.21.163-.5-.043-.423-.299l.173-.57a.277.277 0 0 0-.094-.299l-.468-.363c-.206-.16-.095-.493.164-.493h.55a.271.271 0 0 0 .259-.194l.162-.53zm0 4a.27.27 0 0 1 .516 0l.162.53c.035.115.14.194.258.194h.551c.259 0 .37.333.164.493l-.468.363a.277.277 0 0 0-.094.3l.173.569c.078.255-.213.462-.423.3l-.417-.324a.267.267 0 0 0-.328 0l-.417.323c-.21.163-.5-.043-.423-.299l.173-.57a.277.277 0 0 0-.094-.299l-.468-.363c-.206-.16-.095-.493.164-.493h.55a.271.271 0 0 0 .259-.194l.162-.53z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "list-task",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M2 2.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5H2zM3 3H2v1h1V3z\"/><path d=\"M5 3.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zM5.5 7a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9zm0 4a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9z\"/><path fill-rule=\"evenodd\" d=\"M1.5 7a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H2a.5.5 0 0 1-.5-.5V7zM2 7h1v1H2V7zm0 3.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5H2zm1 .5H2v1h1v-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "list-ul",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M5 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm-3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm0 4a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm0 4a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "lock",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "lock-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "mailbox",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 4a3 3 0 0 0-3 3v6h6V7a3 3 0 0 0-3-3zm0-1h8a4 4 0 0 1 4 4v6a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V7a4 4 0 0 1 4-4zm2.646 1A3.99 3.99 0 0 1 8 7v6h7V7a3 3 0 0 0-3-3H6.646z\"/><path d=\"M11.793 8.5H9v-1h5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.354-.146l-.853-.854zM5 7c0 .552-.448 0-1 0s-1 .552-1 0a1 1 0 0 1 2 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "mailbox2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9 8.5h2.793l.853.854A.5.5 0 0 0 13 9.5h1a.5.5 0 0 0 .5-.5V8a.5.5 0 0 0-.5-.5H9v1z\"/><path d=\"M12 3H4a4 4 0 0 0-4 4v6a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V7a4 4 0 0 0-4-4zM8 7a3.99 3.99 0 0 0-1.354-3H12a3 3 0 0 1 3 3v6H8V7zm-3.415.157C4.42 7.087 4.218 7 4 7c-.218 0-.42.086-.585.157C3.164 7.264 3 7.334 3 7a1 1 0 0 1 2 0c0 .334-.164.264-.415.157z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "map",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M15.817.113A.5.5 0 0 1 16 .5v14a.5.5 0 0 1-.402.49l-5 1a.502.502 0 0 1-.196 0L5.5 15.01l-4.902.98A.5.5 0 0 1 0 15.5v-14a.5.5 0 0 1 .402-.49l5-1a.5.5 0 0 1 .196 0L10.5.99l4.902-.98a.5.5 0 0 1 .415.103zM10 1.91l-4-.8v12.98l4 .8V1.91zm1 12.98 4-.8V1.11l-4 .8v12.98zm-6-.8V1.11l-4 .8v12.98l4-.8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "map-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M16 .5a.5.5 0 0 0-.598-.49L10.5.99 5.598.01a.5.5 0 0 0-.196 0l-5 1A.5.5 0 0 0 0 1.5v14a.5.5 0 0 0 .598.49l4.902-.98 4.902.98a.502.502 0 0 0 .196 0l5-1A.5.5 0 0 0 16 14.5V.5zM5 14.09V1.11l.5-.1.5.1v12.98l-.402-.08a.498.498 0 0 0-.196 0L5 14.09zm5 .8V1.91l.402.08a.5.5 0 0 0 .196 0L11 1.91v12.98l-.5.1-.5-.1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "markdown",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z\"/><path fill-rule=\"evenodd\" d=\"M9.146 8.146a.5.5 0 0 1 .708 0L11.5 9.793l1.646-1.647a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 0 1 0-.708z\"/><path fill-rule=\"evenodd\" d=\"M11.5 5a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0v-4a.5.5 0 0 1 .5-.5z\"/><path d=\"M3.56 11V7.01h.056l1.428 3.239h.774l1.42-3.24h.056V11h1.073V5.001h-1.2l-1.71 3.894h-.039l-1.71-3.894H2.5V11h1.06z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "markdown-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm11.5 1a.5.5 0 0 0-.5.5v3.793L9.854 8.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L12 9.293V5.5a.5.5 0 0 0-.5-.5zM3.56 7.01h.056l1.428 3.239h.774l1.42-3.24h.056V11h1.073V5.001h-1.2l-1.71 3.894h-.039l-1.71-3.894H2.5V11h1.06V7.01z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "mask",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.225 1.227A7.5 7.5 0 0 1 10.5 8a7.5 7.5 0 0 1-4.275 6.773 7 7 0 1 0 0-13.546zM4.187.966a8 8 0 1 1 7.627 14.069A8 8 0 0 1 4.186.964z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "mastodon",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "megaphone",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13 2.5a1.5 1.5 0 0 1 3 0v11a1.5 1.5 0 0 1-3 0v-.214c-2.162-1.241-4.49-1.843-6.912-2.083l.405 2.712A1 1 0 0 1 5.51 15.1h-.548a1 1 0 0 1-.916-.599l-1.85-3.49a68.14 68.14 0 0 0-.202-.003A2.014 2.014 0 0 1 0 9V7a2.02 2.02 0 0 1 1.992-2.013 74.663 74.663 0 0 0 2.483-.075c3.043-.154 6.148-.849 8.525-2.199V2.5zm1 0v11a.5.5 0 0 0 1 0v-11a.5.5 0 0 0-1 0zm-1 1.35c-2.344 1.205-5.209 1.842-8 2.033v4.233c.18.01.359.022.537.036 2.568.189 5.093.744 7.463 1.993V3.85zm-9 6.215v-4.13a95.09 95.09 0 0 1-1.992.052A1.02 1.02 0 0 0 1 7v2c0 .55.448 1.002 1.006 1.009A60.49 60.49 0 0 1 4 10.065zm-.657.975 1.609 3.037.01.024h.548l-.002-.014-.443-2.966a68.019 68.019 0 0 0-1.722-.082z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "megaphone-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13 2.5a1.5 1.5 0 0 1 3 0v11a1.5 1.5 0 0 1-3 0v-11zm-1 .724c-2.067.95-4.539 1.481-7 1.656v6.237a25.222 25.222 0 0 1 1.088.085c2.053.204 4.038.668 5.912 1.56V3.224zm-8 7.841V4.934c-.68.027-1.399.043-2.008.053A2.02 2.02 0 0 0 0 7v2c0 1.106.896 1.996 1.994 2.009a68.14 68.14 0 0 1 .496.008 64 64 0 0 1 1.51.048zm1.39 1.081c.285.021.569.047.85.078l.253 1.69a1 1 0 0 1-.983 1.187h-.548a1 1 0 0 1-.916-.599l-1.314-2.48a65.81 65.81 0 0 1 1.692.064c.327.017.65.037.966.06z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "menu-app",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 1.5A1.5 1.5 0 0 1 1.5 0h2A1.5 1.5 0 0 1 5 1.5v2A1.5 1.5 0 0 1 3.5 5h-2A1.5 1.5 0 0 1 0 3.5v-2zM1.5 1a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5h-2zM0 8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V8zm1 3v2a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2H1zm14-1V8a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2h14zM2 8.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0 4a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "menu-app-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 1.5A1.5 1.5 0 0 1 1.5 0h2A1.5 1.5 0 0 1 5 1.5v2A1.5 1.5 0 0 1 3.5 5h-2A1.5 1.5 0 0 1 0 3.5v-2zM0 8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V8zm1 3v2a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2H1zm14-1V8a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2h14zM2 8.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0 4a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "menu-button",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 1.5A1.5 1.5 0 0 1 1.5 0h8A1.5 1.5 0 0 1 11 1.5v2A1.5 1.5 0 0 1 9.5 5h-8A1.5 1.5 0 0 1 0 3.5v-2zM1.5 1a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5h-8z\"/><path d=\"m7.823 2.823-.396-.396A.25.25 0 0 1 7.604 2h.792a.25.25 0 0 1 .177.427l-.396.396a.25.25 0 0 1-.354 0zM0 8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V8zm1 3v2a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2H1zm14-1V8a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2h14zM2 8.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0 4a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "menu-button-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1.5 0A1.5 1.5 0 0 0 0 1.5v2A1.5 1.5 0 0 0 1.5 5h8A1.5 1.5 0 0 0 11 3.5v-2A1.5 1.5 0 0 0 9.5 0h-8zm5.927 2.427A.25.25 0 0 1 7.604 2h.792a.25.25 0 0 1 .177.427l-.396.396a.25.25 0 0 1-.354 0l-.396-.396zM0 8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V8zm1 3v2a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2H1zm14-1V8a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2h14zM2 8.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0 4a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "menu-button-wide",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 1.5A1.5 1.5 0 0 1 1.5 0h13A1.5 1.5 0 0 1 16 1.5v2A1.5 1.5 0 0 1 14.5 5h-13A1.5 1.5 0 0 1 0 3.5v-2zM1.5 1a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5h-13z\"/><path d=\"M2 2.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5zm10.823.323-.396-.396A.25.25 0 0 1 12.604 2h.792a.25.25 0 0 1 .177.427l-.396.396a.25.25 0 0 1-.354 0zM0 8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V8zm1 3v2a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2H1zm14-1V8a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2h14zM2 8.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0 4a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "menu-button-wide-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1.5 0A1.5 1.5 0 0 0 0 1.5v2A1.5 1.5 0 0 0 1.5 5h13A1.5 1.5 0 0 0 16 3.5v-2A1.5 1.5 0 0 0 14.5 0h-13zm1 2h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1 0-1zm9.927.427A.25.25 0 0 1 12.604 2h.792a.25.25 0 0 1 .177.427l-.396.396a.25.25 0 0 1-.354 0l-.396-.396zM0 8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V8zm1 3v2a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2H1zm14-1V8a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2h14zM2 8.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0 4a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "menu-down",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.646.146a.5.5 0 0 1 .708 0L10.207 2H14a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h3.793L7.646.146zM1 7v3h14V7H1zm14-1V4a1 1 0 0 0-1-1h-3.793a1 1 0 0 1-.707-.293L8 1.207l-1.5 1.5A1 1 0 0 1 5.793 3H2a1 1 0 0 0-1 1v2h14zm0 5H1v2a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2zM2 4.5a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 0 1h-8a.5.5 0 0 1-.5-.5zm0 4a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0 4a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "menu-up",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.646 15.854a.5.5 0 0 0 .708 0L10.207 14H14a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h3.793l1.853 1.854zM1 9V6h14v3H1zm14 1v2a1 1 0 0 1-1 1h-3.793a1 1 0 0 0-.707.293l-1.5 1.5-1.5-1.5A1 1 0 0 0 5.793 13H2a1 1 0 0 1-1-1v-2h14zm0-5H1V3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v2zM2 11.5a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 0-1h-8a.5.5 0 0 0-.5.5zm0-4a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 0-1h-11a.5.5 0 0 0-.5.5zm0-4a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 0-1h-6a.5.5 0 0 0-.5.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "messenger",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 7.76C0 3.301 3.493 0 8 0s8 3.301 8 7.76-3.493 7.76-8 7.76c-.81 0-1.586-.107-2.316-.307a.639.639 0 0 0-.427.03l-1.588.702a.64.64 0 0 1-.898-.566l-.044-1.423a.639.639 0 0 0-.215-.456C.956 12.108 0 10.092 0 7.76zm5.546-1.459-2.35 3.728c-.225.358.214.761.551.506l2.525-1.916a.48.48 0 0 1 .578-.002l1.869 1.402a1.2 1.2 0 0 0 1.735-.32l2.35-3.728c.226-.358-.214-.761-.551-.506L9.728 7.381a.48.48 0 0 1-.578.002L7.281 5.98a1.2 1.2 0 0 0-1.735.32z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "mic",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 6.5A.5.5 0 0 1 4 7v1a4 4 0 0 0 8 0V7a.5.5 0 0 1 1 0v1a5 5 0 0 1-4.5 4.975V15h3a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1h3v-2.025A5 5 0 0 1 3 8V7a.5.5 0 0 1 .5-.5z\"/><path d=\"M10 8a2 2 0 1 1-4 0V3a2 2 0 1 1 4 0v5zM8 0a3 3 0 0 0-3 3v5a3 3 0 0 0 6 0V3a3 3 0 0 0-3-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "mic-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5 3a3 3 0 0 1 6 0v5a3 3 0 0 1-6 0V3z\"/><path d=\"M3.5 6.5A.5.5 0 0 1 4 7v1a4 4 0 0 0 8 0V7a.5.5 0 0 1 1 0v1a5 5 0 0 1-4.5 4.975V15h3a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1h3v-2.025A5 5 0 0 1 3 8V7a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "mic-mute",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13 8c0 .564-.094 1.107-.266 1.613l-.814-.814A4.02 4.02 0 0 0 12 8V7a.5.5 0 0 1 1 0v1zm-5 4c.818 0 1.578-.245 2.212-.667l.718.719a4.973 4.973 0 0 1-2.43.923V15h3a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1h3v-2.025A5 5 0 0 1 3 8V7a.5.5 0 0 1 1 0v1a4 4 0 0 0 4 4zm3-9v4.879l-1-1V3a2 2 0 0 0-3.997-.118l-.845-.845A3.001 3.001 0 0 1 11 3z\"/><path d=\"m9.486 10.607-.748-.748A2 2 0 0 1 6 8v-.878l-1-1V8a3 3 0 0 0 4.486 2.607zm-7.84-9.253 12 12 .708-.708-12-12-.708.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "mic-mute-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13 8c0 .564-.094 1.107-.266 1.613l-.814-.814A4.02 4.02 0 0 0 12 8V7a.5.5 0 0 1 1 0v1zm-5 4c.818 0 1.578-.245 2.212-.667l.718.719a4.973 4.973 0 0 1-2.43.923V15h3a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1h3v-2.025A5 5 0 0 1 3 8V7a.5.5 0 0 1 1 0v1a4 4 0 0 0 4 4zm3-9v4.879L5.158 2.037A3.001 3.001 0 0 1 11 3z\"/><path d=\"M9.486 10.607 5 6.12V8a3 3 0 0 0 4.486 2.607zm-7.84-9.253 12 12 .708-.708-12-12-.708.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "minecart",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 15a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm0 1a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm8-1a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm0 1a2 2 0 1 0 0-4 2 2 0 0 0 0 4zM.115 3.18A.5.5 0 0 1 .5 3h15a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 14 12H2a.5.5 0 0 1-.491-.408l-1.5-8a.5.5 0 0 1 .106-.411zm.987.82 1.313 7h11.17l1.313-7H1.102z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "minecart-loaded",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 15a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm0 1a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm8-1a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm0 1a2 2 0 1 0 0-4 2 2 0 0 0 0 4zM.115 3.18A.5.5 0 0 1 .5 3h15a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 14 12H2a.5.5 0 0 1-.491-.408l-1.5-8a.5.5 0 0 1 .106-.411zm.987.82 1.313 7h11.17l1.313-7H1.102z\"/><path fill-rule=\"evenodd\" d=\"M6 1a2.498 2.498 0 0 1 4 0c.818 0 1.545.394 2 1 .67 0 1.552.57 2 1h-2c-.314 0-.611-.15-.8-.4-.274-.365-.71-.6-1.2-.6-.314 0-.611-.15-.8-.4a1.497 1.497 0 0 0-2.4 0c-.189.25-.486.4-.8.4-.507 0-.955.251-1.228.638-.09.13-.194.25-.308.362H3c.13-.147.401-.432.562-.545a1.63 1.63 0 0 0 .393-.393A2.498 2.498 0 0 1 6 1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "moisture",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13.5 0a.5.5 0 0 0 0 1H15v2.75h-.5a.5.5 0 0 0 0 1h.5V7.5h-1.5a.5.5 0 0 0 0 1H15v2.75h-.5a.5.5 0 0 0 0 1h.5V15h-1.5a.5.5 0 0 0 0 1h2a.5.5 0 0 0 .5-.5V.5a.5.5 0 0 0-.5-.5h-2zM7 1.5l.364-.343a.5.5 0 0 0-.728 0l-.002.002-.006.007-.022.023-.08.088a28.458 28.458 0 0 0-1.274 1.517c-.769.983-1.714 2.325-2.385 3.727C2.368 7.564 2 8.682 2 9.733 2 12.614 4.212 15 7 15s5-2.386 5-5.267c0-1.05-.368-2.169-.867-3.212-.671-1.402-1.616-2.744-2.385-3.727a28.458 28.458 0 0 0-1.354-1.605l-.022-.023-.006-.007-.002-.001L7 1.5zm0 0-.364-.343L7 1.5zm-.016.766L7 2.247l.016.019c.24.274.572.667.944 1.144.611.781 1.32 1.776 1.901 2.827H4.14c.58-1.051 1.29-2.046 1.9-2.827.373-.477.706-.87.945-1.144zM3 9.733c0-.755.244-1.612.638-2.496h6.724c.395.884.638 1.741.638 2.496C11 12.117 9.182 14 7 14s-4-1.883-4-4.267z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "moon",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 .278a.768.768 0 0 1 .08.858 7.208 7.208 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277.527 0 1.04-.055 1.533-.16a.787.787 0 0 1 .81.316.733.733 0 0 1-.031.893A8.349 8.349 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71 0 4.266 2.114 1.312 5.124.06A.752.752 0 0 1 6 .278zM4.858 1.311A7.269 7.269 0 0 0 1.025 7.71c0 4.02 3.279 7.276 7.319 7.276a7.316 7.316 0 0 0 5.205-2.162c-.337.042-.68.063-1.029.063-4.61 0-8.343-3.714-8.343-8.29 0-1.167.242-2.278.681-3.286z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "moon-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 .278a.768.768 0 0 1 .08.858 7.208 7.208 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277.527 0 1.04-.055 1.533-.16a.787.787 0 0 1 .81.316.733.733 0 0 1-.031.893A8.349 8.349 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71 0 4.266 2.114 1.312 5.124.06A.752.752 0 0 1 6 .278z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "moon-stars",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 .278a.768.768 0 0 1 .08.858 7.208 7.208 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277.527 0 1.04-.055 1.533-.16a.787.787 0 0 1 .81.316.733.733 0 0 1-.031.893A8.349 8.349 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71 0 4.266 2.114 1.312 5.124.06A.752.752 0 0 1 6 .278zM4.858 1.311A7.269 7.269 0 0 0 1.025 7.71c0 4.02 3.279 7.276 7.319 7.276a7.316 7.316 0 0 0 5.205-2.162c-.337.042-.68.063-1.029.063-4.61 0-8.343-3.714-8.343-8.29 0-1.167.242-2.278.681-3.286z\"/><path d=\"M10.794 3.148a.217.217 0 0 1 .412 0l.387 1.162c.173.518.579.924 1.097 1.097l1.162.387a.217.217 0 0 1 0 .412l-1.162.387a1.734 1.734 0 0 0-1.097 1.097l-.387 1.162a.217.217 0 0 1-.412 0l-.387-1.162A1.734 1.734 0 0 0 9.31 6.593l-1.162-.387a.217.217 0 0 1 0-.412l1.162-.387a1.734 1.734 0 0 0 1.097-1.097l.387-1.162zM13.863.099a.145.145 0 0 1 .274 0l.258.774c.115.346.386.617.732.732l.774.258a.145.145 0 0 1 0 .274l-.774.258a1.156 1.156 0 0 0-.732.732l-.258.774a.145.145 0 0 1-.274 0l-.258-.774a1.156 1.156 0 0 0-.732-.732l-.774-.258a.145.145 0 0 1 0-.274l.774-.258c.346-.115.617-.386.732-.732L13.863.1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "moon-stars-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 .278a.768.768 0 0 1 .08.858 7.208 7.208 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277.527 0 1.04-.055 1.533-.16a.787.787 0 0 1 .81.316.733.733 0 0 1-.031.893A8.349 8.349 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71 0 4.266 2.114 1.312 5.124.06A.752.752 0 0 1 6 .278z\"/><path d=\"M10.794 3.148a.217.217 0 0 1 .412 0l.387 1.162c.173.518.579.924 1.097 1.097l1.162.387a.217.217 0 0 1 0 .412l-1.162.387a1.734 1.734 0 0 0-1.097 1.097l-.387 1.162a.217.217 0 0 1-.412 0l-.387-1.162A1.734 1.734 0 0 0 9.31 6.593l-1.162-.387a.217.217 0 0 1 0-.412l1.162-.387a1.734 1.734 0 0 0 1.097-1.097l.387-1.162zM13.863.099a.145.145 0 0 1 .274 0l.258.774c.115.346.386.617.732.732l.774.258a.145.145 0 0 1 0 .274l-.774.258a1.156 1.156 0 0 0-.732.732l-.258.774a.145.145 0 0 1-.274 0l-.258-.774a1.156 1.156 0 0 0-.732-.732l-.774-.258a.145.145 0 0 1 0-.274l.774-.258c.346-.115.617-.386.732-.732L13.863.1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "mouse",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 3a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 3zm4 8a4 4 0 0 1-8 0V5a4 4 0 1 1 8 0v6zM8 0a5 5 0 0 0-5 5v6a5 5 0 0 0 10 0V5a5 5 0 0 0-5-5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "mouse2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 5.188C3 2.341 5.22 0 8 0s5 2.342 5 5.188v5.625C13 13.658 10.78 16 8 16s-5-2.342-5-5.188V5.189zm4.5-4.155C5.541 1.289 4 3.035 4 5.188V5.5h3.5V1.033zm1 0V5.5H12v-.313c0-2.152-1.541-3.898-3.5-4.154zM12 6.5H4v4.313C4 13.145 5.81 15 8 15s4-1.855 4-4.188V6.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "mouse2-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.5.026C4.958.286 3 2.515 3 5.188V5.5h4.5V.026zm1 0V5.5H13v-.312C13 2.515 11.042.286 8.5.026zM13 6.5H3v4.313C3 13.658 5.22 16 8 16s5-2.342 5-5.188V6.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "mouse3",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7 0c-.593 0-1.104.157-1.527.463-.418.302-.717.726-.93 1.208C4.123 2.619 4 3.879 4 5.187v.504L3.382 6A2.5 2.5 0 0 0 2 8.236v2.576C2 13.659 4.22 16 7 16h2c2.78 0 5-2.342 5-5.188V7.51a.71.71 0 0 0 0-.02V5.186c0-1.13-.272-2.044-.748-2.772-.474-.726-1.13-1.235-1.849-1.59C9.981.123 8.26 0 7 0zm2.5 6.099V1.232c.51.11 1.008.267 1.46.49.596.293 1.099.694 1.455 1.24.355.543.585 1.262.585 2.225v1.69l-3.5-.778zm-1-5.025v4.803L5 5.099c.006-1.242.134-2.293.457-3.024.162-.366.363-.63.602-.801C6.292 1.105 6.593 1 7 1c.468 0 .98.018 1.5.074zM5 6.124 13 7.9v2.912C13 13.145 11.19 15 9 15H7c-2.19 0-4-1.855-4-4.188V8.236a1.5 1.5 0 0 1 .83-1.342l.187-.093c.01.265.024.58.047.92.062.938.19 2.12.462 2.937a.5.5 0 1 0 .948-.316c-.227-.683-.35-1.75-.413-2.688a29.17 29.17 0 0 1-.06-1.528v-.002z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "mouse3-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.5.069A15.328 15.328 0 0 0 7 0c-.593 0-1.104.157-1.527.463-.418.302-.717.726-.93 1.208-.386.873-.522 2.01-.54 3.206l4.497 1V.069zM3.71 5.836 3.381 6A2.5 2.5 0 0 0 2 8.236v2.576C2 13.659 4.22 16 7 16h2c2.78 0 5-2.342 5-5.188V8.123l-9-2v.003l.008.353c.007.3.023.715.053 1.175.063.937.186 2.005.413 2.688a.5.5 0 1 1-.948.316c-.273-.817-.4-2-.462-2.937A30.16 30.16 0 0 1 4 6.003c0-.034.003-.067.01-.1l-.3-.067zM14 7.1V5.187c0-1.13-.272-2.044-.748-2.772-.474-.726-1.13-1.235-1.849-1.59A7.495 7.495 0 0 0 9.5.212v5.887l4.5 1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "mouse-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 5a5 5 0 0 1 10 0v6a5 5 0 0 1-10 0V5zm5.5-1.5a.5.5 0 0 0-1 0v2a.5.5 0 0 0 1 0v-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "music-note",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9 13c0 1.105-1.12 2-2.5 2S4 14.105 4 13s1.12-2 2.5-2 2.5.895 2.5 2z\"/><path fill-rule=\"evenodd\" d=\"M9 3v10H8V3h1z\"/><path d=\"M8 2.82a1 1 0 0 1 .804-.98l3-.6A1 1 0 0 1 13 2.22V4L8 5V2.82z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "music-note-beamed",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 13c0 1.105-1.12 2-2.5 2S1 14.105 1 13c0-1.104 1.12-2 2.5-2s2.5.896 2.5 2zm9-2c0 1.105-1.12 2-2.5 2s-2.5-.895-2.5-2 1.12-2 2.5-2 2.5.895 2.5 2z\"/><path fill-rule=\"evenodd\" d=\"M14 11V2h1v9h-1zM6 3v10H5V3h1z\"/><path d=\"M5 2.905a1 1 0 0 1 .9-.995l8-.8a1 1 0 0 1 1.1.995V3L5 4V2.905z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "music-note-list",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 13c0 1.105-1.12 2-2.5 2S7 14.105 7 13s1.12-2 2.5-2 2.5.895 2.5 2z\"/><path fill-rule=\"evenodd\" d=\"M12 3v10h-1V3h1z\"/><path d=\"M11 2.82a1 1 0 0 1 .804-.98l3-.6A1 1 0 0 1 16 2.22V4l-5 1V2.82z\"/><path fill-rule=\"evenodd\" d=\"M0 11.5a.5.5 0 0 1 .5-.5H4a.5.5 0 0 1 0 1H.5a.5.5 0 0 1-.5-.5zm0-4A.5.5 0 0 1 .5 7H8a.5.5 0 0 1 0 1H.5a.5.5 0 0 1-.5-.5zm0-4A.5.5 0 0 1 .5 3H8a.5.5 0 0 1 0 1H.5a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "music-player",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 3a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V3zm1 0v3h6V3H5zm3 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/><path d=\"M11 11a3 3 0 1 1-6 0 3 3 0 0 1 6 0zm-3 2a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/><path d=\"M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm2-1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "music-player-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 12a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/><path d=\"M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm1 2h6a1 1 0 0 1 1 1v2.5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zm3 12a3 3 0 1 1 0-6 3 3 0 0 1 0 6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "newspaper",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 2.5A1.5 1.5 0 0 1 1.5 1h11A1.5 1.5 0 0 1 14 2.5v10.528c0 .3-.05.654-.238.972h.738a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 1 1 0v9a1.5 1.5 0 0 1-1.5 1.5H1.497A1.497 1.497 0 0 1 0 13.5v-11zM12 14c.37 0 .654-.211.853-.441.092-.106.147-.279.147-.531V2.5a.5.5 0 0 0-.5-.5h-11a.5.5 0 0 0-.5.5v11c0 .278.223.5.497.5H12z\"/><path d=\"M2 3h10v2H2V3zm0 3h4v3H2V6zm0 4h4v1H2v-1zm0 2h4v1H2v-1zm5-6h2v1H7V6zm3 0h2v1h-2V6zM7 8h2v1H7V8zm3 0h2v1h-2V8zm-3 2h2v1H7v-1zm3 0h2v1h-2v-1zm-3 2h2v1H7v-1zm3 0h2v1h-2v-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "node-minus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M11 4a4 4 0 1 0 0 8 4 4 0 0 0 0-8zM6.025 7.5a5 5 0 1 1 0 1H4A1.5 1.5 0 0 1 2.5 10h-1A1.5 1.5 0 0 1 0 8.5v-1A1.5 1.5 0 0 1 1.5 6h1A1.5 1.5 0 0 1 4 7.5h2.025zM1.5 7a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zM8 8a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5A.5.5 0 0 1 8 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "node-minus-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M16 8a5 5 0 0 1-9.975.5H4A1.5 1.5 0 0 1 2.5 10h-1A1.5 1.5 0 0 1 0 8.5v-1A1.5 1.5 0 0 1 1.5 6h1A1.5 1.5 0 0 1 4 7.5h2.025A5 5 0 0 1 16 8zm-2 0a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h5A.5.5 0 0 0 14 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "node-plus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M11 4a4 4 0 1 0 0 8 4 4 0 0 0 0-8zM6.025 7.5a5 5 0 1 1 0 1H4A1.5 1.5 0 0 1 2.5 10h-1A1.5 1.5 0 0 1 0 8.5v-1A1.5 1.5 0 0 1 1.5 6h1A1.5 1.5 0 0 1 4 7.5h2.025zM11 5a.5.5 0 0 1 .5.5v2h2a.5.5 0 0 1 0 1h-2v2a.5.5 0 0 1-1 0v-2h-2a.5.5 0 0 1 0-1h2v-2A.5.5 0 0 1 11 5zM1.5 7a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "node-plus-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11 13a5 5 0 1 0-4.975-5.5H4A1.5 1.5 0 0 0 2.5 6h-1A1.5 1.5 0 0 0 0 7.5v1A1.5 1.5 0 0 0 1.5 10h1A1.5 1.5 0 0 0 4 8.5h2.025A5 5 0 0 0 11 13zm.5-7.5v2h2a.5.5 0 0 1 0 1h-2v2a.5.5 0 0 1-1 0v-2h-2a.5.5 0 0 1 0-1h2v-2a.5.5 0 0 1 1 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "nut",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m11.42 2 3.428 6-3.428 6H4.58L1.152 8 4.58 2h6.84zM4.58 1a1 1 0 0 0-.868.504l-3.428 6a1 1 0 0 0 0 .992l3.428 6A1 1 0 0 0 4.58 15h6.84a1 1 0 0 0 .868-.504l3.429-6a1 1 0 0 0 0-.992l-3.429-6A1 1 0 0 0 11.42 1H4.58z\"/><path d=\"M6.848 5.933a2.5 2.5 0 1 0 2.5 4.33 2.5 2.5 0 0 0-2.5-4.33zm-1.78 3.915a3.5 3.5 0 1 1 6.061-3.5 3.5 3.5 0 0 1-6.062 3.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "nut-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.58 1a1 1 0 0 0-.868.504l-3.428 6a1 1 0 0 0 0 .992l3.428 6A1 1 0 0 0 4.58 15h6.84a1 1 0 0 0 .868-.504l3.429-6a1 1 0 0 0 0-.992l-3.429-6A1 1 0 0 0 11.42 1H4.58zm5.018 9.696a3 3 0 1 1-3-5.196 3 3 0 0 1 3 5.196z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "octagon",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.54.146A.5.5 0 0 1 4.893 0h6.214a.5.5 0 0 1 .353.146l4.394 4.394a.5.5 0 0 1 .146.353v6.214a.5.5 0 0 1-.146.353l-4.394 4.394a.5.5 0 0 1-.353.146H4.893a.5.5 0 0 1-.353-.146L.146 11.46A.5.5 0 0 1 0 11.107V4.893a.5.5 0 0 1 .146-.353L4.54.146zM5.1 1 1 5.1v5.8L5.1 15h5.8l4.1-4.1V5.1L10.9 1H5.1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "octagon-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11.107 0a.5.5 0 0 1 .353.146l4.394 4.394a.5.5 0 0 1 .146.353v6.214a.5.5 0 0 1-.146.353l-4.394 4.394a.5.5 0 0 1-.353.146H4.893a.5.5 0 0 1-.353-.146L.146 11.46A.5.5 0 0 1 0 11.107V4.893a.5.5 0 0 1 .146-.353L4.54.146A.5.5 0 0 1 4.893 0h6.214z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "octagon-half",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.54.146A.5.5 0 0 1 4.893 0h6.214a.5.5 0 0 1 .353.146l4.394 4.394a.5.5 0 0 1 .146.353v6.214a.5.5 0 0 1-.146.353l-4.394 4.394a.5.5 0 0 1-.353.146H4.893a.5.5 0 0 1-.353-.146L.146 11.46A.5.5 0 0 1 0 11.107V4.893a.5.5 0 0 1 .146-.353L4.54.146zM8 15h2.9l4.1-4.1V5.1L10.9 1H8v14z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "option",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1 2.5a.5.5 0 0 1 .5-.5h3.797a.5.5 0 0 1 .439.26L11 13h3.5a.5.5 0 0 1 0 1h-3.797a.5.5 0 0 1-.439-.26L5 3H1.5a.5.5 0 0 1-.5-.5zm10 0a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "outlet",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.34 2.994c.275-.338.68-.494 1.074-.494h7.172c.393 0 .798.156 1.074.494.578.708 1.84 2.534 1.84 5.006 0 2.472-1.262 4.297-1.84 5.006-.276.338-.68.494-1.074.494H4.414c-.394 0-.799-.156-1.074-.494C2.762 12.297 1.5 10.472 1.5 8c0-2.472 1.262-4.297 1.84-5.006zm1.074.506a.376.376 0 0 0-.299.126C3.599 4.259 2.5 5.863 2.5 8c0 2.137 1.099 3.74 1.615 4.374.06.073.163.126.3.126h7.17c.137 0 .24-.053.3-.126.516-.633 1.615-2.237 1.615-4.374 0-2.137-1.099-3.74-1.615-4.374a.376.376 0 0 0-.3-.126h-7.17z\"/><path d=\"M6 5.5a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5zm4 0a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5zM7 10v1h2v-1a1 1 0 0 0-2 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "paint-bucket",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.192 2.78c-.458-.677-.927-1.248-1.35-1.643a2.972 2.972 0 0 0-.71-.515c-.217-.104-.56-.205-.882-.02-.367.213-.427.63-.43.896-.003.304.064.664.173 1.044.196.687.556 1.528 1.035 2.402L.752 8.22c-.277.277-.269.656-.218.918.055.283.187.593.36.903.348.627.92 1.361 1.626 2.068.707.707 1.441 1.278 2.068 1.626.31.173.62.305.903.36.262.05.64.059.918-.218l5.615-5.615c.118.257.092.512.05.939-.03.292-.068.665-.073 1.176v.123h.003a1 1 0 0 0 1.993 0H14v-.057a1.01 1.01 0 0 0-.004-.117c-.055-1.25-.7-2.738-1.86-3.494a4.322 4.322 0 0 0-.211-.434c-.349-.626-.92-1.36-1.627-2.067-.707-.707-1.441-1.279-2.068-1.627-.31-.172-.62-.304-.903-.36-.262-.05-.64-.058-.918.219l-.217.216zM4.16 1.867c.381.356.844.922 1.311 1.632l-.704.705c-.382-.727-.66-1.402-.813-1.938a3.283 3.283 0 0 1-.131-.673c.091.061.204.15.337.274zm.394 3.965c.54.852 1.107 1.567 1.607 2.033a.5.5 0 1 0 .682-.732c-.453-.422-1.017-1.136-1.564-2.027l1.088-1.088c.054.12.115.243.183.365.349.627.92 1.361 1.627 2.068.706.707 1.44 1.278 2.068 1.626.122.068.244.13.365.183l-4.861 4.862a.571.571 0 0 1-.068-.01c-.137-.027-.342-.104-.608-.252-.524-.292-1.186-.8-1.846-1.46-.66-.66-1.168-1.32-1.46-1.846-.147-.265-.225-.47-.251-.607a.573.573 0 0 1-.01-.068l3.048-3.047zm2.87-1.935a2.44 2.44 0 0 1-.241-.561c.135.033.324.11.562.241.524.292 1.186.8 1.846 1.46.45.45.83.901 1.118 1.31a3.497 3.497 0 0 0-1.066.091 11.27 11.27 0 0 1-.76-.694c-.66-.66-1.167-1.322-1.458-1.847z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "palette",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm4 3a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zM5.5 7a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm.5 6a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z\"/><path d=\"M16 8c0 3.15-1.866 2.585-3.567 2.07C11.42 9.763 10.465 9.473 10 10c-.603.683-.475 1.819-.351 2.92C9.826 14.495 9.996 16 8 16a8 8 0 1 1 8-8zm-8 7c.611 0 .654-.171.655-.176.078-.146.124-.464.07-1.119-.014-.168-.037-.37-.061-.591-.052-.464-.112-1.005-.118-1.462-.01-.707.083-1.61.704-2.314.369-.417.845-.578 1.272-.618.404-.038.812.026 1.16.104.343.077.702.186 1.025.284l.028.008c.346.105.658.199.953.266.653.148.904.083.991.024C14.717 9.38 15 9.161 15 8a7 7 0 1 0-7 7z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "palette2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 .5A.5.5 0 0 1 .5 0h5a.5.5 0 0 1 .5.5v5.277l4.147-4.131a.5.5 0 0 1 .707 0l3.535 3.536a.5.5 0 0 1 0 .708L10.261 10H15.5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5H3a2.99 2.99 0 0 1-2.121-.879A2.99 2.99 0 0 1 0 13.044m6-.21 7.328-7.3-2.829-2.828L6 7.188v5.647zM4.5 13a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0zM15 15v-4H9.258l-4.015 4H15zM0 .5v12.495V.5z\"/><path d=\"M0 12.995V13a3.07 3.07 0 0 0 0-.005z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "palette-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12.433 10.07C14.133 10.585 16 11.15 16 8a8 8 0 1 0-8 8c1.996 0 1.826-1.504 1.649-3.08-.124-1.101-.252-2.237.351-2.92.465-.527 1.42-.237 2.433.07zM8 5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm4.5 3a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM5 6.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "paperclip",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.5 3a2.5 2.5 0 0 1 5 0v9a1.5 1.5 0 0 1-3 0V5a.5.5 0 0 1 1 0v7a.5.5 0 0 0 1 0V3a1.5 1.5 0 1 0-3 0v9a2.5 2.5 0 0 0 5 0V5a.5.5 0 0 1 1 0v7a3.5 3.5 0 1 1-7 0V3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "paragraph",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10.5 15a.5.5 0 0 1-.5-.5V2H9v12.5a.5.5 0 0 1-1 0V9H7a4 4 0 1 1 0-8h5.5a.5.5 0 0 1 0 1H11v12.5a.5.5 0 0 1-.5.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "patch-check",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M10.354 6.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7 8.793l2.646-2.647a.5.5 0 0 1 .708 0z\"/><path d=\"m10.273 2.513-.921-.944.715-.698.622.637.89-.011a2.89 2.89 0 0 1 2.924 2.924l-.01.89.636.622a2.89 2.89 0 0 1 0 4.134l-.637.622.011.89a2.89 2.89 0 0 1-2.924 2.924l-.89-.01-.622.636a2.89 2.89 0 0 1-4.134 0l-.622-.637-.89.011a2.89 2.89 0 0 1-2.924-2.924l.01-.89-.636-.622a2.89 2.89 0 0 1 0-4.134l.637-.622-.011-.89a2.89 2.89 0 0 1 2.924-2.924l.89.01.622-.636a2.89 2.89 0 0 1 4.134 0l-.715.698a1.89 1.89 0 0 0-2.704 0l-.92.944-1.32-.016a1.89 1.89 0 0 0-1.911 1.912l.016 1.318-.944.921a1.89 1.89 0 0 0 0 2.704l.944.92-.016 1.32a1.89 1.89 0 0 0 1.912 1.911l1.318-.016.921.944a1.89 1.89 0 0 0 2.704 0l.92-.944 1.32.016a1.89 1.89 0 0 0 1.911-1.912l-.016-1.318.944-.921a1.89 1.89 0 0 0 0-2.704l-.944-.92.016-1.32a1.89 1.89 0 0 0-1.912-1.911l-1.318.016z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "patch-check-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10.067.87a2.89 2.89 0 0 0-4.134 0l-.622.638-.89-.011a2.89 2.89 0 0 0-2.924 2.924l.01.89-.636.622a2.89 2.89 0 0 0 0 4.134l.637.622-.011.89a2.89 2.89 0 0 0 2.924 2.924l.89-.01.622.636a2.89 2.89 0 0 0 4.134 0l.622-.637.89.011a2.89 2.89 0 0 0 2.924-2.924l-.01-.89.636-.622a2.89 2.89 0 0 0 0-4.134l-.637-.622.011-.89a2.89 2.89 0 0 0-2.924-2.924l-.89.01-.622-.636zm.287 5.984-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7 8.793l2.646-2.647a.5.5 0 0 1 .708.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "patch-exclamation",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.001 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.553.553 0 0 1-1.1 0L7.1 4.995z\"/><path d=\"m10.273 2.513-.921-.944.715-.698.622.637.89-.011a2.89 2.89 0 0 1 2.924 2.924l-.01.89.636.622a2.89 2.89 0 0 1 0 4.134l-.637.622.011.89a2.89 2.89 0 0 1-2.924 2.924l-.89-.01-.622.636a2.89 2.89 0 0 1-4.134 0l-.622-.637-.89.011a2.89 2.89 0 0 1-2.924-2.924l.01-.89-.636-.622a2.89 2.89 0 0 1 0-4.134l.637-.622-.011-.89a2.89 2.89 0 0 1 2.924-2.924l.89.01.622-.636a2.89 2.89 0 0 1 4.134 0l-.715.698a1.89 1.89 0 0 0-2.704 0l-.92.944-1.32-.016a1.89 1.89 0 0 0-1.911 1.912l.016 1.318-.944.921a1.89 1.89 0 0 0 0 2.704l.944.92-.016 1.32a1.89 1.89 0 0 0 1.912 1.911l1.318-.016.921.944a1.89 1.89 0 0 0 2.704 0l.92-.944 1.32.016a1.89 1.89 0 0 0 1.911-1.912l-.016-1.318.944-.921a1.89 1.89 0 0 0 0-2.704l-.944-.92.016-1.32a1.89 1.89 0 0 0-1.912-1.911l-1.318.016z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "patch-exclamation-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10.067.87a2.89 2.89 0 0 0-4.134 0l-.622.638-.89-.011a2.89 2.89 0 0 0-2.924 2.924l.01.89-.636.622a2.89 2.89 0 0 0 0 4.134l.637.622-.011.89a2.89 2.89 0 0 0 2.924 2.924l.89-.01.622.636a2.89 2.89 0 0 0 4.134 0l.622-.637.89.011a2.89 2.89 0 0 0 2.924-2.924l-.01-.89.636-.622a2.89 2.89 0 0 0 0-4.134l-.637-.622.011-.89a2.89 2.89 0 0 0-2.924-2.924l-.89.01-.622-.636zM8 4c.535 0 .954.462.9.995l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 4.995A.905.905 0 0 1 8 4zm.002 6a1 1 0 1 1 0 2 1 1 0 0 1 0-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "patch-minus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M5.5 8a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z\"/><path d=\"m10.273 2.513-.921-.944.715-.698.622.637.89-.011a2.89 2.89 0 0 1 2.924 2.924l-.01.89.636.622a2.89 2.89 0 0 1 0 4.134l-.637.622.011.89a2.89 2.89 0 0 1-2.924 2.924l-.89-.01-.622.636a2.89 2.89 0 0 1-4.134 0l-.622-.637-.89.011a2.89 2.89 0 0 1-2.924-2.924l.01-.89-.636-.622a2.89 2.89 0 0 1 0-4.134l.637-.622-.011-.89a2.89 2.89 0 0 1 2.924-2.924l.89.01.622-.636a2.89 2.89 0 0 1 4.134 0l-.715.698a1.89 1.89 0 0 0-2.704 0l-.92.944-1.32-.016a1.89 1.89 0 0 0-1.911 1.912l.016 1.318-.944.921a1.89 1.89 0 0 0 0 2.704l.944.92-.016 1.32a1.89 1.89 0 0 0 1.912 1.911l1.318-.016.921.944a1.89 1.89 0 0 0 2.704 0l.92-.944 1.32.016a1.89 1.89 0 0 0 1.911-1.912l-.016-1.318.944-.921a1.89 1.89 0 0 0 0-2.704l-.944-.92.016-1.32a1.89 1.89 0 0 0-1.912-1.911l-1.318.016z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "patch-minus-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10.067.87a2.89 2.89 0 0 0-4.134 0l-.622.638-.89-.011a2.89 2.89 0 0 0-2.924 2.924l.01.89-.636.622a2.89 2.89 0 0 0 0 4.134l.637.622-.011.89a2.89 2.89 0 0 0 2.924 2.924l.89-.01.622.636a2.89 2.89 0 0 0 4.134 0l.622-.637.89.011a2.89 2.89 0 0 0 2.924-2.924l-.01-.89.636-.622a2.89 2.89 0 0 0 0-4.134l-.637-.622.011-.89a2.89 2.89 0 0 0-2.924-2.924l-.89.01-.622-.636zM6 7.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1 0-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "patch-plus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 5.5a.5.5 0 0 1 .5.5v1.5H10a.5.5 0 0 1 0 1H8.5V10a.5.5 0 0 1-1 0V8.5H6a.5.5 0 0 1 0-1h1.5V6a.5.5 0 0 1 .5-.5z\"/><path d=\"m10.273 2.513-.921-.944.715-.698.622.637.89-.011a2.89 2.89 0 0 1 2.924 2.924l-.01.89.636.622a2.89 2.89 0 0 1 0 4.134l-.637.622.011.89a2.89 2.89 0 0 1-2.924 2.924l-.89-.01-.622.636a2.89 2.89 0 0 1-4.134 0l-.622-.637-.89.011a2.89 2.89 0 0 1-2.924-2.924l.01-.89-.636-.622a2.89 2.89 0 0 1 0-4.134l.637-.622-.011-.89a2.89 2.89 0 0 1 2.924-2.924l.89.01.622-.636a2.89 2.89 0 0 1 4.134 0l-.715.698a1.89 1.89 0 0 0-2.704 0l-.92.944-1.32-.016a1.89 1.89 0 0 0-1.911 1.912l.016 1.318-.944.921a1.89 1.89 0 0 0 0 2.704l.944.92-.016 1.32a1.89 1.89 0 0 0 1.912 1.911l1.318-.016.921.944a1.89 1.89 0 0 0 2.704 0l.92-.944 1.32.016a1.89 1.89 0 0 0 1.911-1.912l-.016-1.318.944-.921a1.89 1.89 0 0 0 0-2.704l-.944-.92.016-1.32a1.89 1.89 0 0 0-1.912-1.911l-1.318.016z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "patch-plus-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10.067.87a2.89 2.89 0 0 0-4.134 0l-.622.638-.89-.011a2.89 2.89 0 0 0-2.924 2.924l.01.89-.636.622a2.89 2.89 0 0 0 0 4.134l.637.622-.011.89a2.89 2.89 0 0 0 2.924 2.924l.89-.01.622.636a2.89 2.89 0 0 0 4.134 0l.622-.637.89.011a2.89 2.89 0 0 0 2.924-2.924l-.01-.89.636-.622a2.89 2.89 0 0 0 0-4.134l-.637-.622.011-.89a2.89 2.89 0 0 0-2.924-2.924l-.89.01-.622-.636zM8.5 6v1.5H10a.5.5 0 0 1 0 1H8.5V10a.5.5 0 0 1-1 0V8.5H6a.5.5 0 0 1 0-1h1.5V6a.5.5 0 0 1 1 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "patch-question",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.05 9.6c.336 0 .504-.24.554-.627.04-.534.198-.815.847-1.26.673-.475 1.049-1.09 1.049-1.986 0-1.325-.92-2.227-2.262-2.227-1.02 0-1.792.492-2.1 1.29A1.71 1.71 0 0 0 6 5.48c0 .393.203.64.545.64.272 0 .455-.147.564-.51.158-.592.525-.915 1.074-.915.61 0 1.03.446 1.03 1.084 0 .563-.208.885-.822 1.325-.619.433-.926.914-.926 1.64v.111c0 .428.208.745.585.745z\"/><path d=\"m10.273 2.513-.921-.944.715-.698.622.637.89-.011a2.89 2.89 0 0 1 2.924 2.924l-.01.89.636.622a2.89 2.89 0 0 1 0 4.134l-.637.622.011.89a2.89 2.89 0 0 1-2.924 2.924l-.89-.01-.622.636a2.89 2.89 0 0 1-4.134 0l-.622-.637-.89.011a2.89 2.89 0 0 1-2.924-2.924l.01-.89-.636-.622a2.89 2.89 0 0 1 0-4.134l.637-.622-.011-.89a2.89 2.89 0 0 1 2.924-2.924l.89.01.622-.636a2.89 2.89 0 0 1 4.134 0l-.715.698a1.89 1.89 0 0 0-2.704 0l-.92.944-1.32-.016a1.89 1.89 0 0 0-1.911 1.912l.016 1.318-.944.921a1.89 1.89 0 0 0 0 2.704l.944.92-.016 1.32a1.89 1.89 0 0 0 1.912 1.911l1.318-.016.921.944a1.89 1.89 0 0 0 2.704 0l.92-.944 1.32.016a1.89 1.89 0 0 0 1.911-1.912l-.016-1.318.944-.921a1.89 1.89 0 0 0 0-2.704l-.944-.92.016-1.32a1.89 1.89 0 0 0-1.912-1.911l-1.318.016z\"/><path d=\"M7.001 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "patch-question-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.933.87a2.89 2.89 0 0 1 4.134 0l.622.638.89-.011a2.89 2.89 0 0 1 2.924 2.924l-.01.89.636.622a2.89 2.89 0 0 1 0 4.134l-.637.622.011.89a2.89 2.89 0 0 1-2.924 2.924l-.89-.01-.622.636a2.89 2.89 0 0 1-4.134 0l-.622-.637-.89.011a2.89 2.89 0 0 1-2.924-2.924l.01-.89-.636-.622a2.89 2.89 0 0 1 0-4.134l.637-.622-.011-.89a2.89 2.89 0 0 1 2.924-2.924l.89.01.622-.636zM7.002 11a1 1 0 1 0 2 0 1 1 0 0 0-2 0zm1.602-2.027c.04-.534.198-.815.846-1.26.674-.475 1.05-1.09 1.05-1.986 0-1.325-.92-2.227-2.262-2.227-1.02 0-1.792.492-2.1 1.29A1.71 1.71 0 0 0 6 5.48c0 .393.203.64.545.64.272 0 .455-.147.564-.51.158-.592.525-.915 1.074-.915.61 0 1.03.446 1.03 1.084 0 .563-.208.885-.822 1.325-.619.433-.926.914-.926 1.64v.111c0 .428.208.745.585.745.336 0 .504-.24.554-.627z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "pause",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 3.5a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-1 0V4a.5.5 0 0 1 .5-.5zm4 0a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-1 0V4a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "pause-btn",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.25 5C5.56 5 5 5.56 5 6.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C7.5 5.56 6.94 5 6.25 5zm3.5 0c-.69 0-1.25.56-1.25 1.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C11 5.56 10.44 5 9.75 5z\"/><path d=\"M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "pause-btn-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 12V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm6.25-7C5.56 5 5 5.56 5 6.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C7.5 5.56 6.94 5 6.25 5zm3.5 0c-.69 0-1.25.56-1.25 1.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C11 5.56 10.44 5 9.75 5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "pause-circle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M5 6.25a1.25 1.25 0 1 1 2.5 0v3.5a1.25 1.25 0 1 1-2.5 0v-3.5zm3.5 0a1.25 1.25 0 1 1 2.5 0v3.5a1.25 1.25 0 1 1-2.5 0v-3.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "pause-circle-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.25 5C5.56 5 5 5.56 5 6.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C7.5 5.56 6.94 5 6.25 5zm3.5 0c-.69 0-1.25.56-1.25 1.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C11 5.56 10.44 5 9.75 5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "pause-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.5 3.5A1.5 1.5 0 0 1 7 5v6a1.5 1.5 0 0 1-3 0V5a1.5 1.5 0 0 1 1.5-1.5zm5 0A1.5 1.5 0 0 1 12 5v6a1.5 1.5 0 0 1-3 0V5a1.5 1.5 0 0 1 1.5-1.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "peace",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.5 1.018a7 7 0 0 0-4.79 11.566L7.5 7.793V1.018zm1 0v6.775l4.79 4.79A7 7 0 0 0 8.5 1.018zm4.084 12.273L8.5 9.207v5.775a6.97 6.97 0 0 0 4.084-1.691zM7.5 14.982V9.207l-4.084 4.084A6.97 6.97 0 0 0 7.5 14.982zM0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "peace-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 13.292A8 8 0 0 0 8.5.015v7.778l5.5 5.5zm-.708.708L8.5 9.206v6.778a7.967 7.967 0 0 0 4.792-1.986zM7.5 15.985V9.207L2.708 14A7.967 7.967 0 0 0 7.5 15.985zM2 13.292A8 8 0 0 1 7.5.015v7.778l-5.5 5.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "pen",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m13.498.795.149-.149a1.207 1.207 0 1 1 1.707 1.708l-.149.148a1.5 1.5 0 0 1-.059 2.059L4.854 14.854a.5.5 0 0 1-.233.131l-4 1a.5.5 0 0 1-.606-.606l1-4a.5.5 0 0 1 .131-.232l9.642-9.642a.5.5 0 0 0-.642.056L6.854 4.854a.5.5 0 1 1-.708-.708L9.44.854A1.5 1.5 0 0 1 11.5.796a1.5 1.5 0 0 1 1.998-.001zm-.644.766a.5.5 0 0 0-.707 0L1.95 11.756l-.764 3.057 3.057-.764L14.44 3.854a.5.5 0 0 0 0-.708l-1.585-1.585z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "pen-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m13.498.795.149-.149a1.207 1.207 0 1 1 1.707 1.708l-.149.148a1.5 1.5 0 0 1-.059 2.059L4.854 14.854a.5.5 0 0 1-.233.131l-4 1a.5.5 0 0 1-.606-.606l1-4a.5.5 0 0 1 .131-.232l9.642-9.642a.5.5 0 0 0-.642.056L6.854 4.854a.5.5 0 1 1-.708-.708L9.44.854A1.5 1.5 0 0 1 11.5.796a1.5 1.5 0 0 1 1.998-.001z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "pencil",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12.146.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1 0 .708l-10 10a.5.5 0 0 1-.168.11l-5 2a.5.5 0 0 1-.65-.65l2-5a.5.5 0 0 1 .11-.168l10-10zM11.207 2.5 13.5 4.793 14.793 3.5 12.5 1.207 11.207 2.5zm1.586 3L10.5 3.207 4 9.707V10h.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.5h.293l6.5-6.5zm-9.761 5.175-.106.106-1.528 3.821 3.821-1.528.106-.106A.5.5 0 0 1 5 12.5V12h-.5a.5.5 0 0 1-.5-.5V11h-.5a.5.5 0 0 1-.468-.325z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "pencil-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12.854.146a.5.5 0 0 0-.707 0L10.5 1.793 14.207 5.5l1.647-1.646a.5.5 0 0 0 0-.708l-3-3zm.646 6.061L9.793 2.5 3.293 9H3.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.207l6.5-6.5zm-7.468 7.468A.5.5 0 0 1 6 13.5V13h-.5a.5.5 0 0 1-.5-.5V12h-.5a.5.5 0 0 1-.5-.5V11h-.5a.5.5 0 0 1-.5-.5V10h-.5a.499.499 0 0 1-.175-.032l-.179.178a.5.5 0 0 0-.11.168l-2 5a.5.5 0 0 0 .65.65l5-2a.5.5 0 0 0 .168-.11l.178-.178z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "pencil-square",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M15.502 1.94a.5.5 0 0 1 0 .706L14.459 3.69l-2-2L13.502.646a.5.5 0 0 1 .707 0l1.293 1.293zm-1.75 2.456-2-2L4.939 9.21a.5.5 0 0 0-.121.196l-.805 2.414a.25.25 0 0 0 .316.316l2.414-.805a.5.5 0 0 0 .196-.12l6.813-6.814z\"/><path fill-rule=\"evenodd\" d=\"M1 13.5A1.5 1.5 0 0 0 2.5 15h11a1.5 1.5 0 0 0 1.5-1.5v-6a.5.5 0 0 0-1 0v6a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-11a.5.5 0 0 1 .5-.5H9a.5.5 0 0 0 0-1H2.5A1.5 1.5 0 0 0 1 2.5v11z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "pentagon",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m8 1.288 6.842 5.56L12.267 15H3.733L1.158 6.847 8 1.288zM16 6.5 8 0 0 6.5 3 16h10l3-9.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "pentagon-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m8 0 8 6.5-3 9.5H3L0 6.5 8 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "pentagon-half",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m8 1.288 6.842 5.56L12.267 15H8V1.288zM16 6.5 8 0 0 6.5 3 16h10l3-9.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "people",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M15 14s1 0 1-1-1-4-5-4-5 3-5 4 1 1 1 1h8zm-7.978-1A.261.261 0 0 1 7 12.996c.001-.264.167-1.03.76-1.72C8.312 10.629 9.282 10 11 10c1.717 0 2.687.63 3.24 1.276.593.69.758 1.457.76 1.72l-.008.002a.274.274 0 0 1-.014.002H7.022zM11 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm3-2a3 3 0 1 1-6 0 3 3 0 0 1 6 0zM6.936 9.28a5.88 5.88 0 0 0-1.23-.247A7.35 7.35 0 0 0 5 9c-4 0-5 3-5 4 0 .667.333 1 1 1h4.216A2.238 2.238 0 0 1 5 13c0-1.01.377-2.042 1.09-2.904.243-.294.526-.569.846-.816zM4.92 10A5.493 5.493 0 0 0 4 13H1c0-.26.164-1.03.76-1.724.545-.636 1.492-1.256 3.16-1.275zM1.5 5.5a3 3 0 1 1 6 0 3 3 0 0 1-6 0zm3-2a2 2 0 1 0 0 4 2 2 0 0 0 0-4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "people-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1H7zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z\"/><path fill-rule=\"evenodd\" d=\"M5.216 14A2.238 2.238 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.325 6.325 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1h4.216z\"/><path d=\"M4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "percent",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13.442 2.558a.625.625 0 0 1 0 .884l-10 10a.625.625 0 1 1-.884-.884l10-10a.625.625 0 0 1 .884 0zM4.5 6a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 1a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5zm7 6a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 1a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "person",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "person-badge",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z\"/><path d=\"M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "person-badge-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm4.5 0a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM8 11a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm5 2.755C12.146 12.825 10.623 12 8 12s-4.146.826-5 1.755V14a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-.245z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "person-bounding-box",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1.5 1a.5.5 0 0 0-.5.5v3a.5.5 0 0 1-1 0v-3A1.5 1.5 0 0 1 1.5 0h3a.5.5 0 0 1 0 1h-3zM11 .5a.5.5 0 0 1 .5-.5h3A1.5 1.5 0 0 1 16 1.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 1-.5-.5zM.5 11a.5.5 0 0 1 .5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 1 0 1h-3A1.5 1.5 0 0 1 0 14.5v-3a.5.5 0 0 1 .5-.5zm15 0a.5.5 0 0 1 .5.5v3a1.5 1.5 0 0 1-1.5 1.5h-3a.5.5 0 0 1 0-1h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 1 .5-.5z\"/><path d=\"M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3zm8-9a3 3 0 1 1-6 0 3 3 0 0 1 6 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "person-check",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm4 8c0 1-1 1-1 1H1s-1 0-1-1 1-4 6-4 6 3 6 4zm-1-.004c-.001-.246-.154-.986-.832-1.664C9.516 10.68 8.289 10 6 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10z\"/><path fill-rule=\"evenodd\" d=\"M15.854 5.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 0 1 .708-.708L12.5 7.793l2.646-2.647a.5.5 0 0 1 .708 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "person-check-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M15.854 5.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 0 1 .708-.708L12.5 7.793l2.646-2.647a.5.5 0 0 1 .708 0z\"/><path d=\"M1 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H1zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "person-circle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0z\"/><path fill-rule=\"evenodd\" d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm8-7a7 7 0 0 0-5.468 11.37C3.242 11.226 4.805 10 8 10s4.757 1.225 5.468 2.37A7 7 0 0 0 8 1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "person-dash",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm4 8c0 1-1 1-1 1H1s-1 0-1-1 1-4 6-4 6 3 6 4zm-1-.004c-.001-.246-.154-.986-.832-1.664C9.516 10.68 8.289 10 6 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10z\"/><path fill-rule=\"evenodd\" d=\"M11 7.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "person-dash-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M11 7.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5z\"/><path d=\"M1 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H1zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "person-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "person-lines-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-5 6s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H1zM11 3.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5zm.5 2.5a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1h-4zm2 3a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1h-2zm0 3a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1h-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "person-plus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm4 8c0 1-1 1-1 1H1s-1 0-1-1 1-4 6-4 6 3 6 4zm-1-.004c-.001-.246-.154-.986-.832-1.664C9.516 10.68 8.289 10 6 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10z\"/><path fill-rule=\"evenodd\" d=\"M13.5 5a.5.5 0 0 1 .5.5V7h1.5a.5.5 0 0 1 0 1H14v1.5a.5.5 0 0 1-1 0V8h-1.5a.5.5 0 0 1 0-1H13V5.5a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "person-plus-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H1zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z\"/><path fill-rule=\"evenodd\" d=\"M13.5 5a.5.5 0 0 1 .5.5V7h1.5a.5.5 0 0 1 0 1H14v1.5a.5.5 0 0 1-1 0V8h-1.5a.5.5 0 0 1 0-1H13V5.5a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "person-square",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0z\"/><path d=\"M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm12 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1v-1c0-1-1-4-6-4s-6 3-6 4v1a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "person-x",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm4 8c0 1-1 1-1 1H1s-1 0-1-1 1-4 6-4 6 3 6 4zm-1-.004c-.001-.246-.154-.986-.832-1.664C9.516 10.68 8.289 10 6 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10z\"/><path fill-rule=\"evenodd\" d=\"M12.146 5.146a.5.5 0 0 1 .708 0L14 6.293l1.146-1.147a.5.5 0 0 1 .708.708L14.707 7l1.147 1.146a.5.5 0 0 1-.708.708L14 7.707l-1.146 1.147a.5.5 0 0 1-.708-.708L13.293 7l-1.147-1.146a.5.5 0 0 1 0-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "person-x-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H1zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm6.146-2.854a.5.5 0 0 1 .708 0L14 6.293l1.146-1.147a.5.5 0 0 1 .708.708L14.707 7l1.147 1.146a.5.5 0 0 1-.708.708L14 7.707l-1.146 1.147a.5.5 0 0 1-.708-.708L13.293 7l-1.147-1.146a.5.5 0 0 1 0-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "phone",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h6zM5 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H5z\"/><path d=\"M8 14a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "phone-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V2zm6 11a1 1 0 1 0-2 0 1 1 0 0 0 2 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "phone-landscape",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1 4.5a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-6zm-1 6a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-6a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v6z\"/><path d=\"M14 7.5a1 1 0 1 0-2 0 1 1 0 0 0 2 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "phone-landscape-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 12.5a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H2zm11-6a1 1 0 1 0 0 2 1 1 0 0 0 0-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "phone-vibrate",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4zM6 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H6z\"/><path d=\"M8 12a1 1 0 1 0 0-2 1 1 0 0 0 0 2zM1.599 4.058a.5.5 0 0 1 .208.676A6.967 6.967 0 0 0 1 8c0 1.18.292 2.292.807 3.266a.5.5 0 0 1-.884.468A7.968 7.968 0 0 1 0 8c0-1.347.334-2.619.923-3.734a.5.5 0 0 1 .676-.208zm12.802 0a.5.5 0 0 1 .676.208A7.967 7.967 0 0 1 16 8a7.967 7.967 0 0 1-.923 3.734.5.5 0 0 1-.884-.468A6.967 6.967 0 0 0 15 8c0-1.18-.292-2.292-.807-3.266a.5.5 0 0 1 .208-.676zM3.057 5.534a.5.5 0 0 1 .284.648A4.986 4.986 0 0 0 3 8c0 .642.12 1.255.34 1.818a.5.5 0 1 1-.93.364A5.986 5.986 0 0 1 2 8c0-.769.145-1.505.41-2.182a.5.5 0 0 1 .647-.284zm9.886 0a.5.5 0 0 1 .648.284C13.855 6.495 14 7.231 14 8c0 .769-.145 1.505-.41 2.182a.5.5 0 0 1-.93-.364C12.88 9.255 13 8.642 13 8c0-.642-.12-1.255-.34-1.818a.5.5 0 0 1 .283-.648z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "phone-vibrate-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4zm5 7a1 1 0 1 0-2 0 1 1 0 0 0 2 0zM1.807 4.734a.5.5 0 1 0-.884-.468A7.967 7.967 0 0 0 0 8c0 1.347.334 2.618.923 3.734a.5.5 0 1 0 .884-.468A6.967 6.967 0 0 1 1 8c0-1.18.292-2.292.807-3.266zm13.27-.468a.5.5 0 0 0-.884.468C14.708 5.708 15 6.819 15 8c0 1.18-.292 2.292-.807 3.266a.5.5 0 0 0 .884.468A7.967 7.967 0 0 0 16 8a7.967 7.967 0 0 0-.923-3.734zM3.34 6.182a.5.5 0 1 0-.93-.364A5.986 5.986 0 0 0 2 8c0 .769.145 1.505.41 2.182a.5.5 0 1 0 .93-.364A4.986 4.986 0 0 1 3 8c0-.642.12-1.255.34-1.818zm10.25-.364a.5.5 0 0 0-.93.364c.22.563.34 1.176.34 1.818 0 .642-.12 1.255-.34 1.818a.5.5 0 0 0 .93.364C13.856 9.505 14 8.769 14 8c0-.769-.145-1.505-.41-2.182z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "pie-chart",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.5 1.018a7 7 0 0 0-4.79 11.566L7.5 7.793V1.018zm1 0V7.5h6.482A7.001 7.001 0 0 0 8.5 1.018zM14.982 8.5H8.207l-4.79 4.79A7 7 0 0 0 14.982 8.5zM0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "pie-chart-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M15.985 8.5H8.207l-5.5 5.5a8 8 0 0 0 13.277-5.5zM2 13.292A8 8 0 0 1 7.5.015v7.778l-5.5 5.5zM8.5.015V7.5h7.485A8.001 8.001 0 0 0 8.5.015z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "piggy-bank",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5 6.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0zm1.138-1.496A6.613 6.613 0 0 1 7.964 4.5c.666 0 1.303.097 1.893.273a.5.5 0 0 0 .286-.958A7.602 7.602 0 0 0 7.964 3.5c-.734 0-1.441.103-2.102.292a.5.5 0 1 0 .276.962z\"/><path fill-rule=\"evenodd\" d=\"M7.964 1.527c-2.977 0-5.571 1.704-6.32 4.125h-.55A1 1 0 0 0 .11 6.824l.254 1.46a1.5 1.5 0 0 0 1.478 1.243h.263c.3.513.688.978 1.145 1.382l-.729 2.477a.5.5 0 0 0 .48.641h2a.5.5 0 0 0 .471-.332l.482-1.351c.635.173 1.31.267 2.011.267.707 0 1.388-.095 2.028-.272l.543 1.372a.5.5 0 0 0 .465.316h2a.5.5 0 0 0 .478-.645l-.761-2.506C13.81 9.895 14.5 8.559 14.5 7.069c0-.145-.007-.29-.02-.431.261-.11.508-.266.705-.444.315.306.815.306.815-.417 0 .223-.5.223-.461-.026a.95.95 0 0 0 .09-.255.7.7 0 0 0-.202-.645.58.58 0 0 0-.707-.098.735.735 0 0 0-.375.562c-.024.243.082.48.32.654a2.112 2.112 0 0 1-.259.153c-.534-2.664-3.284-4.595-6.442-4.595zM2.516 6.26c.455-2.066 2.667-3.733 5.448-3.733 3.146 0 5.536 2.114 5.536 4.542 0 1.254-.624 2.41-1.67 3.248a.5.5 0 0 0-.165.535l.66 2.175h-.985l-.59-1.487a.5.5 0 0 0-.629-.288c-.661.23-1.39.359-2.157.359a6.558 6.558 0 0 1-2.157-.359.5.5 0 0 0-.635.304l-.525 1.471h-.979l.633-2.15a.5.5 0 0 0-.17-.534 4.649 4.649 0 0 1-1.284-1.541.5.5 0 0 0-.446-.275h-.56a.5.5 0 0 1-.492-.414l-.254-1.46h.933a.5.5 0 0 0 .488-.393zm12.621-.857a.565.565 0 0 1-.098.21.704.704 0 0 1-.044-.025c-.146-.09-.157-.175-.152-.223a.236.236 0 0 1 .117-.173c.049-.027.08-.021.113.012a.202.202 0 0 1 .064.199z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "piggy-bank-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M7.964 1.527c-2.977 0-5.571 1.704-6.32 4.125h-.55A1 1 0 0 0 .11 6.824l.254 1.46a1.5 1.5 0 0 0 1.478 1.243h.263c.3.513.688.978 1.145 1.382l-.729 2.477a.5.5 0 0 0 .48.641h2a.5.5 0 0 0 .471-.332l.482-1.351c.635.173 1.31.267 2.011.267.707 0 1.388-.095 2.028-.272l.543 1.372a.5.5 0 0 0 .465.316h2a.5.5 0 0 0 .478-.645l-.761-2.506C13.81 9.895 14.5 8.559 14.5 7.069c0-.145-.007-.29-.02-.431.261-.11.508-.266.705-.444.315.306.815.306.815-.417 0 .223-.5.223-.461-.026a.95.95 0 0 0 .09-.255.7.7 0 0 0-.202-.645.58.58 0 0 0-.707-.098.735.735 0 0 0-.375.562c-.024.243.082.48.32.654a2.112 2.112 0 0 1-.259.153c-.534-2.664-3.284-4.595-6.442-4.595zm7.173 3.876a.565.565 0 0 1-.098.21.704.704 0 0 1-.044-.025c-.146-.09-.157-.175-.152-.223a.236.236 0 0 1 .117-.173c.049-.027.08-.021.113.012a.202.202 0 0 1 .064.199zm-8.999-.65A6.613 6.613 0 0 1 7.964 4.5c.666 0 1.303.097 1.893.273a.5.5 0 1 0 .286-.958A7.601 7.601 0 0 0 7.964 3.5c-.734 0-1.441.103-2.102.292a.5.5 0 1 0 .276.962zM5 6.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "pin",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.146.146A.5.5 0 0 1 4.5 0h7a.5.5 0 0 1 .5.5c0 .68-.342 1.174-.646 1.479-.126.125-.25.224-.354.298v4.431l.078.048c.203.127.476.314.751.555C12.36 7.775 13 8.527 13 9.5a.5.5 0 0 1-.5.5h-4v4.5c0 .276-.224 1.5-.5 1.5s-.5-1.224-.5-1.5V10h-4a.5.5 0 0 1-.5-.5c0-.973.64-1.725 1.17-2.189A5.921 5.921 0 0 1 5 6.708V2.277a2.77 2.77 0 0 1-.354-.298C4.342 1.674 4 1.179 4 .5a.5.5 0 0 1 .146-.354zm1.58 1.408-.002-.001.002.001zm-.002-.001.002.001A.5.5 0 0 1 6 2v5a.5.5 0 0 1-.276.447h-.002l-.012.007-.054.03a4.922 4.922 0 0 0-.827.58c-.318.278-.585.596-.725.936h7.792c-.14-.34-.407-.658-.725-.936a4.915 4.915 0 0 0-.881-.61l-.012-.006h-.002A.5.5 0 0 1 10 7V2a.5.5 0 0 1 .295-.458 1.775 1.775 0 0 0 .351-.271c.08-.08.155-.17.214-.271H5.14c.06.1.133.191.214.271a1.78 1.78 0 0 0 .37.282z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "pin-angle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.828.722a.5.5 0 0 1 .354.146l4.95 4.95a.5.5 0 0 1 0 .707c-.48.48-1.072.588-1.503.588-.177 0-.335-.018-.46-.039l-3.134 3.134a5.927 5.927 0 0 1 .16 1.013c.046.702-.032 1.687-.72 2.375a.5.5 0 0 1-.707 0l-2.829-2.828-3.182 3.182c-.195.195-1.219.902-1.414.707-.195-.195.512-1.22.707-1.414l3.182-3.182-2.828-2.829a.5.5 0 0 1 0-.707c.688-.688 1.673-.767 2.375-.72a5.922 5.922 0 0 1 1.013.16l3.134-3.133a2.772 2.772 0 0 1-.04-.461c0-.43.108-1.022.589-1.503a.5.5 0 0 1 .353-.146zm.122 2.112v-.002.002zm0-.002v.002a.5.5 0 0 1-.122.51L6.293 6.878a.5.5 0 0 1-.511.12H5.78l-.014-.004a4.507 4.507 0 0 0-.288-.076 4.922 4.922 0 0 0-.765-.116c-.422-.028-.836.008-1.175.15l5.51 5.509c.141-.34.177-.753.149-1.175a4.924 4.924 0 0 0-.192-1.054l-.004-.013v-.001a.5.5 0 0 1 .12-.512l3.536-3.535a.5.5 0 0 1 .532-.115l.096.022c.087.017.208.034.344.034.114 0 .23-.011.343-.04L9.927 2.028c-.029.113-.04.23-.04.343a1.779 1.779 0 0 0 .062.46z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "pin-angle-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.828.722a.5.5 0 0 1 .354.146l4.95 4.95a.5.5 0 0 1 0 .707c-.48.48-1.072.588-1.503.588-.177 0-.335-.018-.46-.039l-3.134 3.134a5.927 5.927 0 0 1 .16 1.013c.046.702-.032 1.687-.72 2.375a.5.5 0 0 1-.707 0l-2.829-2.828-3.182 3.182c-.195.195-1.219.902-1.414.707-.195-.195.512-1.22.707-1.414l3.182-3.182-2.828-2.829a.5.5 0 0 1 0-.707c.688-.688 1.673-.767 2.375-.72a5.922 5.922 0 0 1 1.013.16l3.134-3.133a2.772 2.772 0 0 1-.04-.461c0-.43.108-1.022.589-1.503a.5.5 0 0 1 .353-.146z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "pin-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.146.146A.5.5 0 0 1 4.5 0h7a.5.5 0 0 1 .5.5c0 .68-.342 1.174-.646 1.479-.126.125-.25.224-.354.298v4.431l.078.048c.203.127.476.314.751.555C12.36 7.775 13 8.527 13 9.5a.5.5 0 0 1-.5.5h-4v4.5c0 .276-.224 1.5-.5 1.5s-.5-1.224-.5-1.5V10h-4a.5.5 0 0 1-.5-.5c0-.973.64-1.725 1.17-2.189A5.921 5.921 0 0 1 5 6.708V2.277a2.77 2.77 0 0 1-.354-.298C4.342 1.674 4 1.179 4 .5a.5.5 0 0 1 .146-.354z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "pin-map",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M3.1 11.2a.5.5 0 0 1 .4-.2H6a.5.5 0 0 1 0 1H3.75L1.5 15h13l-2.25-3H10a.5.5 0 0 1 0-1h2.5a.5.5 0 0 1 .4.2l3 4a.5.5 0 0 1-.4.8H.5a.5.5 0 0 1-.4-.8l3-4z\"/><path fill-rule=\"evenodd\" d=\"M8 1a3 3 0 1 0 0 6 3 3 0 0 0 0-6zM4 4a4 4 0 1 1 4.5 3.969V13.5a.5.5 0 0 1-1 0V7.97A4 4 0 0 1 4 3.999z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "pin-map-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M3.1 11.2a.5.5 0 0 1 .4-.2H6a.5.5 0 0 1 0 1H3.75L1.5 15h13l-2.25-3H10a.5.5 0 0 1 0-1h2.5a.5.5 0 0 1 .4.2l3 4a.5.5 0 0 1-.4.8H.5a.5.5 0 0 1-.4-.8l3-4z\"/><path fill-rule=\"evenodd\" d=\"M4 4a4 4 0 1 1 4.5 3.969V13.5a.5.5 0 0 1-1 0V7.97A4 4 0 0 1 4 3.999z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "pip",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 3.5A1.5 1.5 0 0 1 1.5 2h13A1.5 1.5 0 0 1 16 3.5v9a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 12.5v-9zM1.5 3a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5h-13z\"/><path d=\"M8 8.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "pip-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1.5 2A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2h-13zm7 6h5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-3a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "play",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10.804 8 5 4.633v6.734L10.804 8zm.792-.696a.802.802 0 0 1 0 1.392l-6.363 3.692C4.713 12.69 4 12.345 4 11.692V4.308c0-.653.713-.998 1.233-.696l6.363 3.692z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "play-btn",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.79 5.093A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407l3.5-2.5a.5.5 0 0 0 0-.814l-3.5-2.5z\"/><path d=\"M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "play-btn-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 12V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm6.79-6.907A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407l3.5-2.5a.5.5 0 0 0 0-.814l-3.5-2.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "play-circle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M6.271 5.055a.5.5 0 0 1 .52.038l3.5 2.5a.5.5 0 0 1 0 .814l-3.5 2.5A.5.5 0 0 1 6 10.5v-5a.5.5 0 0 1 .271-.445z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "play-circle-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.79 5.093A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407l3.5-2.5a.5.5 0 0 0 0-.814l-3.5-2.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "play-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m11.596 8.697-6.363 3.692c-.54.313-1.233-.066-1.233-.697V4.308c0-.63.692-1.01 1.233-.696l6.363 3.692a.802.802 0 0 1 0 1.393z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "plug",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 0a.5.5 0 0 1 .5.5V3h3V.5a.5.5 0 0 1 1 0V3h1a.5.5 0 0 1 .5.5v3A3.5 3.5 0 0 1 8.5 10c-.002.434-.01.845-.04 1.22-.041.514-.126 1.003-.317 1.424a2.083 2.083 0 0 1-.97 1.028C6.725 13.9 6.169 14 5.5 14c-.998 0-1.61.33-1.974.718A1.922 1.922 0 0 0 3 16H2c0-.616.232-1.367.797-1.968C3.374 13.42 4.261 13 5.5 13c.581 0 .962-.088 1.218-.219.241-.123.4-.3.514-.55.121-.266.193-.621.23-1.09.027-.34.035-.718.037-1.141A3.5 3.5 0 0 1 4 6.5v-3a.5.5 0 0 1 .5-.5h1V.5A.5.5 0 0 1 6 0zM5 4v2.5A2.5 2.5 0 0 0 7.5 9h1A2.5 2.5 0 0 0 11 6.5V4H5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "plug-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 0a.5.5 0 0 1 .5.5V3h3V.5a.5.5 0 0 1 1 0V3h1a.5.5 0 0 1 .5.5v3A3.5 3.5 0 0 1 8.5 10c-.002.434-.01.845-.04 1.22-.041.514-.126 1.003-.317 1.424a2.083 2.083 0 0 1-.97 1.028C6.725 13.9 6.169 14 5.5 14c-.998 0-1.61.33-1.974.718A1.922 1.922 0 0 0 3 16H2c0-.616.232-1.367.797-1.968C3.374 13.42 4.261 13 5.5 13c.581 0 .962-.088 1.218-.219.241-.123.4-.3.514-.55.121-.266.193-.621.23-1.09.027-.34.035-.718.037-1.141A3.5 3.5 0 0 1 4 6.5v-3a.5.5 0 0 1 .5-.5h1V.5A.5.5 0 0 1 6 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "plus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "plus-circle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "plus-circle-dotted",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 0c-.176 0-.35.006-.523.017l.064.998a7.117 7.117 0 0 1 .918 0l.064-.998A8.113 8.113 0 0 0 8 0zM6.44.152c-.346.069-.684.16-1.012.27l.321.948c.287-.098.582-.177.884-.237L6.44.153zm4.132.271a7.946 7.946 0 0 0-1.011-.27l-.194.98c.302.06.597.14.884.237l.321-.947zm1.873.925a8 8 0 0 0-.906-.524l-.443.896c.275.136.54.29.793.459l.556-.831zM4.46.824c-.314.155-.616.33-.905.524l.556.83a7.07 7.07 0 0 1 .793-.458L4.46.824zM2.725 1.985c-.262.23-.51.478-.74.74l.752.66c.202-.23.418-.446.648-.648l-.66-.752zm11.29.74a8.058 8.058 0 0 0-.74-.74l-.66.752c.23.202.447.418.648.648l.752-.66zm1.161 1.735a7.98 7.98 0 0 0-.524-.905l-.83.556c.169.253.322.518.458.793l.896-.443zM1.348 3.555c-.194.289-.37.591-.524.906l.896.443c.136-.275.29-.54.459-.793l-.831-.556zM.423 5.428a7.945 7.945 0 0 0-.27 1.011l.98.194c.06-.302.14-.597.237-.884l-.947-.321zM15.848 6.44a7.943 7.943 0 0 0-.27-1.012l-.948.321c.098.287.177.582.237.884l.98-.194zM.017 7.477a8.113 8.113 0 0 0 0 1.046l.998-.064a7.117 7.117 0 0 1 0-.918l-.998-.064zM16 8a8.1 8.1 0 0 0-.017-.523l-.998.064a7.11 7.11 0 0 1 0 .918l.998.064A8.1 8.1 0 0 0 16 8zM.152 9.56c.069.346.16.684.27 1.012l.948-.321a6.944 6.944 0 0 1-.237-.884l-.98.194zm15.425 1.012c.112-.328.202-.666.27-1.011l-.98-.194c-.06.302-.14.597-.237.884l.947.321zM.824 11.54a8 8 0 0 0 .524.905l.83-.556a6.999 6.999 0 0 1-.458-.793l-.896.443zm13.828.905c.194-.289.37-.591.524-.906l-.896-.443c-.136.275-.29.54-.459.793l.831.556zm-12.667.83c.23.262.478.51.74.74l.66-.752a7.047 7.047 0 0 1-.648-.648l-.752.66zm11.29.74c.262-.23.51-.478.74-.74l-.752-.66c-.201.23-.418.447-.648.648l.66.752zm-1.735 1.161c.314-.155.616-.33.905-.524l-.556-.83a7.07 7.07 0 0 1-.793.458l.443.896zm-7.985-.524c.289.194.591.37.906.524l.443-.896a6.998 6.998 0 0 1-.793-.459l-.556.831zm1.873.925c.328.112.666.202 1.011.27l.194-.98a6.953 6.953 0 0 1-.884-.237l-.321.947zm4.132.271a7.944 7.944 0 0 0 1.012-.27l-.321-.948a6.954 6.954 0 0 1-.884.237l.194.98zm-2.083.135a8.1 8.1 0 0 0 1.046 0l-.064-.998a7.11 7.11 0 0 1-.918 0l-.064.998zM8.5 4.5a.5.5 0 0 0-1 0v3h-3a.5.5 0 0 0 0 1h3v3a.5.5 0 0 0 1 0v-3h3a.5.5 0 0 0 0-1h-3v-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "plus-circle-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.5 4.5a.5.5 0 0 0-1 0v3h-3a.5.5 0 0 0 0 1h3v3a.5.5 0 0 0 1 0v-3h3a.5.5 0 0 0 0-1h-3v-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "plus-lg",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "plus-square",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z\"/><path d=\"M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "plus-square-dotted",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.5 0c-.166 0-.33.016-.487.048l.194.98A1.51 1.51 0 0 1 2.5 1h.458V0H2.5zm2.292 0h-.917v1h.917V0zm1.833 0h-.917v1h.917V0zm1.833 0h-.916v1h.916V0zm1.834 0h-.917v1h.917V0zm1.833 0h-.917v1h.917V0zM13.5 0h-.458v1h.458c.1 0 .199.01.293.029l.194-.981A2.51 2.51 0 0 0 13.5 0zm2.079 1.11a2.511 2.511 0 0 0-.69-.689l-.556.831c.164.11.305.251.415.415l.83-.556zM1.11.421a2.511 2.511 0 0 0-.689.69l.831.556c.11-.164.251-.305.415-.415L1.11.422zM16 2.5c0-.166-.016-.33-.048-.487l-.98.194c.018.094.028.192.028.293v.458h1V2.5zM.048 2.013A2.51 2.51 0 0 0 0 2.5v.458h1V2.5c0-.1.01-.199.029-.293l-.981-.194zM0 3.875v.917h1v-.917H0zm16 .917v-.917h-1v.917h1zM0 5.708v.917h1v-.917H0zm16 .917v-.917h-1v.917h1zM0 7.542v.916h1v-.916H0zm15 .916h1v-.916h-1v.916zM0 9.375v.917h1v-.917H0zm16 .917v-.917h-1v.917h1zm-16 .916v.917h1v-.917H0zm16 .917v-.917h-1v.917h1zm-16 .917v.458c0 .166.016.33.048.487l.98-.194A1.51 1.51 0 0 1 1 13.5v-.458H0zm16 .458v-.458h-1v.458c0 .1-.01.199-.029.293l.981.194c.032-.158.048-.32.048-.487zM.421 14.89c.183.272.417.506.69.689l.556-.831a1.51 1.51 0 0 1-.415-.415l-.83.556zm14.469.689c.272-.183.506-.417.689-.69l-.831-.556c-.11.164-.251.305-.415.415l.556.83zm-12.877.373c.158.032.32.048.487.048h.458v-1H2.5c-.1 0-.199-.01-.293-.029l-.194.981zM13.5 16c.166 0 .33-.016.487-.048l-.194-.98A1.51 1.51 0 0 1 13.5 15h-.458v1h.458zm-9.625 0h.917v-1h-.917v1zm1.833 0h.917v-1h-.917v1zm1.834-1v1h.916v-1h-.916zm1.833 1h.917v-1h-.917v1zm1.833 0h.917v-1h-.917v1zM8.5 4.5a.5.5 0 0 0-1 0v3h-3a.5.5 0 0 0 0 1h3v3a.5.5 0 0 0 1 0v-3h3a.5.5 0 0 0 0-1h-3v-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "plus-square-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "power",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.5 1v7h1V1h-1z\"/><path d=\"M3 8.812a4.999 4.999 0 0 1 2.578-4.375l-.485-.874A6 6 0 1 0 11 3.616l-.501.865A5 5 0 1 1 3 8.812z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "printer",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.5 8a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1z\"/><path d=\"M5 1a2 2 0 0 0-2 2v2H2a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2h1v1a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-1h1a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-1V3a2 2 0 0 0-2-2H5zM4 3a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v2H4V3zm1 5a2 2 0 0 0-2 2v1H2a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-1v-1a2 2 0 0 0-2-2H5zm7 2v3a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "printer-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5 1a2 2 0 0 0-2 2v1h10V3a2 2 0 0 0-2-2H5zm6 8H5a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1z\"/><path d=\"M0 7a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2h-1v-2a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2H2a2 2 0 0 1-2-2V7zm2.5 1a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "puzzle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.112 3.645A1.5 1.5 0 0 1 4.605 2H7a.5.5 0 0 1 .5.5v.382c0 .696-.497 1.182-.872 1.469a.459.459 0 0 0-.115.118.113.113 0 0 0-.012.025L6.5 4.5v.003l.003.01c.004.01.014.028.036.053a.86.86 0 0 0 .27.194C7.09 4.9 7.51 5 8 5c.492 0 .912-.1 1.19-.24a.86.86 0 0 0 .271-.194.213.213 0 0 0 .039-.063v-.009a.112.112 0 0 0-.012-.025.459.459 0 0 0-.115-.118c-.375-.287-.872-.773-.872-1.469V2.5A.5.5 0 0 1 9 2h2.395a1.5 1.5 0 0 1 1.493 1.645L12.645 6.5h.237c.195 0 .42-.147.675-.48.21-.274.528-.52.943-.52.568 0 .947.447 1.154.862C15.877 6.807 16 7.387 16 8s-.123 1.193-.346 1.638c-.207.415-.586.862-1.154.862-.415 0-.733-.246-.943-.52-.255-.333-.48-.48-.675-.48h-.237l.243 2.855A1.5 1.5 0 0 1 11.395 14H9a.5.5 0 0 1-.5-.5v-.382c0-.696.497-1.182.872-1.469a.459.459 0 0 0 .115-.118.113.113 0 0 0 .012-.025L9.5 11.5v-.003a.214.214 0 0 0-.039-.064.859.859 0 0 0-.27-.193C8.91 11.1 8.49 11 8 11c-.491 0-.912.1-1.19.24a.859.859 0 0 0-.271.194.214.214 0 0 0-.039.063v.003l.001.006a.113.113 0 0 0 .012.025c.016.027.05.068.115.118.375.287.872.773.872 1.469v.382a.5.5 0 0 1-.5.5H4.605a1.5 1.5 0 0 1-1.493-1.645L3.356 9.5h-.238c-.195 0-.42.147-.675.48-.21.274-.528.52-.943.52-.568 0-.947-.447-1.154-.862C.123 9.193 0 8.613 0 8s.123-1.193.346-1.638C.553 5.947.932 5.5 1.5 5.5c.415 0 .733.246.943.52.255.333.48.48.675.48h.238l-.244-2.855zM4.605 3a.5.5 0 0 0-.498.55l.001.007.29 3.4A.5.5 0 0 1 3.9 7.5h-.782c-.696 0-1.182-.497-1.469-.872a.459.459 0 0 0-.118-.115.112.112 0 0 0-.025-.012L1.5 6.5h-.003a.213.213 0 0 0-.064.039.86.86 0 0 0-.193.27C1.1 7.09 1 7.51 1 8c0 .491.1.912.24 1.19.07.14.14.225.194.271a.213.213 0 0 0 .063.039H1.5l.006-.001a.112.112 0 0 0 .025-.012.459.459 0 0 0 .118-.115c.287-.375.773-.872 1.469-.872H3.9a.5.5 0 0 1 .498.542l-.29 3.408a.5.5 0 0 0 .497.55h1.878c-.048-.166-.195-.352-.463-.557-.274-.21-.52-.528-.52-.943 0-.568.447-.947.862-1.154C6.807 10.123 7.387 10 8 10s1.193.123 1.638.346c.415.207.862.586.862 1.154 0 .415-.246.733-.52.943-.268.205-.415.39-.463.557h1.878a.5.5 0 0 0 .498-.55l-.001-.007-.29-3.4A.5.5 0 0 1 12.1 8.5h.782c.696 0 1.182.497 1.469.872.05.065.091.099.118.115.013.008.021.01.025.012a.02.02 0 0 0 .006.001h.003a.214.214 0 0 0 .064-.039.86.86 0 0 0 .193-.27c.14-.28.24-.7.24-1.191 0-.492-.1-.912-.24-1.19a.86.86 0 0 0-.194-.271.215.215 0 0 0-.063-.039H14.5l-.006.001a.113.113 0 0 0-.025.012.459.459 0 0 0-.118.115c-.287.375-.773.872-1.469.872H12.1a.5.5 0 0 1-.498-.543l.29-3.407a.5.5 0 0 0-.497-.55H9.517c.048.166.195.352.463.557.274.21.52.528.52.943 0 .568-.447.947-.862 1.154C9.193 5.877 8.613 6 8 6s-1.193-.123-1.638-.346C5.947 5.447 5.5 5.068 5.5 4.5c0-.415.246-.733.52-.943.268-.205.415-.39.463-.557H4.605z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "puzzle-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.112 3.645A1.5 1.5 0 0 1 4.605 2H7a.5.5 0 0 1 .5.5v.382c0 .696-.497 1.182-.872 1.469a.459.459 0 0 0-.115.118.113.113 0 0 0-.012.025L6.5 4.5v.003l.003.01c.004.01.014.028.036.053a.86.86 0 0 0 .27.194C7.09 4.9 7.51 5 8 5c.492 0 .912-.1 1.19-.24a.86.86 0 0 0 .271-.194.213.213 0 0 0 .036-.054l.003-.01v-.008a.112.112 0 0 0-.012-.025.459.459 0 0 0-.115-.118c-.375-.287-.872-.773-.872-1.469V2.5A.5.5 0 0 1 9 2h2.395a1.5 1.5 0 0 1 1.493 1.645L12.645 6.5h.237c.195 0 .42-.147.675-.48.21-.274.528-.52.943-.52.568 0 .947.447 1.154.862C15.877 6.807 16 7.387 16 8s-.123 1.193-.346 1.638c-.207.415-.586.862-1.154.862-.415 0-.733-.246-.943-.52-.255-.333-.48-.48-.675-.48h-.237l.243 2.855A1.5 1.5 0 0 1 11.395 14H9a.5.5 0 0 1-.5-.5v-.382c0-.696.497-1.182.872-1.469a.459.459 0 0 0 .115-.118.113.113 0 0 0 .012-.025L9.5 11.5v-.003l-.003-.01a.214.214 0 0 0-.036-.053.859.859 0 0 0-.27-.194C8.91 11.1 8.49 11 8 11c-.491 0-.912.1-1.19.24a.859.859 0 0 0-.271.194.214.214 0 0 0-.036.054l-.003.01v.002l.001.006a.113.113 0 0 0 .012.025c.016.027.05.068.115.118.375.287.872.773.872 1.469v.382a.5.5 0 0 1-.5.5H4.605a1.5 1.5 0 0 1-1.493-1.645L3.356 9.5h-.238c-.195 0-.42.147-.675.48-.21.274-.528.52-.943.52-.568 0-.947-.447-1.154-.862C.123 9.193 0 8.613 0 8s.123-1.193.346-1.638C.553 5.947.932 5.5 1.5 5.5c.415 0 .733.246.943.52.255.333.48.48.675.48h.238l-.244-2.855z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "question",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.255 5.786a.237.237 0 0 0 .241.247h.825c.138 0 .248-.113.266-.25.09-.656.54-1.134 1.342-1.134.686 0 1.314.343 1.314 1.168 0 .635-.374.927-.965 1.371-.673.489-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.673-2.241-1.267 0-2.655.59-2.75 2.286zm1.557 5.763c0 .533.425.927 1.01.927.609 0 1.028-.394 1.028-.927 0-.552-.42-.94-1.029-.94-.584 0-1.009.388-1.009.94z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "question-circle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M5.255 5.786a.237.237 0 0 0 .241.247h.825c.138 0 .248-.113.266-.25.09-.656.54-1.134 1.342-1.134.686 0 1.314.343 1.314 1.168 0 .635-.374.927-.965 1.371-.673.489-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.673-2.241-1.267 0-2.655.59-2.75 2.286zm1.557 5.763c0 .533.425.927 1.01.927.609 0 1.028-.394 1.028-.927 0-.552-.42-.94-1.029-.94-.584 0-1.009.388-1.009.94z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "question-circle-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM5.496 6.033h.825c.138 0 .248-.113.266-.25.09-.656.54-1.134 1.342-1.134.686 0 1.314.343 1.314 1.168 0 .635-.374.927-.965 1.371-.673.489-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.673-2.241-1.267 0-2.655.59-2.75 2.286a.237.237 0 0 0 .241.247zm2.325 6.443c.61 0 1.029-.394 1.029-.927 0-.552-.42-.94-1.029-.94-.584 0-1.009.388-1.009.94 0 .533.425.927 1.01.927z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "question-diamond",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.95.435c.58-.58 1.52-.58 2.1 0l6.515 6.516c.58.58.58 1.519 0 2.098L9.05 15.565c-.58.58-1.519.58-2.098 0L.435 9.05a1.482 1.482 0 0 1 0-2.098L6.95.435zm1.4.7a.495.495 0 0 0-.7 0L1.134 7.65a.495.495 0 0 0 0 .7l6.516 6.516a.495.495 0 0 0 .7 0l6.516-6.516a.495.495 0 0 0 0-.7L8.35 1.134z\"/><path d=\"M5.255 5.786a.237.237 0 0 0 .241.247h.825c.138 0 .248-.113.266-.25.09-.656.54-1.134 1.342-1.134.686 0 1.314.343 1.314 1.168 0 .635-.374.927-.965 1.371-.673.489-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.673-2.241-1.267 0-2.655.59-2.75 2.286zm1.557 5.763c0 .533.425.927 1.01.927.609 0 1.028-.394 1.028-.927 0-.552-.42-.94-1.029-.94-.584 0-1.009.388-1.009.94z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "question-diamond-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098L9.05.435zM5.495 6.033a.237.237 0 0 1-.24-.247C5.35 4.091 6.737 3.5 8.005 3.5c1.396 0 2.672.73 2.672 2.24 0 1.08-.635 1.594-1.244 2.057-.737.559-1.01.768-1.01 1.486v.105a.25.25 0 0 1-.25.25h-.81a.25.25 0 0 1-.25-.246l-.004-.217c-.038-.927.495-1.498 1.168-1.987.59-.444.965-.736.965-1.371 0-.825-.628-1.168-1.314-1.168-.803 0-1.253.478-1.342 1.134-.018.137-.128.25-.266.25h-.825zm2.325 6.443c-.584 0-1.009-.394-1.009-.927 0-.552.425-.94 1.01-.94.609 0 1.028.388 1.028.94 0 .533-.42.927-1.029.927z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "question-lg",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 4.075a.423.423 0 0 0 .43.44H4.9c.247 0 .442-.2.475-.445.159-1.17.962-2.022 2.393-2.022 1.222 0 2.342.611 2.342 2.082 0 1.132-.668 1.652-1.72 2.444-1.2.872-2.15 1.89-2.082 3.542l.005.386c.003.244.202.44.446.44h1.445c.247 0 .446-.2.446-.446v-.188c0-1.278.487-1.652 1.8-2.647 1.086-.826 2.217-1.743 2.217-3.667C12.667 1.301 10.393 0 7.903 0 5.645 0 3.17 1.053 3.001 4.075zm2.776 10.273c0 .95.758 1.652 1.8 1.652 1.085 0 1.832-.702 1.832-1.652 0-.985-.747-1.675-1.833-1.675-1.04 0-1.799.69-1.799 1.675z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "question-octagon",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.54.146A.5.5 0 0 1 4.893 0h6.214a.5.5 0 0 1 .353.146l4.394 4.394a.5.5 0 0 1 .146.353v6.214a.5.5 0 0 1-.146.353l-4.394 4.394a.5.5 0 0 1-.353.146H4.893a.5.5 0 0 1-.353-.146L.146 11.46A.5.5 0 0 1 0 11.107V4.893a.5.5 0 0 1 .146-.353L4.54.146zM5.1 1 1 5.1v5.8L5.1 15h5.8l4.1-4.1V5.1L10.9 1H5.1z\"/><path d=\"M5.255 5.786a.237.237 0 0 0 .241.247h.825c.138 0 .248-.113.266-.25.09-.656.54-1.134 1.342-1.134.686 0 1.314.343 1.314 1.168 0 .635-.374.927-.965 1.371-.673.489-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.673-2.241-1.267 0-2.655.59-2.75 2.286zm1.557 5.763c0 .533.425.927 1.01.927.609 0 1.028-.394 1.028-.927 0-.552-.42-.94-1.029-.94-.584 0-1.009.388-1.009.94z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "question-octagon-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11.46.146A.5.5 0 0 0 11.107 0H4.893a.5.5 0 0 0-.353.146L.146 4.54A.5.5 0 0 0 0 4.893v6.214a.5.5 0 0 0 .146.353l4.394 4.394a.5.5 0 0 0 .353.146h6.214a.5.5 0 0 0 .353-.146l4.394-4.394a.5.5 0 0 0 .146-.353V4.893a.5.5 0 0 0-.146-.353L11.46.146zM5.496 6.033a.237.237 0 0 1-.24-.247C5.35 4.091 6.737 3.5 8.005 3.5c1.396 0 2.672.73 2.672 2.24 0 1.08-.635 1.594-1.244 2.057-.737.559-1.01.768-1.01 1.486v.105a.25.25 0 0 1-.25.25h-.81a.25.25 0 0 1-.25-.246l-.004-.217c-.038-.927.495-1.498 1.168-1.987.59-.444.965-.736.965-1.371 0-.825-.628-1.168-1.314-1.168-.803 0-1.253.478-1.342 1.134-.018.137-.128.25-.266.25h-.825zm2.325 6.443c-.584 0-1.009-.394-1.009-.927 0-.552.425-.94 1.01-.94.609 0 1.028.388 1.028.94 0 .533-.42.927-1.029.927z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "question-square",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z\"/><path d=\"M5.255 5.786a.237.237 0 0 0 .241.247h.825c.138 0 .248-.113.266-.25.09-.656.54-1.134 1.342-1.134.686 0 1.314.343 1.314 1.168 0 .635-.374.927-.965 1.371-.673.489-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.673-2.241-1.267 0-2.655.59-2.75 2.286zm1.557 5.763c0 .533.425.927 1.01.927.609 0 1.028-.394 1.028-.927 0-.552-.42-.94-1.029-.94-.584 0-1.009.388-1.009.94z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "question-square-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm3.496 6.033a.237.237 0 0 1-.24-.247C5.35 4.091 6.737 3.5 8.005 3.5c1.396 0 2.672.73 2.672 2.24 0 1.08-.635 1.594-1.244 2.057-.737.559-1.01.768-1.01 1.486v.105a.25.25 0 0 1-.25.25h-.81a.25.25 0 0 1-.25-.246l-.004-.217c-.038-.927.495-1.498 1.168-1.987.59-.444.965-.736.965-1.371 0-.825-.628-1.168-1.314-1.168-.803 0-1.253.478-1.342 1.134-.018.137-.128.25-.266.25h-.825zm2.325 6.443c-.584 0-1.009-.394-1.009-.927 0-.552.425-.94 1.01-.94.609 0 1.028.388 1.028.94 0 .533-.42.927-1.029.927z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "rainbow",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 4.5a7 7 0 0 0-7 7 .5.5 0 0 1-1 0 8 8 0 1 1 16 0 .5.5 0 0 1-1 0 7 7 0 0 0-7-7zm0 2a5 5 0 0 0-5 5 .5.5 0 0 1-1 0 6 6 0 1 1 12 0 .5.5 0 0 1-1 0 5 5 0 0 0-5-5zm0 2a3 3 0 0 0-3 3 .5.5 0 0 1-1 0 4 4 0 1 1 8 0 .5.5 0 0 1-1 0 3 3 0 0 0-3-3zm0 2a1 1 0 0 0-1 1 .5.5 0 0 1-1 0 2 2 0 1 1 4 0 .5.5 0 0 1-1 0 1 1 0 0 0-1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "receipt",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1.92.506a.5.5 0 0 1 .434.14L3 1.293l.646-.647a.5.5 0 0 1 .708 0L5 1.293l.646-.647a.5.5 0 0 1 .708 0L7 1.293l.646-.647a.5.5 0 0 1 .708 0L9 1.293l.646-.647a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .801.13l.5 1A.5.5 0 0 1 15 2v12a.5.5 0 0 1-.053.224l-.5 1a.5.5 0 0 1-.8.13L13 14.707l-.646.647a.5.5 0 0 1-.708 0L11 14.707l-.646.647a.5.5 0 0 1-.708 0L9 14.707l-.646.647a.5.5 0 0 1-.708 0L7 14.707l-.646.647a.5.5 0 0 1-.708 0L5 14.707l-.646.647a.5.5 0 0 1-.708 0L3 14.707l-.646.647a.5.5 0 0 1-.801-.13l-.5-1A.5.5 0 0 1 1 14V2a.5.5 0 0 1 .053-.224l.5-1a.5.5 0 0 1 .367-.27zm.217 1.338L2 2.118v11.764l.137.274.51-.51a.5.5 0 0 1 .707 0l.646.647.646-.646a.5.5 0 0 1 .708 0l.646.646.646-.646a.5.5 0 0 1 .708 0l.646.646.646-.646a.5.5 0 0 1 .708 0l.646.646.646-.646a.5.5 0 0 1 .708 0l.646.646.646-.646a.5.5 0 0 1 .708 0l.509.509.137-.274V2.118l-.137-.274-.51.51a.5.5 0 0 1-.707 0L12 1.707l-.646.647a.5.5 0 0 1-.708 0L10 1.707l-.646.647a.5.5 0 0 1-.708 0L8 1.707l-.646.647a.5.5 0 0 1-.708 0L6 1.707l-.646.647a.5.5 0 0 1-.708 0L4 1.707l-.646.647a.5.5 0 0 1-.708 0l-.509-.51z\"/><path d=\"M3 4.5a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5zm8-6a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "receipt-cutoff",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 4.5a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5zM11.5 4a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1zm0 2a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1zm0 2a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1zm0 2a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1zm0 2a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1z\"/><path d=\"M2.354.646a.5.5 0 0 0-.801.13l-.5 1A.5.5 0 0 0 1 2v13H.5a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1H15V2a.5.5 0 0 0-.053-.224l-.5-1a.5.5 0 0 0-.8-.13L13 1.293l-.646-.647a.5.5 0 0 0-.708 0L11 1.293l-.646-.647a.5.5 0 0 0-.708 0L9 1.293 8.354.646a.5.5 0 0 0-.708 0L7 1.293 6.354.646a.5.5 0 0 0-.708 0L5 1.293 4.354.646a.5.5 0 0 0-.708 0L3 1.293 2.354.646zm-.217 1.198.51.51a.5.5 0 0 0 .707 0L4 1.707l.646.647a.5.5 0 0 0 .708 0L6 1.707l.646.647a.5.5 0 0 0 .708 0L8 1.707l.646.647a.5.5 0 0 0 .708 0L10 1.707l.646.647a.5.5 0 0 0 .708 0L12 1.707l.646.647a.5.5 0 0 0 .708 0l.509-.51.137.274V15H2V2.118l.137-.274z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "reception0",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 13.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5zm4 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5zm4 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5zm4 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "reception1",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 11.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-2zm4 2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5zm4 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5zm4 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "reception2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 11.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-2zm4-3a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-5zm4 5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5zm4 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "reception3",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 11.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-2zm4-3a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-5zm4-3a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-8zm4 8a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "reception4",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 11.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-2zm4-3a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-5zm4-3a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-8zm4-3a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v11a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-11z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "record",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 12a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0 1A5 5 0 1 0 8 3a5 5 0 0 0 0 10z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "record2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 12a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0 1A5 5 0 1 0 8 3a5 5 0 0 0 0 10z\"/><path d=\"M10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "record2-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0z\"/><path d=\"M8 13A5 5 0 1 0 8 3a5 5 0 0 0 0 10zm0-2a3 3 0 1 1 0-6 3 3 0 0 1 0 6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "record-btn",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 11a3 3 0 1 0 0-6 3 3 0 0 0 0 6z\"/><path d=\"M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "record-btn-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 12V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm8-1a3 3 0 1 0 0-6 3 3 0 0 0 0 6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "record-circle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "record-circle-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-8 3a3 3 0 1 0 0-6 3 3 0 0 0 0 6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "record-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 13A5 5 0 1 0 8 3a5 5 0 0 0 0 10z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "recycle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.302 1.256a1.5 1.5 0 0 0-2.604 0l-1.704 2.98a.5.5 0 0 0 .869.497l1.703-2.981a.5.5 0 0 1 .868 0l2.54 4.444-1.256-.337a.5.5 0 1 0-.26.966l2.415.647a.5.5 0 0 0 .613-.353l.647-2.415a.5.5 0 1 0-.966-.259l-.333 1.242-2.532-4.431zM2.973 7.773l-1.255.337a.5.5 0 1 1-.26-.966l2.416-.647a.5.5 0 0 1 .612.353l.647 2.415a.5.5 0 0 1-.966.259l-.333-1.242-2.545 4.454a.5.5 0 0 0 .434.748H5a.5.5 0 0 1 0 1H1.723A1.5 1.5 0 0 1 .421 12.24l2.552-4.467zm10.89 1.463a.5.5 0 1 0-.868.496l1.716 3.004a.5.5 0 0 1-.434.748h-5.57l.647-.646a.5.5 0 1 0-.708-.707l-1.5 1.5a.498.498 0 0 0 0 .707l1.5 1.5a.5.5 0 1 0 .708-.707l-.647-.647h5.57a1.5 1.5 0 0 0 1.302-2.244l-1.716-3.004z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "reddit",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.167 8a.831.831 0 0 0-.83.83c0 .459.372.84.83.831a.831.831 0 0 0 0-1.661zm1.843 3.647c.315 0 1.403-.038 1.976-.611a.232.232 0 0 0 0-.306.213.213 0 0 0-.306 0c-.353.363-1.126.487-1.67.487-.545 0-1.308-.124-1.671-.487a.213.213 0 0 0-.306 0 .213.213 0 0 0 0 .306c.564.563 1.652.61 1.977.61zm.992-2.807c0 .458.373.83.831.83.458 0 .83-.381.83-.83a.831.831 0 0 0-1.66 0z\"/><path d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.828-1.165c-.315 0-.602.124-.812.325-.801-.573-1.9-.945-3.121-.993l.534-2.501 1.738.372a.83.83 0 1 0 .83-.869.83.83 0 0 0-.744.468l-1.938-.41a.203.203 0 0 0-.153.028.186.186 0 0 0-.086.134l-.592 2.788c-1.24.038-2.358.41-3.17.992-.21-.2-.496-.324-.81-.324a1.163 1.163 0 0 0-.478 2.224c-.02.115-.029.23-.029.353 0 1.795 2.091 3.256 4.669 3.256 2.577 0 4.668-1.451 4.668-3.256 0-.114-.01-.238-.029-.353.401-.181.688-.592.688-1.069 0-.65-.525-1.165-1.165-1.165z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "reply",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.598 5.013a.144.144 0 0 1 .202.134V6.3a.5.5 0 0 0 .5.5c.667 0 2.013.005 3.3.822.984.624 1.99 1.76 2.595 3.876-1.02-.983-2.185-1.516-3.205-1.799a8.74 8.74 0 0 0-1.921-.306 7.404 7.404 0 0 0-.798.008h-.013l-.005.001h-.001L7.3 9.9l-.05-.498a.5.5 0 0 0-.45.498v1.153c0 .108-.11.176-.202.134L2.614 8.254a.503.503 0 0 0-.042-.028.147.147 0 0 1 0-.252.499.499 0 0 0 .042-.028l3.984-2.933zM7.8 10.386c.068 0 .143.003.223.006.434.02 1.034.086 1.7.271 1.326.368 2.896 1.202 3.94 3.08a.5.5 0 0 0 .933-.305c-.464-3.71-1.886-5.662-3.46-6.66-1.245-.79-2.527-.942-3.336-.971v-.66a1.144 1.144 0 0 0-1.767-.96l-3.994 2.94a1.147 1.147 0 0 0 0 1.946l3.994 2.94a1.144 1.144 0 0 0 1.767-.96v-.667z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "reply-all",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.098 5.013a.144.144 0 0 1 .202.134V6.3a.5.5 0 0 0 .5.5c.667 0 2.013.005 3.3.822.984.624 1.99 1.76 2.595 3.876-1.02-.983-2.185-1.516-3.205-1.799a8.74 8.74 0 0 0-1.921-.306 7.404 7.404 0 0 0-.798.008h-.013l-.005.001h-.001L8.8 9.9l-.05-.498a.5.5 0 0 0-.45.498v1.153c0 .108-.11.176-.202.134L4.114 8.254a.502.502 0 0 0-.042-.028.147.147 0 0 1 0-.252.497.497 0 0 0 .042-.028l3.984-2.933zM9.3 10.386c.068 0 .143.003.223.006.434.02 1.034.086 1.7.271 1.326.368 2.896 1.202 3.94 3.08a.5.5 0 0 0 .933-.305c-.464-3.71-1.886-5.662-3.46-6.66-1.245-.79-2.527-.942-3.336-.971v-.66a1.144 1.144 0 0 0-1.767-.96l-3.994 2.94a1.147 1.147 0 0 0 0 1.946l3.994 2.94a1.144 1.144 0 0 0 1.767-.96v-.667z\"/><path d=\"M5.232 4.293a.5.5 0 0 0-.7-.106L.54 7.127a1.147 1.147 0 0 0 0 1.946l3.994 2.94a.5.5 0 1 0 .593-.805L1.114 8.254a.503.503 0 0 0-.042-.028.147.147 0 0 1 0-.252.5.5 0 0 0 .042-.028l4.012-2.954a.5.5 0 0 0 .106-.699z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "reply-all-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.021 11.9 3.453 8.62a.719.719 0 0 1 0-1.238L8.021 4.1a.716.716 0 0 1 1.079.619V6c1.5 0 6 0 7 8-2.5-4.5-7-4-7-4v1.281c0 .56-.606.898-1.079.62z\"/><path d=\"M5.232 4.293a.5.5 0 0 1-.106.7L1.114 7.945a.5.5 0 0 1-.042.028.147.147 0 0 0 0 .252.503.503 0 0 1 .042.028l4.012 2.954a.5.5 0 1 1-.593.805L.539 9.073a1.147 1.147 0 0 1 0-1.946l3.994-2.94a.5.5 0 0 1 .699.106z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "reply-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.921 11.9 1.353 8.62a.719.719 0 0 1 0-1.238L5.921 4.1A.716.716 0 0 1 7 4.719V6c1.5 0 6 0 7 8-2.5-4.5-7-4-7-4v1.281c0 .56-.606.898-1.079.62z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "rss",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z\"/><path d=\"M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "rss-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm1.5 2.5c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1 0-2zm0 4a6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1 0-2zm.5 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "rulers",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1 0a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h5v-1H2v-1h4v-1H4v-1h2v-1H2v-1h4V9H4V8h2V7H2V6h4V2h1v4h1V4h1v2h1V2h1v4h1V4h1v2h1V2h1v4h1V1a1 1 0 0 0-1-1H1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "safe",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1 1.5A1.5 1.5 0 0 1 2.5 0h12A1.5 1.5 0 0 1 16 1.5v13a1.5 1.5 0 0 1-1.5 1.5h-12A1.5 1.5 0 0 1 1 14.5V13H.5a.5.5 0 0 1 0-1H1V8.5H.5a.5.5 0 0 1 0-1H1V4H.5a.5.5 0 0 1 0-1H1V1.5zM2.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5v-13a.5.5 0 0 0-.5-.5h-12z\"/><path d=\"M13.5 6a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 .5-.5zM4.828 4.464a.5.5 0 0 1 .708 0l1.09 1.09a3.003 3.003 0 0 1 3.476 0l1.09-1.09a.5.5 0 1 1 .707.708l-1.09 1.09c.74 1.037.74 2.44 0 3.476l1.09 1.09a.5.5 0 1 1-.707.708l-1.09-1.09a3.002 3.002 0 0 1-3.476 0l-1.09 1.09a.5.5 0 1 1-.708-.708l1.09-1.09a3.003 3.003 0 0 1 0-3.476l-1.09-1.09a.5.5 0 0 1 0-.708zM6.95 6.586a2 2 0 1 0 2.828 2.828A2 2 0 0 0 6.95 6.586z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "safe2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1 2.5A1.5 1.5 0 0 1 2.5 1h12A1.5 1.5 0 0 1 16 2.5v12a1.5 1.5 0 0 1-1.5 1.5h-12A1.5 1.5 0 0 1 1 14.5V14H.5a.5.5 0 0 1 0-1H1V9H.5a.5.5 0 0 1 0-1H1V4H.5a.5.5 0 0 1 0-1H1v-.5zM2.5 2a.5.5 0 0 0-.5.5v12a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5v-12a.5.5 0 0 0-.5-.5h-12z\"/><path d=\"M5.035 8h1.528c.047-.184.12-.357.214-.516l-1.08-1.08A3.482 3.482 0 0 0 5.035 8zm1.369-2.303 1.08 1.08c.16-.094.332-.167.516-.214V5.035a3.482 3.482 0 0 0-1.596.662zM9 5.035v1.528c.184.047.357.12.516.214l1.08-1.08A3.482 3.482 0 0 0 9 5.035zm2.303 1.369-1.08 1.08c.094.16.167.332.214.516h1.528a3.483 3.483 0 0 0-.662-1.596zM11.965 9h-1.528c-.047.184-.12.357-.214.516l1.08 1.08A3.483 3.483 0 0 0 11.965 9zm-1.369 2.303-1.08-1.08c-.16.094-.332.167-.516.214v1.528a3.483 3.483 0 0 0 1.596-.662zM8 11.965v-1.528a1.989 1.989 0 0 1-.516-.214l-1.08 1.08A3.483 3.483 0 0 0 8 11.965zm-2.303-1.369 1.08-1.08A1.988 1.988 0 0 1 6.563 9H5.035c.085.593.319 1.138.662 1.596zM4 8.5a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0zm4.5-1a1 1 0 1 0 0 2 1 1 0 0 0 0-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "safe2-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.563 8H5.035a3.482 3.482 0 0 1 .662-1.596l1.08 1.08c-.094.16-.167.332-.214.516zm.921-1.223-1.08-1.08A3.482 3.482 0 0 1 8 5.035v1.528c-.184.047-.357.12-.516.214zM9 6.563V5.035a3.482 3.482 0 0 1 1.596.662l-1.08 1.08A1.988 1.988 0 0 0 9 6.563zm1.223.921 1.08-1.08c.343.458.577 1.003.662 1.596h-1.528a1.989 1.989 0 0 0-.214-.516zM10.437 9h1.528a3.483 3.483 0 0 1-.662 1.596l-1.08-1.08c.094-.16.167-.332.214-.516zm-.921 1.223 1.08 1.08A3.483 3.483 0 0 1 9 11.965v-1.528c.184-.047.357-.12.516-.214zM8 10.437v1.528a3.483 3.483 0 0 1-1.596-.662l1.08-1.08c.16.094.332.167.516.214zm-1.223-.921-1.08 1.08A3.482 3.482 0 0 1 5.035 9h1.528c.047.184.12.357.214.516zM7.5 8.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0z\"/><path d=\"M2.5 1A1.5 1.5 0 0 0 1 2.5V3H.5a.5.5 0 0 0 0 1H1v4H.5a.5.5 0 0 0 0 1H1v4H.5a.5.5 0 0 0 0 1H1v.5A1.5 1.5 0 0 0 2.5 16h12a1.5 1.5 0 0 0 1.5-1.5v-12A1.5 1.5 0 0 0 14.5 1h-12zm6 3a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "safe-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.778 9.414A2 2 0 1 1 6.95 6.586a2 2 0 0 1 2.828 2.828z\"/><path d=\"M2.5 0A1.5 1.5 0 0 0 1 1.5V3H.5a.5.5 0 0 0 0 1H1v3.5H.5a.5.5 0 0 0 0 1H1V12H.5a.5.5 0 0 0 0 1H1v1.5A1.5 1.5 0 0 0 2.5 16h12a1.5 1.5 0 0 0 1.5-1.5v-13A1.5 1.5 0 0 0 14.5 0h-12zm3.036 4.464 1.09 1.09a3.003 3.003 0 0 1 3.476 0l1.09-1.09a.5.5 0 1 1 .707.708l-1.09 1.09c.74 1.037.74 2.44 0 3.476l1.09 1.09a.5.5 0 1 1-.707.708l-1.09-1.09a3.002 3.002 0 0 1-3.476 0l-1.09 1.09a.5.5 0 1 1-.708-.708l1.09-1.09a3.003 3.003 0 0 1 0-3.476l-1.09-1.09a.5.5 0 1 1 .708-.708zM14 6.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 1 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "save",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H9.5a1 1 0 0 0-1 1v7.293l2.646-2.647a.5.5 0 0 1 .708.708l-3.5 3.5a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L7.5 9.293V2a2 2 0 0 1 2-2H14a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h2.5a.5.5 0 0 1 0 1H2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "save2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H9.5a1 1 0 0 0-1 1v4.5h2a.5.5 0 0 1 .354.854l-2.5 2.5a.5.5 0 0 1-.708 0l-2.5-2.5A.5.5 0 0 1 5.5 6.5h2V2a2 2 0 0 1 2-2H14a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h2.5a.5.5 0 0 1 0 1H2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "save2-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.5 1.5A1.5 1.5 0 0 1 10 0h4a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h6c-.314.418-.5.937-.5 1.5v6h-2a.5.5 0 0 0-.354.854l2.5 2.5a.5.5 0 0 0 .708 0l2.5-2.5A.5.5 0 0 0 10.5 7.5h-2v-6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "save-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.5 1.5A1.5 1.5 0 0 1 10 0h4a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h6c-.314.418-.5.937-.5 1.5v7.793L4.854 6.646a.5.5 0 1 0-.708.708l3.5 3.5a.5.5 0 0 0 .708 0l3.5-3.5a.5.5 0 0 0-.708-.708L8.5 9.293V1.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "scissors",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 3.5c-.614-.884-.074-1.962.858-2.5L8 7.226 11.642 1c.932.538 1.472 1.616.858 2.5L8.81 8.61l1.556 2.661a2.5 2.5 0 1 1-.794.637L8 9.73l-1.572 2.177a2.5 2.5 0 1 1-.794-.637L7.19 8.61 3.5 3.5zm2.5 10a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0zm7 0a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "screwdriver",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m0 1 1-1 3.081 2.2a1 1 0 0 1 .419.815v.07a1 1 0 0 0 .293.708L10.5 9.5l.914-.305a1 1 0 0 1 1.023.242l3.356 3.356a1 1 0 0 1 0 1.414l-1.586 1.586a1 1 0 0 1-1.414 0l-3.356-3.356a1 1 0 0 1-.242-1.023L9.5 10.5 3.793 4.793a1 1 0 0 0-.707-.293h-.071a1 1 0 0 1-.814-.419L0 1zm11.354 9.646a.5.5 0 0 0-.708.708l3 3a.5.5 0 0 0 .708-.708l-3-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "sd-card",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.25 3.5a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0v-2zm2 0a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0v-2zm2 0a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0v-2zm2 0a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0v-2z\"/><path fill-rule=\"evenodd\" d=\"M5.914 0H12.5A1.5 1.5 0 0 1 14 1.5v13a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 14.5V3.914c0-.398.158-.78.44-1.06L4.853.439A1.5 1.5 0 0 1 5.914 0zM13 1.5a.5.5 0 0 0-.5-.5H5.914a.5.5 0 0 0-.353.146L3.146 3.561A.5.5 0 0 0 3 3.914V14.5a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-13z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "sd-card-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M12.5 0H5.914a1.5 1.5 0 0 0-1.06.44L2.439 2.853A1.5 1.5 0 0 0 2 3.914V14.5A1.5 1.5 0 0 0 3.5 16h9a1.5 1.5 0 0 0 1.5-1.5v-13A1.5 1.5 0 0 0 12.5 0zm-7 2.75a.75.75 0 0 1 .75.75v2a.75.75 0 0 1-1.5 0v-2a.75.75 0 0 1 .75-.75zm2 0a.75.75 0 0 1 .75.75v2a.75.75 0 0 1-1.5 0v-2a.75.75 0 0 1 .75-.75zm2.75.75a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0v-2zm1.25-.75a.75.75 0 0 1 .75.75v2a.75.75 0 0 1-1.5 0v-2a.75.75 0 0 1 .75-.75z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "search",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "segmented-nav",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V6zm6 3h4V5H6v4zm9-1V6a1 1 0 0 0-1-1h-3v4h3a1 1 0 0 0 1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "server",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1.333 2.667C1.333 1.194 4.318 0 8 0s6.667 1.194 6.667 2.667V4c0 1.473-2.985 2.667-6.667 2.667S1.333 5.473 1.333 4V2.667z\"/><path d=\"M1.333 6.334v3C1.333 10.805 4.318 12 8 12s6.667-1.194 6.667-2.667V6.334a6.51 6.51 0 0 1-1.458.79C11.81 7.684 9.967 8 8 8c-1.966 0-3.809-.317-5.208-.876a6.508 6.508 0 0 1-1.458-.79z\"/><path d=\"M14.667 11.668a6.51 6.51 0 0 1-1.458.789c-1.4.56-3.242.876-5.21.876-1.966 0-3.809-.316-5.208-.876a6.51 6.51 0 0 1-1.458-.79v1.666C1.333 14.806 4.318 16 8 16s6.667-1.194 6.667-2.667v-1.665z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "share",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13.5 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM11 2.5a2.5 2.5 0 1 1 .603 1.628l-6.718 3.12a2.499 2.499 0 0 1 0 1.504l6.718 3.12a2.5 2.5 0 1 1-.488.876l-6.718-3.12a2.5 2.5 0 1 1 0-3.256l6.718-3.12A2.5 2.5 0 0 1 11 2.5zm-8.5 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm11 5.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "share-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11 2.5a2.5 2.5 0 1 1 .603 1.628l-6.718 3.12a2.499 2.499 0 0 1 0 1.504l6.718 3.12a2.5 2.5 0 1 1-.488.876l-6.718-3.12a2.5 2.5 0 1 1 0-3.256l6.718-3.12A2.5 2.5 0 0 1 11 2.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "shield",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.338 1.59a61.44 61.44 0 0 0-2.837.856.481.481 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.725 10.725 0 0 0 2.287 2.233c.346.244.652.42.893.533.12.057.218.095.293.118a.55.55 0 0 0 .101.025.615.615 0 0 0 .1-.025c.076-.023.174-.061.294-.118.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "shield-check",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.338 1.59a61.44 61.44 0 0 0-2.837.856.481.481 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.725 10.725 0 0 0 2.287 2.233c.346.244.652.42.893.533.12.057.218.095.293.118a.55.55 0 0 0 .101.025.615.615 0 0 0 .1-.025c.076-.023.174-.061.294-.118.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z\"/><path d=\"M10.854 5.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 7.793l2.646-2.647a.5.5 0 0 1 .708 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "shield-exclamation",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.338 1.59a61.44 61.44 0 0 0-2.837.856.481.481 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.725 10.725 0 0 0 2.287 2.233c.346.244.652.42.893.533.12.057.218.095.293.118a.55.55 0 0 0 .101.025.615.615 0 0 0 .1-.025c.076-.023.174-.061.294-.118.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z\"/><path d=\"M7.001 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.553.553 0 0 1-1.1 0L7.1 4.995z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "shield-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "shield-fill-check",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 0c-.69 0-1.843.265-2.928.56-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.777 11.777 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7.159 7.159 0 0 0 1.048-.625 11.775 11.775 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.541 1.541 0 0 0-1.044-1.263 62.467 62.467 0 0 0-2.887-.87C9.843.266 8.69 0 8 0zm2.146 5.146a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 7.793l2.646-2.647z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "shield-fill-exclamation",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 0c-.69 0-1.843.265-2.928.56-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.777 11.777 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7.159 7.159 0 0 0 1.048-.625 11.775 11.775 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.541 1.541 0 0 0-1.044-1.263 62.467 62.467 0 0 0-2.887-.87C9.843.266 8.69 0 8 0zm-.55 8.502L7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0zM8.002 12a1 1 0 1 1 0-2 1 1 0 0 1 0 2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "shield-fill-minus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 0c-.69 0-1.843.265-2.928.56-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.777 11.777 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7.159 7.159 0 0 0 1.048-.625 11.775 11.775 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.541 1.541 0 0 0-1.044-1.263 62.467 62.467 0 0 0-2.887-.87C9.843.266 8.69 0 8 0zM6 7.5a.5.5 0 0 1 0-1h4a.5.5 0 0 1 0 1H6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "shield-fill-plus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 0c-.69 0-1.843.265-2.928.56-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.777 11.777 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7.159 7.159 0 0 0 1.048-.625 11.775 11.775 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.541 1.541 0 0 0-1.044-1.263 62.467 62.467 0 0 0-2.887-.87C9.843.266 8.69 0 8 0zm-.5 5a.5.5 0 0 1 1 0v1.5H10a.5.5 0 0 1 0 1H8.5V9a.5.5 0 0 1-1 0V7.5H6a.5.5 0 0 1 0-1h1.5V5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "shield-fill-x",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 0c-.69 0-1.843.265-2.928.56-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.777 11.777 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7.159 7.159 0 0 0 1.048-.625 11.775 11.775 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.541 1.541 0 0 0-1.044-1.263 62.467 62.467 0 0 0-2.887-.87C9.843.266 8.69 0 8 0zM6.854 5.146 8 6.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 7l1.147 1.146a.5.5 0 0 1-.708.708L8 7.707 6.854 8.854a.5.5 0 1 1-.708-.708L7.293 7 6.146 5.854a.5.5 0 1 1 .708-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "shield-lock",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.338 1.59a61.44 61.44 0 0 0-2.837.856.481.481 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.725 10.725 0 0 0 2.287 2.233c.346.244.652.42.893.533.12.057.218.095.293.118a.55.55 0 0 0 .101.025.615.615 0 0 0 .1-.025c.076-.023.174-.061.294-.118.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z\"/><path d=\"M9.5 6.5a1.5 1.5 0 0 1-1 1.415l.385 1.99a.5.5 0 0 1-.491.595h-.788a.5.5 0 0 1-.49-.595l.384-1.99a1.5 1.5 0 1 1 2-1.415z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "shield-lock-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 0c-.69 0-1.843.265-2.928.56-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.777 11.777 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7.159 7.159 0 0 0 1.048-.625 11.775 11.775 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.541 1.541 0 0 0-1.044-1.263 62.467 62.467 0 0 0-2.887-.87C9.843.266 8.69 0 8 0zm0 5a1.5 1.5 0 0 1 .5 2.915l.385 1.99a.5.5 0 0 1-.491.595h-.788a.5.5 0 0 1-.49-.595l.384-1.99A1.5 1.5 0 0 1 8 5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "shield-minus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.338 1.59a61.44 61.44 0 0 0-2.837.856.481.481 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.725 10.725 0 0 0 2.287 2.233c.346.244.652.42.893.533.12.057.218.095.293.118a.55.55 0 0 0 .101.025.615.615 0 0 0 .1-.025c.076-.023.174-.061.294-.118.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z\"/><path d=\"M5.5 7a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "shield-plus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.338 1.59a61.44 61.44 0 0 0-2.837.856.481.481 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.725 10.725 0 0 0 2.287 2.233c.346.244.652.42.893.533.12.057.218.095.293.118a.55.55 0 0 0 .101.025.615.615 0 0 0 .1-.025c.076-.023.174-.061.294-.118.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z\"/><path d=\"M8 4.5a.5.5 0 0 1 .5.5v1.5H10a.5.5 0 0 1 0 1H8.5V9a.5.5 0 0 1-1 0V7.5H6a.5.5 0 0 1 0-1h1.5V5a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "shield-shaded",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 14.933a.615.615 0 0 0 .1-.025c.076-.023.174-.061.294-.118.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067v13.866zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "shield-slash",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1.093 3.093c-.465 4.275.885 7.46 2.513 9.589a11.777 11.777 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7.159 7.159 0 0 0 1.048-.625 11.32 11.32 0 0 0 1.733-1.525l-.745-.745a10.27 10.27 0 0 1-1.578 1.392c-.346.244-.652.42-.893.533-.12.057-.218.095-.293.118a.55.55 0 0 1-.101.025.615.615 0 0 1-.1-.025 2.348 2.348 0 0 1-.294-.118 6.141 6.141 0 0 1-.893-.533 10.725 10.725 0 0 1-2.287-2.233C3.053 10.228 1.879 7.594 2.06 4.06l-.967-.967zM3.98 1.98l-.852-.852A58.935 58.935 0 0 1 5.072.559C6.157.266 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.483 3.626-.332 6.491-1.551 8.616l-.77-.77c1.042-1.915 1.72-4.469 1.29-7.702a.48.48 0 0 0-.33-.39c-.65-.213-1.75-.56-2.836-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524a49.7 49.7 0 0 0-1.357.39zm9.666 12.374-13-13 .708-.708 13 13-.707.707z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "shield-slash-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1.093 3.093c-.465 4.275.885 7.46 2.513 9.589a11.777 11.777 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7.159 7.159 0 0 0 1.048-.625 11.32 11.32 0 0 0 1.733-1.525L1.093 3.093zm12.215 8.215L3.128 1.128A61.369 61.369 0 0 1 5.073.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.483 3.626-.332 6.491-1.551 8.616zm.338 3.046-13-13 .708-.708 13 13-.707.707z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "shield-x",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.338 1.59a61.44 61.44 0 0 0-2.837.856.481.481 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.725 10.725 0 0 0 2.287 2.233c.346.244.652.42.893.533.12.057.218.095.293.118a.55.55 0 0 0 .101.025.615.615 0 0 0 .1-.025c.076-.023.174-.061.294-.118.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z\"/><path d=\"M6.146 5.146a.5.5 0 0 1 .708 0L8 6.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 7l1.147 1.146a.5.5 0 0 1-.708.708L8 7.707 6.854 8.854a.5.5 0 1 1-.708-.708L7.293 7 6.146 5.854a.5.5 0 0 1 0-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "shift",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.27 2.047a1 1 0 0 1 1.46 0l6.345 6.77c.6.638.146 1.683-.73 1.683H11.5v3a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-3H1.654C.78 10.5.326 9.455.924 8.816L7.27 2.047zM14.346 9.5 8 2.731 1.654 9.5H4.5a1 1 0 0 1 1 1v3h5v-3a1 1 0 0 1 1-1h2.846z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "shift-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.27 2.047a1 1 0 0 1 1.46 0l6.345 6.77c.6.638.146 1.683-.73 1.683H11.5v3a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-3H1.654C.78 10.5.326 9.455.924 8.816L7.27 2.047z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "shop",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.97 1.35A1 1 0 0 1 3.73 1h8.54a1 1 0 0 1 .76.35l2.609 3.044A1.5 1.5 0 0 1 16 5.37v.255a2.375 2.375 0 0 1-4.25 1.458A2.371 2.371 0 0 1 9.875 8 2.37 2.37 0 0 1 8 7.083 2.37 2.37 0 0 1 6.125 8a2.37 2.37 0 0 1-1.875-.917A2.375 2.375 0 0 1 0 5.625V5.37a1.5 1.5 0 0 1 .361-.976l2.61-3.045zm1.78 4.275a1.375 1.375 0 0 0 2.75 0 .5.5 0 0 1 1 0 1.375 1.375 0 0 0 2.75 0 .5.5 0 0 1 1 0 1.375 1.375 0 1 0 2.75 0V5.37a.5.5 0 0 0-.12-.325L12.27 2H3.73L1.12 5.045A.5.5 0 0 0 1 5.37v.255a1.375 1.375 0 0 0 2.75 0 .5.5 0 0 1 1 0zM1.5 8.5A.5.5 0 0 1 2 9v6h1v-5a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v5h6V9a.5.5 0 0 1 1 0v6h.5a.5.5 0 0 1 0 1H.5a.5.5 0 0 1 0-1H1V9a.5.5 0 0 1 .5-.5zM4 15h3v-5H4v5zm5-5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-3zm3 0h-2v3h2v-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "shop-window",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.97 1.35A1 1 0 0 1 3.73 1h8.54a1 1 0 0 1 .76.35l2.609 3.044A1.5 1.5 0 0 1 16 5.37v.255a2.375 2.375 0 0 1-4.25 1.458A2.371 2.371 0 0 1 9.875 8 2.37 2.37 0 0 1 8 7.083 2.37 2.37 0 0 1 6.125 8a2.37 2.37 0 0 1-1.875-.917A2.375 2.375 0 0 1 0 5.625V5.37a1.5 1.5 0 0 1 .361-.976l2.61-3.045zm1.78 4.275a1.375 1.375 0 0 0 2.75 0 .5.5 0 0 1 1 0 1.375 1.375 0 0 0 2.75 0 .5.5 0 0 1 1 0 1.375 1.375 0 1 0 2.75 0V5.37a.5.5 0 0 0-.12-.325L12.27 2H3.73L1.12 5.045A.5.5 0 0 0 1 5.37v.255a1.375 1.375 0 0 0 2.75 0 .5.5 0 0 1 1 0zM1.5 8.5A.5.5 0 0 1 2 9v6h12V9a.5.5 0 0 1 1 0v6h.5a.5.5 0 0 1 0 1H.5a.5.5 0 0 1 0-1H1V9a.5.5 0 0 1 .5-.5zm2 .5a.5.5 0 0 1 .5.5V13h8V9.5a.5.5 0 0 1 1 0V13a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V9.5a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "shuffle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M0 3.5A.5.5 0 0 1 .5 3H1c2.202 0 3.827 1.24 4.874 2.418.49.552.865 1.102 1.126 1.532.26-.43.636-.98 1.126-1.532C9.173 4.24 10.798 3 13 3v1c-1.798 0-3.173 1.01-4.126 2.082A9.624 9.624 0 0 0 7.556 8a9.624 9.624 0 0 0 1.317 1.918C9.828 10.99 11.204 12 13 12v1c-2.202 0-3.827-1.24-4.874-2.418A10.595 10.595 0 0 1 7 9.05c-.26.43-.636.98-1.126 1.532C4.827 11.76 3.202 13 1 13H.5a.5.5 0 0 1 0-1H1c1.798 0 3.173-1.01 4.126-2.082A9.624 9.624 0 0 0 6.444 8a9.624 9.624 0 0 0-1.317-1.918C4.172 5.01 2.796 4 1 4H.5a.5.5 0 0 1-.5-.5z\"/><path d=\"M13 5.466V1.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384l-2.36 1.966a.25.25 0 0 1-.41-.192zm0 9v-3.932a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384l-2.36 1.966a.25.25 0 0 1-.41-.192z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "signpost",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7 1.414V4H2a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h5v6h2v-6h3.532a1 1 0 0 0 .768-.36l1.933-2.32a.5.5 0 0 0 0-.64L13.3 4.36a1 1 0 0 0-.768-.36H9V1.414a1 1 0 0 0-2 0zM12.532 5l1.666 2-1.666 2H2V5h10.532z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "signpost2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7 1.414V2H2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h5v1H2.5a1 1 0 0 0-.8.4L.725 8.7a.5.5 0 0 0 0 .6l.975 1.3a1 1 0 0 0 .8.4H7v5h2v-5h5a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1H9V6h4.5a1 1 0 0 0 .8-.4l.975-1.3a.5.5 0 0 0 0-.6L14.3 2.4a1 1 0 0 0-.8-.4H9v-.586a1 1 0 0 0-2 0zM13.5 3l.75 1-.75 1H2V3h11.5zm.5 5v2H2.5l-.75-1 .75-1H14z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "signpost2-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.293.707A1 1 0 0 0 7 1.414V2H2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h5v1H2.5a1 1 0 0 0-.8.4L.725 8.7a.5.5 0 0 0 0 .6l.975 1.3a1 1 0 0 0 .8.4H7v5h2v-5h5a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1H9V6h4.5a1 1 0 0 0 .8-.4l.975-1.3a.5.5 0 0 0 0-.6L14.3 2.4a1 1 0 0 0-.8-.4H9v-.586A1 1 0 0 0 7.293.707z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "signpost-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.293.707A1 1 0 0 0 7 1.414V4H2a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h5v6h2v-6h3.532a1 1 0 0 0 .768-.36l1.933-2.32a.5.5 0 0 0 0-.64L13.3 4.36a1 1 0 0 0-.768-.36H9V1.414A1 1 0 0 0 7.293.707z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "signpost-split",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7 7V1.414a1 1 0 0 1 2 0V2h5a1 1 0 0 1 .8.4l.975 1.3a.5.5 0 0 1 0 .6L14.8 5.6a1 1 0 0 1-.8.4H9v10H7v-5H2a1 1 0 0 1-.8-.4L.225 9.3a.5.5 0 0 1 0-.6L1.2 7.4A1 1 0 0 1 2 7h5zm1 3V8H2l-.75 1L2 10h6zm0-5h6l.75-1L14 3H8v2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "signpost-split-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7 16h2V6h5a1 1 0 0 0 .8-.4l.975-1.3a.5.5 0 0 0 0-.6L14.8 2.4A1 1 0 0 0 14 2H9v-.586a1 1 0 0 0-2 0V7H2a1 1 0 0 0-.8.4L.225 8.7a.5.5 0 0 0 0 .6l.975 1.3a1 1 0 0 0 .8.4h5v5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "sim",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 1.5A1.5 1.5 0 0 1 3.5 0h7.086a1.5 1.5 0 0 1 1.06.44l1.915 1.914A1.5 1.5 0 0 1 14 3.414V14.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 14.5v-13zM3.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5V3.414a.5.5 0 0 0-.146-.353l-1.915-1.915A.5.5 0 0 0 10.586 1H3.5z\"/><path d=\"M5.5 4a.5.5 0 0 0-.5.5V6h2.5V4h-2zm3 0v2H11V4.5a.5.5 0 0 0-.5-.5h-2zM11 7H5v2h6V7zm0 3H8.5v2h2a.5.5 0 0 0 .5-.5V10zm-3.5 2v-2H5v1.5a.5.5 0 0 0 .5.5h2zM4 4.5A1.5 1.5 0 0 1 5.5 3h5A1.5 1.5 0 0 1 12 4.5v7a1.5 1.5 0 0 1-1.5 1.5h-5A1.5 1.5 0 0 1 4 11.5v-7z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "sim-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5 4.5a.5.5 0 0 1 .5-.5h2v2H5V4.5zM8.5 6V4h2a.5.5 0 0 1 .5.5V6H8.5zM5 7h6v2H5V7zm3.5 3H11v1.5a.5.5 0 0 1-.5.5h-2v-2zm-1 0v2h-2a.5.5 0 0 1-.5-.5V10h2.5z\"/><path d=\"M3.5 0A1.5 1.5 0 0 0 2 1.5v13A1.5 1.5 0 0 0 3.5 16h9a1.5 1.5 0 0 0 1.5-1.5V3.414a1.5 1.5 0 0 0-.44-1.06L11.647.439A1.5 1.5 0 0 0 10.586 0H3.5zm2 3h5A1.5 1.5 0 0 1 12 4.5v7a1.5 1.5 0 0 1-1.5 1.5h-5A1.5 1.5 0 0 1 4 11.5v-7A1.5 1.5 0 0 1 5.5 3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "skip-backward",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M.5 3.5A.5.5 0 0 1 1 4v3.248l6.267-3.636c.52-.302 1.233.043 1.233.696v2.94l6.267-3.636c.52-.302 1.233.043 1.233.696v7.384c0 .653-.713.998-1.233.696L8.5 8.752v2.94c0 .653-.713.998-1.233.696L1 8.752V12a.5.5 0 0 1-1 0V4a.5.5 0 0 1 .5-.5zm7 1.133L1.696 8 7.5 11.367V4.633zm7.5 0L9.196 8 15 11.367V4.633z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "skip-backward-btn",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11.21 5.093A.5.5 0 0 1 12 5.5v5a.5.5 0 0 1-.79.407L8.5 8.972V10.5a.5.5 0 0 1-.79.407L5 8.972V10.5a.5.5 0 0 1-1 0v-5a.5.5 0 0 1 1 0v1.528l2.71-1.935a.5.5 0 0 1 .79.407v1.528l2.71-1.935z\"/><path d=\"M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "skip-backward-btn-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 12V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm11.21-6.907L8.5 7.028V5.5a.5.5 0 0 0-.79-.407L5 7.028V5.5a.5.5 0 0 0-1 0v5a.5.5 0 0 0 1 0V8.972l2.71 1.935a.5.5 0 0 0 .79-.407V8.972l2.71 1.935A.5.5 0 0 0 12 10.5v-5a.5.5 0 0 0-.79-.407z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "skip-backward-circle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M11.729 5.055a.5.5 0 0 0-.52.038L8.5 7.028V5.5a.5.5 0 0 0-.79-.407L5 7.028V5.5a.5.5 0 0 0-1 0v5a.5.5 0 0 0 1 0V8.972l2.71 1.935a.5.5 0 0 0 .79-.407V8.972l2.71 1.935A.5.5 0 0 0 12 10.5v-5a.5.5 0 0 0-.271-.445z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "skip-backward-circle-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-4.79-2.907L8.5 7.028V5.5a.5.5 0 0 0-.79-.407L5 7.028V5.5a.5.5 0 0 0-1 0v5a.5.5 0 0 0 1 0V8.972l2.71 1.935a.5.5 0 0 0 .79-.407V8.972l2.71 1.935A.5.5 0 0 0 12 10.5v-5a.5.5 0 0 0-.79-.407z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "skip-backward-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M.5 3.5A.5.5 0 0 0 0 4v8a.5.5 0 0 0 1 0V8.753l6.267 3.636c.54.313 1.233-.066 1.233-.697v-2.94l6.267 3.636c.54.314 1.233-.065 1.233-.696V4.308c0-.63-.693-1.01-1.233-.696L8.5 7.248v-2.94c0-.63-.692-1.01-1.233-.696L1 7.248V4a.5.5 0 0 0-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "skip-end",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12.5 4a.5.5 0 0 0-1 0v3.248L5.233 3.612C4.713 3.31 4 3.655 4 4.308v7.384c0 .653.713.998 1.233.696L11.5 8.752V12a.5.5 0 0 0 1 0V4zM5 4.633 10.804 8 5 11.367V4.633z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "skip-end-btn",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.79 5.093 9.5 7.028V5.5a.5.5 0 0 1 1 0v5a.5.5 0 0 1-1 0V8.972l-2.71 1.935A.5.5 0 0 1 6 10.5v-5a.5.5 0 0 1 .79-.407z\"/><path d=\"M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "skip-end-btn-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 12V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm6.79-6.907A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407L9.5 8.972V10.5a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-1 0v1.528L6.79 5.093z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "skip-end-circle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M6.271 5.055a.5.5 0 0 1 .52.038L9.5 7.028V5.5a.5.5 0 0 1 1 0v5a.5.5 0 0 1-1 0V8.972l-2.71 1.935A.5.5 0 0 1 6 10.5v-5a.5.5 0 0 1 .271-.445z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "skip-end-circle-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.79 5.093A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407L9.5 8.972V10.5a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-1 0v1.528L6.79 5.093z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "skip-end-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12.5 4a.5.5 0 0 0-1 0v3.248L5.233 3.612C4.693 3.3 4 3.678 4 4.308v7.384c0 .63.692 1.01 1.233.697L11.5 8.753V12a.5.5 0 0 0 1 0V4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "skip-forward",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M15.5 3.5a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-1 0V8.752l-6.267 3.636c-.52.302-1.233-.043-1.233-.696v-2.94l-6.267 3.636C.713 12.69 0 12.345 0 11.692V4.308c0-.653.713-.998 1.233-.696L7.5 7.248v-2.94c0-.653.713-.998 1.233-.696L15 7.248V4a.5.5 0 0 1 .5-.5zM1 4.633v6.734L6.804 8 1 4.633zm7.5 0v6.734L14.304 8 8.5 4.633z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "skip-forward-btn",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.79 5.093A.5.5 0 0 0 4 5.5v5a.5.5 0 0 0 .79.407L7.5 8.972V10.5a.5.5 0 0 0 .79.407L11 8.972V10.5a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-1 0v1.528L8.29 5.093a.5.5 0 0 0-.79.407v1.528L4.79 5.093z\"/><path d=\"M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "skip-forward-btn-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 10V2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm4.79-6.907A.5.5 0 0 0 4 3.5v5a.5.5 0 0 0 .79.407L7.5 6.972V8.5a.5.5 0 0 0 .79.407L11 6.972V8.5a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-1 0v1.528L8.29 3.093a.5.5 0 0 0-.79.407v1.528L4.79 3.093z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "skip-forward-circle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M4.271 5.055a.5.5 0 0 1 .52.038L7.5 7.028V5.5a.5.5 0 0 1 .79-.407L11 7.028V5.5a.5.5 0 0 1 1 0v5a.5.5 0 0 1-1 0V8.972l-2.71 1.935a.5.5 0 0 1-.79-.407V8.972l-2.71 1.935A.5.5 0 0 1 4 10.5v-5a.5.5 0 0 1 .271-.445z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "skip-forward-circle-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM4.79 5.093A.5.5 0 0 0 4 5.5v5a.5.5 0 0 0 .79.407L7.5 8.972V10.5a.5.5 0 0 0 .79.407L11 8.972V10.5a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-1 0v1.528L8.29 5.093a.5.5 0 0 0-.79.407v1.528L4.79 5.093z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "skip-forward-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M15.5 3.5a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-1 0V8.753l-6.267 3.636c-.54.313-1.233-.066-1.233-.697v-2.94l-6.267 3.636C.693 12.703 0 12.324 0 11.693V4.308c0-.63.693-1.01 1.233-.696L7.5 7.248v-2.94c0-.63.693-1.01 1.233-.696L15 7.248V4a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "skip-start",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 4a.5.5 0 0 1 1 0v3.248l6.267-3.636c.52-.302 1.233.043 1.233.696v7.384c0 .653-.713.998-1.233.696L5 8.752V12a.5.5 0 0 1-1 0V4zm7.5.633L5.696 8l5.804 3.367V4.633z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "skip-start-btn",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.71 5.093a.5.5 0 0 1 .79.407v5a.5.5 0 0 1-.79.407L7 8.972V10.5a.5.5 0 0 1-1 0v-5a.5.5 0 0 1 1 0v1.528l2.71-1.935z\"/><path d=\"M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "skip-start-btn-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 12V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm9.71-6.907L7 7.028V5.5a.5.5 0 0 0-1 0v5a.5.5 0 0 0 1 0V8.972l2.71 1.935a.5.5 0 0 0 .79-.407v-5a.5.5 0 0 0-.79-.407z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "skip-start-circle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M10.229 5.055a.5.5 0 0 0-.52.038L7 7.028V5.5a.5.5 0 0 0-1 0v5a.5.5 0 0 0 1 0V8.972l2.71 1.935a.5.5 0 0 0 .79-.407v-5a.5.5 0 0 0-.271-.445z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "skip-start-circle-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM9.71 5.093 7 7.028V5.5a.5.5 0 0 0-1 0v5a.5.5 0 0 0 1 0V8.972l2.71 1.935a.5.5 0 0 0 .79-.407v-5a.5.5 0 0 0-.79-.407z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "skip-start-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 4a.5.5 0 0 1 1 0v3.248l6.267-3.636c.54-.313 1.232.066 1.232.696v7.384c0 .63-.692 1.01-1.232.697L5 8.753V12a.5.5 0 0 1-1 0V4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "skype",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.671 0c.88 0 1.733.247 2.468.702a7.423 7.423 0 0 1 6.02 2.118 7.372 7.372 0 0 1 2.167 5.215c0 .344-.024.687-.072 1.026a4.662 4.662 0 0 1 .6 2.281 4.645 4.645 0 0 1-1.37 3.294A4.673 4.673 0 0 1 11.18 16c-.84 0-1.658-.226-2.37-.644a7.423 7.423 0 0 1-6.114-2.107A7.374 7.374 0 0 1 .529 8.035c0-.363.026-.724.08-1.081a4.644 4.644 0 0 1 .76-5.59A4.68 4.68 0 0 1 4.67 0zm.447 7.01c.18.309.43.572.729.769a7.07 7.07 0 0 0 1.257.653c.492.205.873.38 1.145.523.229.112.437.264.615.448.135.142.21.331.21.528a.872.872 0 0 1-.335.723c-.291.196-.64.289-.99.264a2.618 2.618 0 0 1-1.048-.206 11.44 11.44 0 0 1-.532-.253 1.284 1.284 0 0 0-.587-.15.717.717 0 0 0-.501.176.63.63 0 0 0-.195.491.796.796 0 0 0 .148.482 1.2 1.2 0 0 0 .456.354 5.113 5.113 0 0 0 2.212.419 4.554 4.554 0 0 0 1.624-.265 2.296 2.296 0 0 0 1.08-.801c.267-.39.402-.855.386-1.327a2.09 2.09 0 0 0-.279-1.101 2.53 2.53 0 0 0-.772-.792A7.198 7.198 0 0 0 8.486 7.3a1.05 1.05 0 0 0-.145-.058 18.182 18.182 0 0 1-1.013-.447 1.827 1.827 0 0 1-.54-.387.727.727 0 0 1-.2-.508.805.805 0 0 1 .385-.723 1.76 1.76 0 0 1 .968-.247c.26-.003.52.03.772.096.274.079.542.177.802.293.105.049.22.075.336.076a.6.6 0 0 0 .453-.19.69.69 0 0 0 .18-.496.717.717 0 0 0-.17-.476 1.374 1.374 0 0 0-.556-.354 3.69 3.69 0 0 0-.708-.183 5.963 5.963 0 0 0-1.022-.078 4.53 4.53 0 0 0-1.536.258 2.71 2.71 0 0 0-1.174.784 1.91 1.91 0 0 0-.45 1.287c-.01.37.076.736.25 1.063z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "slack",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.362 10.11c0 .926-.756 1.681-1.681 1.681S0 11.036 0 10.111C0 9.186.756 8.43 1.68 8.43h1.682v1.68zm.846 0c0-.924.756-1.68 1.681-1.68s1.681.756 1.681 1.68v4.21c0 .924-.756 1.68-1.68 1.68a1.685 1.685 0 0 1-1.682-1.68v-4.21zM5.89 3.362c-.926 0-1.682-.756-1.682-1.681S4.964 0 5.89 0s1.68.756 1.68 1.68v1.682H5.89zm0 .846c.924 0 1.68.756 1.68 1.681S6.814 7.57 5.89 7.57H1.68C.757 7.57 0 6.814 0 5.89c0-.926.756-1.682 1.68-1.682h4.21zm6.749 1.682c0-.926.755-1.682 1.68-1.682.925 0 1.681.756 1.681 1.681s-.756 1.681-1.68 1.681h-1.681V5.89zm-.848 0c0 .924-.755 1.68-1.68 1.68A1.685 1.685 0 0 1 8.43 5.89V1.68C8.43.757 9.186 0 10.11 0c.926 0 1.681.756 1.681 1.68v4.21zm-1.681 6.748c.926 0 1.682.756 1.682 1.681S11.036 16 10.11 16s-1.681-.756-1.681-1.68v-1.682h1.68zm0-.847c-.924 0-1.68-.755-1.68-1.68 0-.925.756-1.681 1.68-1.681h4.21c.924 0 1.68.756 1.68 1.68 0 .926-.756 1.681-1.68 1.681h-4.21z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "slash",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11.354 4.646a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708l6-6a.5.5 0 0 1 .708 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "slash-circle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M11.354 4.646a.5.5 0 0 0-.708 0l-6 6a.5.5 0 0 0 .708.708l6-6a.5.5 0 0 0 0-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "slash-circle-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-4.646-2.646a.5.5 0 0 0-.708-.708l-6 6a.5.5 0 0 0 .708.708l6-6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "slash-lg",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14.707 1.293a1 1 0 0 1 0 1.414l-12 12a1 1 0 0 1-1.414-1.414l12-12a1 1 0 0 1 1.414 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "slash-square",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z\"/><path d=\"M11.354 4.646a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708l6-6a.5.5 0 0 1 .708 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "slash-square-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm9.354 5.354-6 6a.5.5 0 0 1-.708-.708l6-6a.5.5 0 0 1 .708.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "sliders",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M11.5 2a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM9.05 3a2.5 2.5 0 0 1 4.9 0H16v1h-2.05a2.5 2.5 0 0 1-4.9 0H0V3h9.05zM4.5 7a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM2.05 8a2.5 2.5 0 0 1 4.9 0H16v1H6.95a2.5 2.5 0 0 1-4.9 0H0V8h2.05zm9.45 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm-2.45 1a2.5 2.5 0 0 1 4.9 0H16v1h-2.05a2.5 2.5 0 0 1-4.9 0H0v-1h9.05z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "smartwatch",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9 5a.5.5 0 0 0-1 0v3H6a.5.5 0 0 0 0 1h2.5a.5.5 0 0 0 .5-.5V5z\"/><path d=\"M4 1.667v.383A2.5 2.5 0 0 0 2 4.5v7a2.5 2.5 0 0 0 2 2.45v.383C4 15.253 4.746 16 5.667 16h4.666c.92 0 1.667-.746 1.667-1.667v-.383a2.5 2.5 0 0 0 2-2.45V8h.5a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5H14v-.5a2.5 2.5 0 0 0-2-2.45v-.383C12 .747 11.254 0 10.333 0H5.667C4.747 0 4 .746 4 1.667zM4.5 3h7A1.5 1.5 0 0 1 13 4.5v7a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 3 11.5v-7A1.5 1.5 0 0 1 4.5 3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "snow",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 16a.5.5 0 0 1-.5-.5v-1.293l-.646.647a.5.5 0 0 1-.707-.708L7.5 12.793V8.866l-3.4 1.963-.496 1.85a.5.5 0 1 1-.966-.26l.237-.882-1.12.646a.5.5 0 0 1-.5-.866l1.12-.646-.884-.237a.5.5 0 1 1 .26-.966l1.848.495L7 8 3.6 6.037l-1.85.495a.5.5 0 0 1-.258-.966l.883-.237-1.12-.646a.5.5 0 1 1 .5-.866l1.12.646-.237-.883a.5.5 0 1 1 .966-.258l.495 1.849L7.5 7.134V3.207L6.147 1.854a.5.5 0 1 1 .707-.708l.646.647V.5a.5.5 0 1 1 1 0v1.293l.647-.647a.5.5 0 1 1 .707.708L8.5 3.207v3.927l3.4-1.963.496-1.85a.5.5 0 1 1 .966.26l-.236.882 1.12-.646a.5.5 0 0 1 .5.866l-1.12.646.883.237a.5.5 0 1 1-.26.966l-1.848-.495L9 8l3.4 1.963 1.849-.495a.5.5 0 0 1 .259.966l-.883.237 1.12.646a.5.5 0 0 1-.5.866l-1.12-.646.236.883a.5.5 0 1 1-.966.258l-.495-1.849-3.4-1.963v3.927l1.353 1.353a.5.5 0 0 1-.707.708l-.647-.647V15.5a.5.5 0 0 1-.5.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "snow2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 16a.5.5 0 0 1-.5-.5v-1.293l-.646.647a.5.5 0 0 1-.707-.708L7.5 12.793v-1.086l-.646.647a.5.5 0 0 1-.707-.708L7.5 10.293V8.866l-1.236.713-.495 1.85a.5.5 0 1 1-.966-.26l.237-.882-.94.542-.496 1.85a.5.5 0 1 1-.966-.26l.237-.882-1.12.646a.5.5 0 0 1-.5-.866l1.12-.646-.884-.237a.5.5 0 1 1 .26-.966l1.848.495.94-.542-.882-.237a.5.5 0 1 1 .258-.966l1.85.495L7 8l-1.236-.713-1.849.495a.5.5 0 1 1-.258-.966l.883-.237-.94-.542-1.85.495a.5.5 0 0 1-.258-.966l.883-.237-1.12-.646a.5.5 0 1 1 .5-.866l1.12.646-.237-.883a.5.5 0 0 1 .966-.258l.495 1.849.94.542-.236-.883a.5.5 0 0 1 .966-.258l.495 1.849 1.236.713V5.707L6.147 4.354a.5.5 0 1 1 .707-.708l.646.647V3.207L6.147 1.854a.5.5 0 1 1 .707-.708l.646.647V.5a.5.5 0 0 1 1 0v1.293l.647-.647a.5.5 0 1 1 .707.708L8.5 3.207v1.086l.647-.647a.5.5 0 1 1 .707.708L8.5 5.707v1.427l1.236-.713.495-1.85a.5.5 0 1 1 .966.26l-.236.882.94-.542.495-1.85a.5.5 0 1 1 .966.26l-.236.882 1.12-.646a.5.5 0 0 1 .5.866l-1.12.646.883.237a.5.5 0 1 1-.26.966l-1.848-.495-.94.542.883.237a.5.5 0 1 1-.26.966l-1.848-.495L9 8l1.236.713 1.849-.495a.5.5 0 0 1 .259.966l-.883.237.94.542 1.849-.495a.5.5 0 0 1 .259.966l-.883.237 1.12.646a.5.5 0 0 1-.5.866l-1.12-.646.236.883a.5.5 0 1 1-.966.258l-.495-1.849-.94-.542.236.883a.5.5 0 0 1-.966.258L9.736 9.58 8.5 8.866v1.427l1.354 1.353a.5.5 0 0 1-.707.708l-.647-.647v1.086l1.354 1.353a.5.5 0 0 1-.707.708l-.647-.647V15.5a.5.5 0 0 1-.5.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "snow3",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 7.5a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1z\"/><path d=\"M8 16a.5.5 0 0 1-.5-.5v-1.293l-.646.647a.5.5 0 0 1-.707-.708L7.5 12.793v-1.51l-2.053-1.232-1.348.778-.495 1.85a.5.5 0 1 1-.966-.26l.237-.882-1.12.646a.5.5 0 0 1-.5-.866l1.12-.646-.883-.237a.5.5 0 1 1 .258-.966l1.85.495L5 9.155v-2.31l-1.4-.808-1.85.495a.5.5 0 1 1-.259-.966l.884-.237-1.12-.646a.5.5 0 0 1 .5-.866l1.12.646-.237-.883a.5.5 0 1 1 .966-.258l.495 1.849 1.348.778L7.5 4.717v-1.51L6.147 1.854a.5.5 0 1 1 .707-.708l.646.647V.5a.5.5 0 0 1 1 0v1.293l.647-.647a.5.5 0 1 1 .707.708L8.5 3.207v1.51l2.053 1.232 1.348-.778.495-1.85a.5.5 0 1 1 .966.26l-.236.882 1.12-.646a.5.5 0 0 1 .5.866l-1.12.646.883.237a.5.5 0 1 1-.26.966l-1.848-.495-1.4.808v2.31l1.4.808 1.849-.495a.5.5 0 1 1 .259.966l-.883.237 1.12.646a.5.5 0 0 1-.5.866l-1.12-.646.236.883a.5.5 0 1 1-.966.258l-.495-1.849-1.348-.778L8.5 11.283v1.51l1.354 1.353a.5.5 0 0 1-.707.708l-.647-.647V15.5a.5.5 0 0 1-.5.5zm2-6.783V6.783l-2-1.2-2 1.2v2.434l2 1.2 2-1.2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "sort-alpha-down",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M10.082 5.629 9.664 7H8.598l1.789-5.332h1.234L13.402 7h-1.12l-.419-1.371h-1.781zm1.57-.785L11 2.687h-.047l-.652 2.157h1.351z\"/><path d=\"M12.96 14H9.028v-.691l2.579-3.72v-.054H9.098v-.867h3.785v.691l-2.567 3.72v.054h2.645V14zM4.5 2.5a.5.5 0 0 0-1 0v9.793l-1.146-1.147a.5.5 0 0 0-.708.708l2 1.999.007.007a.497.497 0 0 0 .7-.006l2-2a.5.5 0 0 0-.707-.708L4.5 12.293V2.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "sort-alpha-down-alt",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12.96 7H9.028v-.691l2.579-3.72v-.054H9.098v-.867h3.785v.691l-2.567 3.72v.054h2.645V7z\"/><path fill-rule=\"evenodd\" d=\"M10.082 12.629 9.664 14H8.598l1.789-5.332h1.234L13.402 14h-1.12l-.419-1.371h-1.781zm1.57-.785L11 9.688h-.047l-.652 2.156h1.351z\"/><path d=\"M4.5 2.5a.5.5 0 0 0-1 0v9.793l-1.146-1.147a.5.5 0 0 0-.708.708l2 1.999.007.007a.497.497 0 0 0 .7-.006l2-2a.5.5 0 0 0-.707-.708L4.5 12.293V2.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "sort-alpha-up",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M10.082 5.629 9.664 7H8.598l1.789-5.332h1.234L13.402 7h-1.12l-.419-1.371h-1.781zm1.57-.785L11 2.687h-.047l-.652 2.157h1.351z\"/><path d=\"M12.96 14H9.028v-.691l2.579-3.72v-.054H9.098v-.867h3.785v.691l-2.567 3.72v.054h2.645V14zm-8.46-.5a.5.5 0 0 1-1 0V3.707L2.354 4.854a.5.5 0 1 1-.708-.708l2-1.999.007-.007a.498.498 0 0 1 .7.006l2 2a.5.5 0 1 1-.707.708L4.5 3.707V13.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "sort-alpha-up-alt",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12.96 7H9.028v-.691l2.579-3.72v-.054H9.098v-.867h3.785v.691l-2.567 3.72v.054h2.645V7z\"/><path fill-rule=\"evenodd\" d=\"M10.082 12.629 9.664 14H8.598l1.789-5.332h1.234L13.402 14h-1.12l-.419-1.371h-1.781zm1.57-.785L11 9.688h-.047l-.652 2.156h1.351z\"/><path d=\"M4.5 13.5a.5.5 0 0 1-1 0V3.707L2.354 4.854a.5.5 0 1 1-.708-.708l2-1.999.007-.007a.498.498 0 0 1 .7.006l2 2a.5.5 0 1 1-.707.708L4.5 3.707V13.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "sort-down",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 2.5a.5.5 0 0 0-1 0v8.793l-1.146-1.147a.5.5 0 0 0-.708.708l2 1.999.007.007a.497.497 0 0 0 .7-.006l2-2a.5.5 0 0 0-.707-.708L3.5 11.293V2.5zm3.5 1a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zM7.5 6a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5zm0 3a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zm0 3a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "sort-down-alt",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 3.5a.5.5 0 0 0-1 0v8.793l-1.146-1.147a.5.5 0 0 0-.708.708l2 1.999.007.007a.497.497 0 0 0 .7-.006l2-2a.5.5 0 0 0-.707-.708L3.5 12.293V3.5zm4 .5a.5.5 0 0 1 0-1h1a.5.5 0 0 1 0 1h-1zm0 3a.5.5 0 0 1 0-1h3a.5.5 0 0 1 0 1h-3zm0 3a.5.5 0 0 1 0-1h5a.5.5 0 0 1 0 1h-5zM7 12.5a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 0-1h-7a.5.5 0 0 0-.5.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "sort-numeric-down",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12.438 1.668V7H11.39V2.684h-.051l-1.211.859v-.969l1.262-.906h1.046z\"/><path fill-rule=\"evenodd\" d=\"M11.36 14.098c-1.137 0-1.708-.657-1.762-1.278h1.004c.058.223.343.45.773.45.824 0 1.164-.829 1.133-1.856h-.059c-.148.39-.57.742-1.261.742-.91 0-1.72-.613-1.72-1.758 0-1.148.848-1.835 1.973-1.835 1.09 0 2.063.636 2.063 2.687 0 1.867-.723 2.848-2.145 2.848zm.062-2.735c.504 0 .933-.336.933-.972 0-.633-.398-1.008-.94-1.008-.52 0-.927.375-.927 1 0 .64.418.98.934.98z\"/><path d=\"M4.5 2.5a.5.5 0 0 0-1 0v9.793l-1.146-1.147a.5.5 0 0 0-.708.708l2 1.999.007.007a.497.497 0 0 0 .7-.006l2-2a.5.5 0 0 0-.707-.708L4.5 12.293V2.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "sort-numeric-down-alt",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M11.36 7.098c-1.137 0-1.708-.657-1.762-1.278h1.004c.058.223.343.45.773.45.824 0 1.164-.829 1.133-1.856h-.059c-.148.39-.57.742-1.261.742-.91 0-1.72-.613-1.72-1.758 0-1.148.848-1.836 1.973-1.836 1.09 0 2.063.637 2.063 2.688 0 1.867-.723 2.848-2.145 2.848zm.062-2.735c.504 0 .933-.336.933-.972 0-.633-.398-1.008-.94-1.008-.52 0-.927.375-.927 1 0 .64.418.98.934.98z\"/><path d=\"M12.438 8.668V14H11.39V9.684h-.051l-1.211.859v-.969l1.262-.906h1.046zM4.5 2.5a.5.5 0 0 0-1 0v9.793l-1.146-1.147a.5.5 0 0 0-.708.708l2 1.999.007.007a.497.497 0 0 0 .7-.006l2-2a.5.5 0 0 0-.707-.708L4.5 12.293V2.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "sort-numeric-up",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12.438 1.668V7H11.39V2.684h-.051l-1.211.859v-.969l1.262-.906h1.046z\"/><path fill-rule=\"evenodd\" d=\"M11.36 14.098c-1.137 0-1.708-.657-1.762-1.278h1.004c.058.223.343.45.773.45.824 0 1.164-.829 1.133-1.856h-.059c-.148.39-.57.742-1.261.742-.91 0-1.72-.613-1.72-1.758 0-1.148.848-1.835 1.973-1.835 1.09 0 2.063.636 2.063 2.687 0 1.867-.723 2.848-2.145 2.848zm.062-2.735c.504 0 .933-.336.933-.972 0-.633-.398-1.008-.94-1.008-.52 0-.927.375-.927 1 0 .64.418.98.934.98z\"/><path d=\"M4.5 13.5a.5.5 0 0 1-1 0V3.707L2.354 4.854a.5.5 0 1 1-.708-.708l2-1.999.007-.007a.498.498 0 0 1 .7.006l2 2a.5.5 0 1 1-.707.708L4.5 3.707V13.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "sort-numeric-up-alt",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M11.36 7.098c-1.137 0-1.708-.657-1.762-1.278h1.004c.058.223.343.45.773.45.824 0 1.164-.829 1.133-1.856h-.059c-.148.39-.57.742-1.261.742-.91 0-1.72-.613-1.72-1.758 0-1.148.848-1.836 1.973-1.836 1.09 0 2.063.637 2.063 2.688 0 1.867-.723 2.848-2.145 2.848zm.062-2.735c.504 0 .933-.336.933-.972 0-.633-.398-1.008-.94-1.008-.52 0-.927.375-.927 1 0 .64.418.98.934.98z\"/><path d=\"M12.438 8.668V14H11.39V9.684h-.051l-1.211.859v-.969l1.262-.906h1.046zM4.5 13.5a.5.5 0 0 1-1 0V3.707L2.354 4.854a.5.5 0 1 1-.708-.708l2-1.999.007-.007a.498.498 0 0 1 .7.006l2 2a.5.5 0 1 1-.707.708L4.5 3.707V13.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "sort-up",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 12.5a.5.5 0 0 1-1 0V3.707L1.354 4.854a.5.5 0 1 1-.708-.708l2-1.999.007-.007a.498.498 0 0 1 .7.006l2 2a.5.5 0 1 1-.707.708L3.5 3.707V12.5zm3.5-9a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zM7.5 6a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5zm0 3a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zm0 3a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "sort-up-alt",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 13.5a.5.5 0 0 1-1 0V4.707L1.354 5.854a.5.5 0 1 1-.708-.708l2-1.999.007-.007a.498.498 0 0 1 .7.006l2 2a.5.5 0 1 1-.707.708L3.5 4.707V13.5zm4-9.5a.5.5 0 0 1 0-1h1a.5.5 0 0 1 0 1h-1zm0 3a.5.5 0 0 1 0-1h3a.5.5 0 0 1 0 1h-3zm0 3a.5.5 0 0 1 0-1h5a.5.5 0 0 1 0 1h-5zM7 12.5a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 0-1h-7a.5.5 0 0 0-.5.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "soundwave",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8.5 2a.5.5 0 0 1 .5.5v11a.5.5 0 0 1-1 0v-11a.5.5 0 0 1 .5-.5zm-2 2a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-1 0v-7a.5.5 0 0 1 .5-.5zm4 0a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-1 0v-7a.5.5 0 0 1 .5-.5zm-6 1.5A.5.5 0 0 1 5 6v4a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5zm8 0a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5zm-10 1A.5.5 0 0 1 3 7v2a.5.5 0 0 1-1 0V7a.5.5 0 0 1 .5-.5zm12 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V7a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "speaker",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h8zM4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4z\"/><path d=\"M8 4.75a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5zM8 6a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 3a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm-3.5 1.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "speaker-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9 4a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm-2.5 6.5a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0z\"/><path d=\"M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm6 4a2 2 0 1 1-4 0 2 2 0 0 1 4 0zM8 7a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "speedometer",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 2a.5.5 0 0 1 .5.5V4a.5.5 0 0 1-1 0V2.5A.5.5 0 0 1 8 2zM3.732 3.732a.5.5 0 0 1 .707 0l.915.914a.5.5 0 1 1-.708.708l-.914-.915a.5.5 0 0 1 0-.707zM2 8a.5.5 0 0 1 .5-.5h1.586a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 8zm9.5 0a.5.5 0 0 1 .5-.5h1.5a.5.5 0 0 1 0 1H12a.5.5 0 0 1-.5-.5zm.754-4.246a.389.389 0 0 0-.527-.02L7.547 7.31A.91.91 0 1 0 8.85 8.569l3.434-4.297a.389.389 0 0 0-.029-.518z\"/><path fill-rule=\"evenodd\" d=\"M6.664 15.889A8 8 0 1 1 9.336.11a8 8 0 0 1-2.672 15.78zm-4.665-4.283A11.945 11.945 0 0 1 8 10c2.186 0 4.236.585 6.001 1.606a7 7 0 1 0-12.002 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "speedometer2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 4a.5.5 0 0 1 .5.5V6a.5.5 0 0 1-1 0V4.5A.5.5 0 0 1 8 4zM3.732 5.732a.5.5 0 0 1 .707 0l.915.914a.5.5 0 1 1-.708.708l-.914-.915a.5.5 0 0 1 0-.707zM2 10a.5.5 0 0 1 .5-.5h1.586a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 10zm9.5 0a.5.5 0 0 1 .5-.5h1.5a.5.5 0 0 1 0 1H12a.5.5 0 0 1-.5-.5zm.754-4.246a.389.389 0 0 0-.527-.02L7.547 9.31a.91.91 0 1 0 1.302 1.258l3.434-4.297a.389.389 0 0 0-.029-.518z\"/><path fill-rule=\"evenodd\" d=\"M0 10a8 8 0 1 1 15.547 2.661c-.442 1.253-1.845 1.602-2.932 1.25C11.309 13.488 9.475 13 8 13c-1.474 0-3.31.488-4.615.911-1.087.352-2.49.003-2.932-1.25A7.988 7.988 0 0 1 0 10zm8-7a7 7 0 0 0-6.603 9.329c.203.575.923.876 1.68.63C4.397 12.533 6.358 12 8 12s3.604.532 4.923.96c.757.245 1.477-.056 1.68-.631A7 7 0 0 0 8 3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "spellcheck",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.217 11.068c1.216 0 1.948-.869 1.948-2.31v-.702c0-1.44-.727-2.305-1.929-2.305-.742 0-1.328.347-1.499.889h-.063V3.983h-1.29V11h1.27v-.791h.064c.21.532.776.86 1.499.86zm-.43-1.025c-.66 0-1.113-.518-1.113-1.28V8.12c0-.825.42-1.343 1.098-1.343.684 0 1.075.518 1.075 1.416v.45c0 .888-.386 1.401-1.06 1.401zm-5.583 1.035c.767 0 1.201-.356 1.406-.737h.059V11h1.216V7.519c0-1.314-.947-1.783-2.11-1.783C1.355 5.736.75 6.42.69 7.27h1.216c.064-.323.313-.552.84-.552.527 0 .864.249.864.771v.464H2.346C1.145 7.953.5 8.568.5 9.496c0 .977.693 1.582 1.704 1.582zm.42-.947c-.44 0-.845-.235-.845-.718 0-.395.269-.684.84-.684h.991v.538c0 .503-.444.864-.986.864zm8.897.567c-.577-.4-.9-1.088-.9-1.983v-.65c0-1.42.894-2.338 2.305-2.338 1.352 0 2.119.82 2.139 1.806h-1.187c-.04-.351-.283-.776-.918-.776-.674 0-1.045.517-1.045 1.328v.625c0 .468.121.834.343 1.067l-.737.92z\"/><path d=\"M14.469 9.414a.75.75 0 0 1 .117 1.055l-4 5a.75.75 0 0 1-1.116.061l-2.5-2.5a.75.75 0 1 1 1.06-1.06l1.908 1.907 3.476-4.346a.75.75 0 0 1 1.055-.117z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "square",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "square-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "square-half",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15V1h6a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H8zm6 1a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "stack",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m14.12 10.163 1.715.858c.22.11.22.424 0 .534L8.267 15.34a.598.598 0 0 1-.534 0L.165 11.555a.299.299 0 0 1 0-.534l1.716-.858 5.317 2.659c.505.252 1.1.252 1.604 0l5.317-2.66zM7.733.063a.598.598 0 0 1 .534 0l7.568 3.784a.3.3 0 0 1 0 .535L8.267 8.165a.598.598 0 0 1-.534 0L.165 4.382a.299.299 0 0 1 0-.535L7.733.063z\"/><path d=\"m14.12 6.576 1.715.858c.22.11.22.424 0 .534l-7.568 3.784a.598.598 0 0 1-.534 0L.165 7.968a.299.299 0 0 1 0-.534l1.716-.858 5.317 2.659c.505.252 1.1.252 1.604 0l5.317-2.659z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "star",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.866 14.85c-.078.444.36.791.746.593l4.39-2.256 4.389 2.256c.386.198.824-.149.746-.592l-.83-4.73 3.522-3.356c.33-.314.16-.888-.282-.95l-4.898-.696L8.465.792a.513.513 0 0 0-.927 0L5.354 5.12l-4.898.696c-.441.062-.612.636-.283.95l3.523 3.356-.83 4.73zm4.905-2.767-3.686 1.894.694-3.957a.565.565 0 0 0-.163-.505L1.71 6.745l4.052-.576a.525.525 0 0 0 .393-.288L8 2.223l1.847 3.658a.525.525 0 0 0 .393.288l4.052.575-2.906 2.77a.565.565 0 0 0-.163.506l.694 3.957-3.686-1.894a.503.503 0 0 0-.461 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "star-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "star-half",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.354 5.119 7.538.792A.516.516 0 0 1 8 .5c.183 0 .366.097.465.292l2.184 4.327 4.898.696A.537.537 0 0 1 16 6.32a.548.548 0 0 1-.17.445l-3.523 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256a.52.52 0 0 1-.146.05c-.342.06-.668-.254-.6-.642l.83-4.73L.173 6.765a.55.55 0 0 1-.172-.403.58.58 0 0 1 .085-.302.513.513 0 0 1 .37-.245l4.898-.696zM8 12.027a.5.5 0 0 1 .232.056l3.686 1.894-.694-3.957a.565.565 0 0 1 .162-.505l2.907-2.77-4.052-.576a.525.525 0 0 1-.393-.288L8.001 2.223 8 2.226v9.8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "stars",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.657 6.247c.11-.33.576-.33.686 0l.645 1.937a2.89 2.89 0 0 0 1.829 1.828l1.936.645c.33.11.33.576 0 .686l-1.937.645a2.89 2.89 0 0 0-1.828 1.829l-.645 1.936a.361.361 0 0 1-.686 0l-.645-1.937a2.89 2.89 0 0 0-1.828-1.828l-1.937-.645a.361.361 0 0 1 0-.686l1.937-.645a2.89 2.89 0 0 0 1.828-1.828l.645-1.937zM3.794 1.148a.217.217 0 0 1 .412 0l.387 1.162c.173.518.579.924 1.097 1.097l1.162.387a.217.217 0 0 1 0 .412l-1.162.387A1.734 1.734 0 0 0 4.593 5.69l-.387 1.162a.217.217 0 0 1-.412 0L3.407 5.69A1.734 1.734 0 0 0 2.31 4.593l-1.162-.387a.217.217 0 0 1 0-.412l1.162-.387A1.734 1.734 0 0 0 3.407 2.31l.387-1.162zM10.863.099a.145.145 0 0 1 .274 0l.258.774c.115.346.386.617.732.732l.774.258a.145.145 0 0 1 0 .274l-.774.258a1.156 1.156 0 0 0-.732.732l-.258.774a.145.145 0 0 1-.274 0l-.258-.774a1.156 1.156 0 0 0-.732-.732L9.1 2.137a.145.145 0 0 1 0-.274l.774-.258c.346-.115.617-.386.732-.732L10.863.1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "stickies",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1.5 0A1.5 1.5 0 0 0 0 1.5V13a1 1 0 0 0 1 1V1.5a.5.5 0 0 1 .5-.5H14a1 1 0 0 0-1-1H1.5z\"/><path d=\"M3.5 2A1.5 1.5 0 0 0 2 3.5v11A1.5 1.5 0 0 0 3.5 16h6.086a1.5 1.5 0 0 0 1.06-.44l4.915-4.914A1.5 1.5 0 0 0 16 9.586V3.5A1.5 1.5 0 0 0 14.5 2h-11zM3 3.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 .5.5V9h-4.5A1.5 1.5 0 0 0 9 10.5V15H3.5a.5.5 0 0 1-.5-.5v-11zm7 11.293V10.5a.5.5 0 0 1 .5-.5h4.293L10 14.793z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "stickies-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 1.5V13a1 1 0 0 0 1 1V1.5a.5.5 0 0 1 .5-.5H14a1 1 0 0 0-1-1H1.5A1.5 1.5 0 0 0 0 1.5z\"/><path d=\"M3.5 2A1.5 1.5 0 0 0 2 3.5v11A1.5 1.5 0 0 0 3.5 16h6.086a1.5 1.5 0 0 0 1.06-.44l4.915-4.914A1.5 1.5 0 0 0 16 9.586V3.5A1.5 1.5 0 0 0 14.5 2h-11zm6 8.5a1 1 0 0 1 1-1h4.396a.25.25 0 0 1 .177.427l-5.146 5.146a.25.25 0 0 1-.427-.177V10.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "sticky",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.5 1A1.5 1.5 0 0 0 1 2.5v11A1.5 1.5 0 0 0 2.5 15h6.086a1.5 1.5 0 0 0 1.06-.44l4.915-4.914A1.5 1.5 0 0 0 15 8.586V2.5A1.5 1.5 0 0 0 13.5 1h-11zM2 2.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 .5.5V8H9.5A1.5 1.5 0 0 0 8 9.5V14H2.5a.5.5 0 0 1-.5-.5v-11zm7 11.293V9.5a.5.5 0 0 1 .5-.5h4.293L9 13.793z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "sticky-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.5 1A1.5 1.5 0 0 0 1 2.5v11A1.5 1.5 0 0 0 2.5 15h6.086a1.5 1.5 0 0 0 1.06-.44l4.915-4.914A1.5 1.5 0 0 0 15 8.586V2.5A1.5 1.5 0 0 0 13.5 1h-11zm6 8.5a1 1 0 0 1 1-1h4.396a.25.25 0 0 1 .177.427l-5.146 5.146a.25.25 0 0 1-.427-.177V9.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "stop",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 5A1.5 1.5 0 0 1 5 3.5h6A1.5 1.5 0 0 1 12.5 5v6a1.5 1.5 0 0 1-1.5 1.5H5A1.5 1.5 0 0 1 3.5 11V5zM5 4.5a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5V5a.5.5 0 0 0-.5-.5H5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "stop-btn",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.5 5A1.5 1.5 0 0 0 5 6.5v3A1.5 1.5 0 0 0 6.5 11h3A1.5 1.5 0 0 0 11 9.5v-3A1.5 1.5 0 0 0 9.5 5h-3z\"/><path d=\"M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "stop-btn-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 12V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm6.5-7A1.5 1.5 0 0 0 5 6.5v3A1.5 1.5 0 0 0 6.5 11h3A1.5 1.5 0 0 0 11 9.5v-3A1.5 1.5 0 0 0 9.5 5h-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "stop-circle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M5 6.5A1.5 1.5 0 0 1 6.5 5h3A1.5 1.5 0 0 1 11 6.5v3A1.5 1.5 0 0 1 9.5 11h-3A1.5 1.5 0 0 1 5 9.5v-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "stop-circle-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.5 5A1.5 1.5 0 0 0 5 6.5v3A1.5 1.5 0 0 0 6.5 11h3A1.5 1.5 0 0 0 11 9.5v-3A1.5 1.5 0 0 0 9.5 5h-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "stop-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5 3.5h6A1.5 1.5 0 0 1 12.5 5v6a1.5 1.5 0 0 1-1.5 1.5H5A1.5 1.5 0 0 1 3.5 11V5A1.5 1.5 0 0 1 5 3.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "stoplights",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 4a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm1.5 2.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z\"/><path d=\"M4 2a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2h2c-.167.5-.8 1.6-2 2v2h2c-.167.5-.8 1.6-2 2v2h2c-.167.5-.8 1.6-2 2v1a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-1c-1.2-.4-1.833-1.5-2-2h2V8c-1.2-.4-1.833-1.5-2-2h2V4c-1.2-.4-1.833-1.5-2-2h2zm2-1a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "stoplights-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M6 0a2 2 0 0 0-2 2H2c.167.5.8 1.6 2 2v2H2c.167.5.8 1.6 2 2v2H2c.167.5.8 1.6 2 2v1a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2v-1c1.2-.4 1.833-1.5 2-2h-2V8c1.2-.4 1.833-1.5 2-2h-2V4c1.2-.4 1.833-1.5 2-2h-2a2 2 0 0 0-2-2H6zm3.5 3.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm0 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zM8 13a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "stopwatch",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.5 5.6a.5.5 0 1 0-1 0v2.9h-3a.5.5 0 0 0 0 1H8a.5.5 0 0 0 .5-.5V5.6z\"/><path d=\"M6.5 1A.5.5 0 0 1 7 .5h2a.5.5 0 0 1 0 1v.57c1.36.196 2.594.78 3.584 1.64a.715.715 0 0 1 .012-.013l.354-.354-.354-.353a.5.5 0 0 1 .707-.708l1.414 1.415a.5.5 0 1 1-.707.707l-.353-.354-.354.354a.512.512 0 0 1-.013.012A7 7 0 1 1 7 2.071V1.5a.5.5 0 0 1-.5-.5zM8 3a6 6 0 1 0 .001 12A6 6 0 0 0 8 3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "stopwatch-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.5 0a.5.5 0 0 0 0 1H7v1.07A7.001 7.001 0 0 0 8 16a7 7 0 0 0 5.29-11.584.531.531 0 0 0 .013-.012l.354-.354.353.354a.5.5 0 1 0 .707-.707l-1.414-1.415a.5.5 0 1 0-.707.707l.354.354-.354.354a.717.717 0 0 0-.012.012A6.973 6.973 0 0 0 9 2.071V1h.5a.5.5 0 0 0 0-1h-3zm2 5.6V9a.5.5 0 0 1-.5.5H4.5a.5.5 0 0 1 0-1h3V5.6a.5.5 0 1 1 1 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "subtract",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-2H2a2 2 0 0 1-2-2V2zm2-1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "suit-club",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 1a3.25 3.25 0 0 0-3.25 3.25c0 .186 0 .29.016.41.014.12.045.27.12.527l.19.665-.692-.028a3.25 3.25 0 1 0 2.357 5.334.5.5 0 0 1 .844.518l-.003.005-.006.015-.024.055a21.893 21.893 0 0 1-.438.92 22.38 22.38 0 0 1-1.266 2.197c-.013.018-.02.05.001.09.01.02.021.03.03.036A.036.036 0 0 0 5.9 15h4.2c.01 0 .016-.002.022-.006a.092.092 0 0 0 .029-.035c.02-.04.014-.073.001-.091a22.875 22.875 0 0 1-1.704-3.117l-.024-.054-.006-.015-.002-.004a.5.5 0 0 1 .838-.524c.601.7 1.516 1.168 2.496 1.168a3.25 3.25 0 1 0-.139-6.498l-.699.03.199-.671c.14-.47.14-.745.139-.927V4.25A3.25 3.25 0 0 0 8 1zm2.207 12.024c.225.405.487.848.78 1.294C11.437 15 10.975 16 10.1 16H5.9c-.876 0-1.338-1-.887-1.683.291-.442.552-.88.776-1.283a4.25 4.25 0 1 1-2.007-8.187 2.79 2.79 0 0 1-.009-.064c-.023-.187-.023-.348-.023-.52V4.25a4.25 4.25 0 0 1 8.5 0c0 .14 0 .333-.04.596a4.25 4.25 0 0 1-.46 8.476 4.186 4.186 0 0 1-1.543-.298z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "suit-club-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11.5 12.5a3.493 3.493 0 0 1-2.684-1.254 19.92 19.92 0 0 0 1.582 2.907c.231.35-.02.847-.438.847H6.04c-.419 0-.67-.497-.438-.847a19.919 19.919 0 0 0 1.582-2.907 3.5 3.5 0 1 1-2.538-5.743 3.5 3.5 0 1 1 6.708 0A3.5 3.5 0 1 1 11.5 12.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "suit-diamond",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.384 1.226a.463.463 0 0 0-.768 0l-4.56 6.468a.537.537 0 0 0 0 .612l4.56 6.469a.463.463 0 0 0 .768 0l4.56-6.469a.537.537 0 0 0 0-.612l-4.56-6.468zM6.848.613a1.39 1.39 0 0 1 2.304 0l4.56 6.468a1.61 1.61 0 0 1 0 1.838l-4.56 6.468a1.39 1.39 0 0 1-2.304 0L2.288 8.92a1.61 1.61 0 0 1 0-1.838L6.848.613z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "suit-diamond-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.45 7.4 7.2 1.067a1 1 0 0 1 1.6 0L13.55 7.4a1 1 0 0 1 0 1.2L8.8 14.933a1 1 0 0 1-1.6 0L2.45 8.6a1 1 0 0 1 0-1.2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "suit-heart",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m8 6.236-.894-1.789c-.222-.443-.607-1.08-1.152-1.595C5.418 2.345 4.776 2 4 2 2.324 2 1 3.326 1 4.92c0 1.211.554 2.066 1.868 3.37.337.334.721.695 1.146 1.093C5.122 10.423 6.5 11.717 8 13.447c1.5-1.73 2.878-3.024 3.986-4.064.425-.398.81-.76 1.146-1.093C14.446 6.986 15 6.131 15 4.92 15 3.326 13.676 2 12 2c-.777 0-1.418.345-1.954.852-.545.515-.93 1.152-1.152 1.595L8 6.236zm.392 8.292a.513.513 0 0 1-.784 0c-1.601-1.902-3.05-3.262-4.243-4.381C1.3 8.208 0 6.989 0 4.92 0 2.755 1.79 1 4 1c1.6 0 2.719 1.05 3.404 2.008.26.365.458.716.596.992a7.55 7.55 0 0 1 .596-.992C9.281 2.049 10.4 1 12 1c2.21 0 4 1.755 4 3.92 0 2.069-1.3 3.288-3.365 5.227-1.193 1.12-2.642 2.48-4.243 4.38z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "suit-heart-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4 1c2.21 0 4 1.755 4 3.92C8 2.755 9.79 1 12 1s4 1.755 4 3.92c0 3.263-3.234 4.414-7.608 9.608a.513.513 0 0 1-.784 0C3.234 9.334 0 8.183 0 4.92 0 2.755 1.79 1 4 1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "suit-spade",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 0a.5.5 0 0 1 .429.243c1.359 2.265 2.925 3.682 4.25 4.882.096.086.19.17.282.255C14.308 6.604 15.5 7.747 15.5 9.5a4 4 0 0 1-5.406 3.746c.235.39.491.782.722 1.131.434.659-.01 1.623-.856 1.623H6.04c-.845 0-1.29-.964-.856-1.623.263-.397.51-.777.728-1.134A4 4 0 0 1 .5 9.5c0-1.753 1.192-2.896 2.539-4.12l.281-.255c1.326-1.2 2.892-2.617 4.251-4.882A.5.5 0 0 1 8 0zM3.711 6.12C2.308 7.396 1.5 8.253 1.5 9.5a3 3 0 0 0 5.275 1.956.5.5 0 0 1 .868.43c-.094.438-.33.932-.611 1.428a29.247 29.247 0 0 1-1.013 1.614.03.03 0 0 0-.005.018.074.074 0 0 0 .024.054h3.924a.074.074 0 0 0 .024-.054.03.03 0 0 0-.005-.018c-.3-.455-.658-1.005-.96-1.535-.294-.514-.57-1.064-.664-1.507a.5.5 0 0 1 .868-.43A3 3 0 0 0 14.5 9.5c0-1.247-.808-2.104-2.211-3.38L12 5.86c-1.196-1.084-2.668-2.416-4-4.424-1.332 2.008-2.804 3.34-4 4.422l-.289.261z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "suit-spade-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.184 11.246A3.5 3.5 0 0 1 1 9c0-1.602 1.14-2.633 2.66-4.008C4.986 3.792 6.602 2.33 8 0c1.398 2.33 3.014 3.792 4.34 4.992C13.86 6.367 15 7.398 15 9a3.5 3.5 0 0 1-6.184 2.246 19.92 19.92 0 0 0 1.582 2.907c.231.35-.02.847-.438.847H6.04c-.419 0-.67-.497-.438-.847a19.919 19.919 0 0 0 1.582-2.907z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "sun",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0 1a4 4 0 1 0 0-8 4 4 0 0 0 0 8zM8 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 0zm0 13a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 13zm8-5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5zM3 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2A.5.5 0 0 1 3 8zm10.657-5.657a.5.5 0 0 1 0 .707l-1.414 1.415a.5.5 0 1 1-.707-.708l1.414-1.414a.5.5 0 0 1 .707 0zm-9.193 9.193a.5.5 0 0 1 0 .707L3.05 13.657a.5.5 0 0 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zm9.193 2.121a.5.5 0 0 1-.707 0l-1.414-1.414a.5.5 0 0 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .707zM4.464 4.465a.5.5 0 0 1-.707 0L2.343 3.05a.5.5 0 1 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "sun-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8zM8 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 0zm0 13a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 13zm8-5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5zM3 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2A.5.5 0 0 1 3 8zm10.657-5.657a.5.5 0 0 1 0 .707l-1.414 1.415a.5.5 0 1 1-.707-.708l1.414-1.414a.5.5 0 0 1 .707 0zm-9.193 9.193a.5.5 0 0 1 0 .707L3.05 13.657a.5.5 0 0 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zm9.193 2.121a.5.5 0 0 1-.707 0l-1.414-1.414a.5.5 0 0 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .707zM4.464 4.465a.5.5 0 0 1-.707 0L2.343 3.05a.5.5 0 1 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "sunglasses",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 5a2 2 0 0 0-2 2v.5H.5a.5.5 0 0 0 0 1H1V9a2 2 0 0 0 2 2h1a3 3 0 0 0 3-3 1 1 0 1 1 2 0 3 3 0 0 0 3 3h1a2 2 0 0 0 2-2v-.5h.5a.5.5 0 0 0 0-1H15V7a2 2 0 0 0-2-2h-2a2 2 0 0 0-1.888 1.338A1.99 1.99 0 0 0 8 6a1.99 1.99 0 0 0-1.112.338A2 2 0 0 0 5 5H3zm0 1h.941c.264 0 .348.356.112.474l-.457.228a2 2 0 0 0-.894.894l-.228.457C2.356 8.289 2 8.205 2 7.94V7a1 1 0 0 1 1-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "sunrise",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.646 1.146a.5.5 0 0 1 .708 0l1.5 1.5a.5.5 0 0 1-.708.708L8.5 2.707V4.5a.5.5 0 0 1-1 0V2.707l-.646.647a.5.5 0 1 1-.708-.708l1.5-1.5zM2.343 4.343a.5.5 0 0 1 .707 0l1.414 1.414a.5.5 0 0 1-.707.707L2.343 5.05a.5.5 0 0 1 0-.707zm11.314 0a.5.5 0 0 1 0 .707l-1.414 1.414a.5.5 0 1 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zM8 7a3 3 0 0 1 2.599 4.5H5.4A3 3 0 0 1 8 7zm3.71 4.5a4 4 0 1 0-7.418 0H.499a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1h-3.79zM0 10a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2A.5.5 0 0 1 0 10zm13 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "sunrise-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.646 1.146a.5.5 0 0 1 .708 0l1.5 1.5a.5.5 0 0 1-.708.708L8.5 2.707V4.5a.5.5 0 0 1-1 0V2.707l-.646.647a.5.5 0 1 1-.708-.708l1.5-1.5zM2.343 4.343a.5.5 0 0 1 .707 0l1.414 1.414a.5.5 0 0 1-.707.707L2.343 5.05a.5.5 0 0 1 0-.707zm11.314 0a.5.5 0 0 1 0 .707l-1.414 1.414a.5.5 0 1 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zM11.709 11.5a4 4 0 1 0-7.418 0H.5a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1h-3.79zM0 10a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2A.5.5 0 0 1 0 10zm13 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "sunset",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.646 4.854a.5.5 0 0 0 .708 0l1.5-1.5a.5.5 0 0 0-.708-.708l-.646.647V1.5a.5.5 0 0 0-1 0v1.793l-.646-.647a.5.5 0 1 0-.708.708l1.5 1.5zm-5.303-.51a.5.5 0 0 1 .707 0l1.414 1.413a.5.5 0 0 1-.707.707L2.343 5.05a.5.5 0 0 1 0-.707zm11.314 0a.5.5 0 0 1 0 .706l-1.414 1.414a.5.5 0 1 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zM8 7a3 3 0 0 1 2.599 4.5H5.4A3 3 0 0 1 8 7zm3.71 4.5a4 4 0 1 0-7.418 0H.499a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1h-3.79zM0 10a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2A.5.5 0 0 1 0 10zm13 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "sunset-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.646 4.854a.5.5 0 0 0 .708 0l1.5-1.5a.5.5 0 0 0-.708-.708l-.646.647V1.5a.5.5 0 0 0-1 0v1.793l-.646-.647a.5.5 0 1 0-.708.708l1.5 1.5zm-5.303-.51a.5.5 0 0 1 .707 0l1.414 1.413a.5.5 0 0 1-.707.707L2.343 5.05a.5.5 0 0 1 0-.707zm11.314 0a.5.5 0 0 1 0 .706l-1.414 1.414a.5.5 0 1 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zM11.709 11.5a4 4 0 1 0-7.418 0H.5a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1h-3.79zM0 10a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2A.5.5 0 0 1 0 10zm13 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "symmetry-horizontal",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13.5 7a.5.5 0 0 0 .24-.939l-11-6A.5.5 0 0 0 2 .5v6a.5.5 0 0 0 .5.5h11zm.485 2.376a.5.5 0 0 1-.246.563l-11 6A.5.5 0 0 1 2 15.5v-6a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 .485.376zM11.539 10H3v4.658L11.54 10z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "symmetry-vertical",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7 2.5a.5.5 0 0 0-.939-.24l-6 11A.5.5 0 0 0 .5 14h6a.5.5 0 0 0 .5-.5v-11zm2.376-.484a.5.5 0 0 1 .563.245l6 11A.5.5 0 0 1 15.5 14h-6a.5.5 0 0 1-.5-.5v-11a.5.5 0 0 1 .376-.484zM10 4.46V13h4.658L10 4.46z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "table",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm15 2h-4v3h4V4zm0 4h-4v3h4V8zm0 4h-4v3h3a1 1 0 0 0 1-1v-2zm-5 3v-3H6v3h4zm-5 0v-3H1v2a1 1 0 0 0 1 1h3zm-4-4h4V8H1v3zm0-4h4V4H1v3zm5-3v3h4V4H6zm4 4H6v3h4V8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "tablet",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h8zM4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4z\"/><path d=\"M8 14a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "tablet-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm7 11a1 1 0 1 0-2 0 1 1 0 0 0 2 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "tablet-landscape",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1 4a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4zm-1 8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v8z\"/><path d=\"M14 8a1 1 0 1 0-2 0 1 1 0 0 0 2 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "tablet-landscape-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 14a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2zm11-7a1 1 0 1 0 0 2 1 1 0 0 0 0-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "tag",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 4.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-1 0a.5.5 0 1 0-1 0 .5.5 0 0 0 1 0z\"/><path d=\"M2 1h4.586a1 1 0 0 1 .707.293l7 7a1 1 0 0 1 0 1.414l-4.586 4.586a1 1 0 0 1-1.414 0l-7-7A1 1 0 0 1 1 6.586V2a1 1 0 0 1 1-1zm0 5.586 7 7L13.586 9l-7-7H2v4.586z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "tag-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 1a1 1 0 0 0-1 1v4.586a1 1 0 0 0 .293.707l7 7a1 1 0 0 0 1.414 0l4.586-4.586a1 1 0 0 0 0-1.414l-7-7A1 1 0 0 0 6.586 1H2zm4 3.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "tags",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 2v4.586l7 7L14.586 9l-7-7H3zM2 2a1 1 0 0 1 1-1h4.586a1 1 0 0 1 .707.293l7 7a1 1 0 0 1 0 1.414l-4.586 4.586a1 1 0 0 1-1.414 0l-7-7A1 1 0 0 1 2 6.586V2z\"/><path d=\"M5.5 5a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm0 1a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zM1 7.086a1 1 0 0 0 .293.707L8.75 15.25l-.043.043a1 1 0 0 1-1.414 0l-7-7A1 1 0 0 1 0 7.586V3a1 1 0 0 1 1-1v5.086z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "tags-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 2a1 1 0 0 1 1-1h4.586a1 1 0 0 1 .707.293l7 7a1 1 0 0 1 0 1.414l-4.586 4.586a1 1 0 0 1-1.414 0l-7-7A1 1 0 0 1 2 6.586V2zm3.5 4a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z\"/><path d=\"M1.293 7.793A1 1 0 0 1 1 7.086V2a1 1 0 0 0-1 1v4.586a1 1 0 0 0 .293.707l7 7a1 1 0 0 0 1.414 0l.043-.043-7.457-7.457z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "telegram",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.287 5.906c-.778.324-2.334.994-4.666 2.01-.378.15-.577.298-.595.442-.03.243.275.339.69.47l.175.055c.408.133.958.288 1.243.294.26.006.549-.1.868-.32 2.179-1.471 3.304-2.214 3.374-2.23.05-.012.12-.026.166.016.047.041.042.12.037.141-.03.129-1.227 1.241-1.846 1.817-.193.18-.33.307-.358.336a8.154 8.154 0 0 1-.188.186c-.38.366-.664.64.015 1.088.327.216.589.393.85.571.284.194.568.387.936.629.093.06.183.125.27.187.331.236.63.448.997.414.214-.02.435-.22.547-.82.265-1.417.786-4.486.906-5.751a1.426 1.426 0 0 0-.013-.315.337.337 0 0 0-.114-.217.526.526 0 0 0-.31-.093c-.3.005-.763.166-2.984 1.09z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "telephone",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58L3.654 1.328zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "telephone-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "telephone-forward",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58L3.654 1.328zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511zm10.762.135a.5.5 0 0 1 .708 0l2.5 2.5a.5.5 0 0 1 0 .708l-2.5 2.5a.5.5 0 0 1-.708-.708L14.293 4H9.5a.5.5 0 0 1 0-1h4.793l-1.647-1.646a.5.5 0 0 1 0-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "telephone-forward-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511zm10.761.135a.5.5 0 0 1 .708 0l2.5 2.5a.5.5 0 0 1 0 .708l-2.5 2.5a.5.5 0 0 1-.708-.708L14.293 4H9.5a.5.5 0 0 1 0-1h4.793l-1.647-1.646a.5.5 0 0 1 0-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "telephone-inbound",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M15.854.146a.5.5 0 0 1 0 .708L11.707 5H14.5a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 1 0v2.793L15.146.146a.5.5 0 0 1 .708 0zm-12.2 1.182a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58L3.654 1.328zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "telephone-inbound-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511zM15.854.146a.5.5 0 0 1 0 .708L11.707 5H14.5a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 1 0v2.793L15.146.146a.5.5 0 0 1 .708 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "telephone-minus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M10 3.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5z\"/><path d=\"M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58L3.654 1.328zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "telephone-minus-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511zM10 3.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "telephone-outbound",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58L3.654 1.328zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511zM11 .5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V1.707l-4.146 4.147a.5.5 0 0 1-.708-.708L14.293 1H11.5a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "telephone-outbound-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511zM11 .5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V1.707l-4.146 4.147a.5.5 0 0 1-.708-.708L14.293 1H11.5a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "telephone-plus",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58L3.654 1.328zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z\"/><path fill-rule=\"evenodd\" d=\"M12.5 1a.5.5 0 0 1 .5.5V3h1.5a.5.5 0 0 1 0 1H13v1.5a.5.5 0 0 1-1 0V4h-1.5a.5.5 0 0 1 0-1H12V1.5a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "telephone-plus-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511zM12.5 1a.5.5 0 0 1 .5.5V3h1.5a.5.5 0 0 1 0 1H13v1.5a.5.5 0 0 1-1 0V4h-1.5a.5.5 0 0 1 0-1H12V1.5a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "telephone-x",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58L3.654 1.328zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z\"/><path fill-rule=\"evenodd\" d=\"M11.146 1.646a.5.5 0 0 1 .708 0L13 2.793l1.146-1.147a.5.5 0 0 1 .708.708L13.707 3.5l1.147 1.146a.5.5 0 0 1-.708.708L13 4.207l-1.146 1.147a.5.5 0 0 1-.708-.708L12.293 3.5l-1.147-1.146a.5.5 0 0 1 0-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "telephone-x-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511zm9.261 1.135a.5.5 0 0 1 .708 0L13 2.793l1.146-1.147a.5.5 0 0 1 .708.708L13.707 3.5l1.147 1.146a.5.5 0 0 1-.708.708L13 4.207l-1.146 1.147a.5.5 0 0 1-.708-.708L12.293 3.5l-1.147-1.146a.5.5 0 0 1 0-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "terminal",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6 9a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3A.5.5 0 0 1 6 9zM3.854 4.146a.5.5 0 1 0-.708.708L4.793 6.5 3.146 8.146a.5.5 0 1 0 .708.708l2-2a.5.5 0 0 0 0-.708l-2-2z\"/><path d=\"M2 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2H2zm12 1a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h12z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "terminal-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 3a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3zm9.5 5.5h-3a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1zm-6.354-.354a.5.5 0 1 0 .708.708l2-2a.5.5 0 0 0 0-.708l-2-2a.5.5 0 1 0-.708.708L4.793 6.5 3.146 8.146z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "text-center",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M4 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm2-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "text-indent-left",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 3.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm.646 2.146a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L4.293 8 2.646 6.354a.5.5 0 0 1 0-.708zM7 6.5a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 3a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5zm-5 3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "text-indent-right",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 3.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm10.646 2.146a.5.5 0 0 1 .708.708L11.707 8l1.647 1.646a.5.5 0 0 1-.708.708l-2-2a.5.5 0 0 1 0-.708l2-2zM2 6.5a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 3a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "text-left",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M2 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "text-paragraph",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M2 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm4-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "text-right",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M6 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-4-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm4-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-4-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "textarea",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1.5 2.5A1.5 1.5 0 0 1 3 1h10a1.5 1.5 0 0 1 1.5 1.5v3.563a2 2 0 0 1 0 3.874V13.5A1.5 1.5 0 0 1 13 15H3a1.5 1.5 0 0 1-1.5-1.5V9.937a2 2 0 0 1 0-3.874V2.5zm1 3.563a2 2 0 0 1 0 3.874V13.5a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V9.937a2 2 0 0 1 0-3.874V2.5A.5.5 0 0 0 13 2H3a.5.5 0 0 0-.5.5v3.563zM2 7a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm12 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "textarea-resize",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M.5 4A2.5 2.5 0 0 1 3 1.5h12A2.5 2.5 0 0 1 17.5 4v8a2.5 2.5 0 0 1-2.5 2.5H3A2.5 2.5 0 0 1 .5 12V4zM3 2.5A1.5 1.5 0 0 0 1.5 4v8A1.5 1.5 0 0 0 3 13.5h12a1.5 1.5 0 0 0 1.5-1.5V4A1.5 1.5 0 0 0 15 2.5H3zm11.854 5.646a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708l3-3a.5.5 0 0 1 .708 0zm0 2.5a.5.5 0 0 1 0 .708l-.5.5a.5.5 0 0 1-.708-.708l.5-.5a.5.5 0 0 1 .708 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "textarea-t",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1.5 2.5A1.5 1.5 0 0 1 3 1h10a1.5 1.5 0 0 1 1.5 1.5v3.563a2 2 0 0 1 0 3.874V13.5A1.5 1.5 0 0 1 13 15H3a1.5 1.5 0 0 1-1.5-1.5V9.937a2 2 0 0 1 0-3.874V2.5zm1 3.563a2 2 0 0 1 0 3.874V13.5a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V9.937a2 2 0 0 1 0-3.874V2.5A.5.5 0 0 0 13 2H3a.5.5 0 0 0-.5.5v3.563zM2 7a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm12 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2z\"/><path d=\"M11.434 4H4.566L4.5 5.994h.386c.21-1.252.612-1.446 2.173-1.495l.343-.011v6.343c0 .537-.116.665-1.049.748V12h3.294v-.421c-.938-.083-1.054-.21-1.054-.748V4.488l.348.01c1.56.05 1.963.244 2.173 1.496h.386L11.434 4z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "thermometer",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 14a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z\"/><path d=\"M8 0a2.5 2.5 0 0 0-2.5 2.5v7.55a3.5 3.5 0 1 0 5 0V2.5A2.5 2.5 0 0 0 8 0zM6.5 2.5a1.5 1.5 0 1 1 3 0v7.987l.167.15a2.5 2.5 0 1 1-3.333 0l.166-.15V2.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "thermometer-half",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.5 12.5a1.5 1.5 0 1 1-2-1.415V6.5a.5.5 0 0 1 1 0v4.585a1.5 1.5 0 0 1 1 1.415z\"/><path d=\"M5.5 2.5a2.5 2.5 0 0 1 5 0v7.55a3.5 3.5 0 1 1-5 0V2.5zM8 1a1.5 1.5 0 0 0-1.5 1.5v7.987l-.167.15a2.5 2.5 0 1 0 3.333 0l-.166-.15V2.5A1.5 1.5 0 0 0 8 1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "thermometer-high",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.5 12.5a1.5 1.5 0 1 1-2-1.415V2.5a.5.5 0 0 1 1 0v8.585a1.5 1.5 0 0 1 1 1.415z\"/><path d=\"M5.5 2.5a2.5 2.5 0 0 1 5 0v7.55a3.5 3.5 0 1 1-5 0V2.5zM8 1a1.5 1.5 0 0 0-1.5 1.5v7.987l-.167.15a2.5 2.5 0 1 0 3.333 0l-.166-.15V2.5A1.5 1.5 0 0 0 8 1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "thermometer-low",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.5 12.5a1.5 1.5 0 1 1-2-1.415V9.5a.5.5 0 0 1 1 0v1.585a1.5 1.5 0 0 1 1 1.415z\"/><path d=\"M5.5 2.5a2.5 2.5 0 0 1 5 0v7.55a3.5 3.5 0 1 1-5 0V2.5zM8 1a1.5 1.5 0 0 0-1.5 1.5v7.987l-.167.15a2.5 2.5 0 1 0 3.333 0l-.166-.15V2.5A1.5 1.5 0 0 0 8 1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "thermometer-snow",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5 12.5a1.5 1.5 0 1 1-2-1.415V9.5a.5.5 0 0 1 1 0v1.585A1.5 1.5 0 0 1 5 12.5z\"/><path d=\"M1 2.5a2.5 2.5 0 0 1 5 0v7.55a3.5 3.5 0 1 1-5 0V2.5zM3.5 1A1.5 1.5 0 0 0 2 2.5v7.987l-.167.15a2.5 2.5 0 1 0 3.333 0L5 10.486V2.5A1.5 1.5 0 0 0 3.5 1zm5 1a.5.5 0 0 1 .5.5v1.293l.646-.647a.5.5 0 0 1 .708.708L9 5.207v1.927l1.669-.963.495-1.85a.5.5 0 1 1 .966.26l-.237.882 1.12-.646a.5.5 0 0 1 .5.866l-1.12.646.884.237a.5.5 0 1 1-.26.966l-1.848-.495L9.5 8l1.669.963 1.849-.495a.5.5 0 1 1 .258.966l-.883.237 1.12.646a.5.5 0 0 1-.5.866l-1.12-.646.237.883a.5.5 0 1 1-.966.258L10.67 9.83 9 8.866v1.927l1.354 1.353a.5.5 0 0 1-.708.708L9 12.207V13.5a.5.5 0 0 1-1 0v-11a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "thermometer-sun",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5 12.5a1.5 1.5 0 1 1-2-1.415V2.5a.5.5 0 0 1 1 0v8.585A1.5 1.5 0 0 1 5 12.5z\"/><path d=\"M1 2.5a2.5 2.5 0 0 1 5 0v7.55a3.5 3.5 0 1 1-5 0V2.5zM3.5 1A1.5 1.5 0 0 0 2 2.5v7.987l-.167.15a2.5 2.5 0 1 0 3.333 0L5 10.486V2.5A1.5 1.5 0 0 0 3.5 1zm5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1a.5.5 0 0 1 .5-.5zm4.243 1.757a.5.5 0 0 1 0 .707l-.707.708a.5.5 0 1 1-.708-.708l.708-.707a.5.5 0 0 1 .707 0zM8 5.5a.5.5 0 0 1 .5-.5 3 3 0 1 1 0 6 .5.5 0 0 1 0-1 2 2 0 0 0 0-4 .5.5 0 0 1-.5-.5zM12.5 8a.5.5 0 0 1 .5-.5h1a.5.5 0 1 1 0 1h-1a.5.5 0 0 1-.5-.5zm-1.172 2.828a.5.5 0 0 1 .708 0l.707.708a.5.5 0 0 1-.707.707l-.708-.707a.5.5 0 0 1 0-.708zM8.5 12a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "three-dots",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 9.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm5 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm5 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "three-dots-vertical",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.5 13a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm0-5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm0-5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "toggle2-off",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9 11c.628-.836 1-1.874 1-3a4.978 4.978 0 0 0-1-3h4a3 3 0 1 1 0 6H9z\"/><path d=\"M5 12a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0 1A5 5 0 1 0 5 3a5 5 0 0 0 0 10z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "toggle2-on",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7 5H3a3 3 0 0 0 0 6h4a4.995 4.995 0 0 1-.584-1H3a2 2 0 1 1 0-4h3.416c.156-.357.352-.692.584-1z\"/><path d=\"M16 8A5 5 0 1 1 6 8a5 5 0 0 1 10 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "toggle-off",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11 4a4 4 0 0 1 0 8H8a4.992 4.992 0 0 0 2-4 4.992 4.992 0 0 0-2-4h3zm-6 8a4 4 0 1 1 0-8 4 4 0 0 1 0 8zM0 8a5 5 0 0 0 5 5h6a5 5 0 0 0 0-10H5a5 5 0 0 0-5 5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "toggle-on",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5 3a5 5 0 0 0 0 10h6a5 5 0 0 0 0-10H5zm6 9a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "toggles",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.5 9a3.5 3.5 0 1 0 0 7h7a3.5 3.5 0 1 0 0-7h-7zm7 6a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5zm-7-14a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zm2.45 0A3.49 3.49 0 0 1 8 3.5 3.49 3.49 0 0 1 6.95 6h4.55a2.5 2.5 0 0 0 0-5H6.95zM4.5 0h7a3.5 3.5 0 1 1 0 7h-7a3.5 3.5 0 1 1 0-7z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "toggles2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.465 10H12a2 2 0 1 1 0 4H9.465c.34-.588.535-1.271.535-2 0-.729-.195-1.412-.535-2z\"/><path d=\"M6 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 1a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm.535-10a3.975 3.975 0 0 1-.409-1H4a1 1 0 0 1 0-2h2.126c.091-.355.23-.69.41-1H4a2 2 0 1 0 0 4h2.535z\"/><path d=\"M14 4a4 4 0 1 1-8 0 4 4 0 0 1 8 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "tools",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1 0 0 1l2.2 3.081a1 1 0 0 0 .815.419h.07a1 1 0 0 1 .708.293l2.675 2.675-2.617 2.654A3.003 3.003 0 0 0 0 13a3 3 0 1 0 5.878-.851l2.654-2.617.968.968-.305.914a1 1 0 0 0 .242 1.023l3.356 3.356a1 1 0 0 0 1.414 0l1.586-1.586a1 1 0 0 0 0-1.414l-3.356-3.356a1 1 0 0 0-1.023-.242L10.5 9.5l-.96-.96 2.68-2.643A3.005 3.005 0 0 0 16 3c0-.269-.035-.53-.102-.777l-2.14 2.141L12 4l-.364-1.757L13.777.102a3 3 0 0 0-3.675 3.68L7.462 6.46 4.793 3.793a1 1 0 0 1-.293-.707v-.071a1 1 0 0 0-.419-.814L1 0zm9.646 10.646a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708zM3 11l.471.242.529.026.287.445.445.287.026.529L5 13l-.242.471-.026.529-.445.287-.287.445-.529.026L3 15l-.471-.242L2 14.732l-.287-.445L1.268 14l-.026-.529L1 13l.242-.471.026-.529.445-.287.287-.445.529-.026L3 11z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "tornado",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1.125 2.45A.892.892 0 0 1 1 2c0-.26.116-.474.258-.634a1.9 1.9 0 0 1 .513-.389c.387-.21.913-.385 1.52-.525C4.514.17 6.18 0 8 0c1.821 0 3.486.17 4.709.452.607.14 1.133.314 1.52.525.193.106.374.233.513.389.141.16.258.374.258.634 0 1.011-.35 1.612-.634 2.102-.04.07-.08.137-.116.203a2.55 2.55 0 0 0-.313.809 2.938 2.938 0 0 0-.011.891.5.5 0 0 1 .428.849c-.06.06-.133.126-.215.195.204 1.116.088 1.99-.3 2.711-.453.84-1.231 1.383-2.02 1.856-.204.123-.412.243-.62.364-1.444.832-2.928 1.689-3.735 3.706a.5.5 0 0 1-.748.226l-.001-.001-.002-.001-.004-.003-.01-.008a2.142 2.142 0 0 1-.147-.115 4.095 4.095 0 0 1-1.179-1.656 3.786 3.786 0 0 1-.247-1.296A.498.498 0 0 1 5 12.5v-.018a.62.62 0 0 1 .008-.079.728.728 0 0 1 .188-.386c.09-.489.272-1.014.573-1.574a.5.5 0 0 1 .073-.918 3.29 3.29 0 0 1 .617-.144l.15-.193c.285-.356.404-.639.437-.861a.948.948 0 0 0-.122-.619c-.249-.455-.815-.903-1.613-1.43-.193-.127-.398-.258-.609-.394l-.119-.076a12.307 12.307 0 0 1-1.241-.334.5.5 0 0 1-.285-.707l-.23-.18C2.117 4.01 1.463 3.32 1.125 2.45zm1.973 1.051c.113.104.233.207.358.308.472.381.99.722 1.515 1.06 1.54.317 3.632.5 5.43.14a.5.5 0 0 1 .197.981c-1.216.244-2.537.26-3.759.157.399.326.744.682.963 1.081.203.373.302.79.233 1.247-.05.33-.182.657-.39.985.075.017.148.035.22.053l.006.002c.481.12.863.213 1.47.01a.5.5 0 1 1 .317.95c-.888.295-1.505.141-2.023.012l-.006-.002a3.894 3.894 0 0 0-.644-.123c-.37.55-.598 1.05-.726 1.497.142.045.296.11.465.194a.5.5 0 1 1-.448.894 3.11 3.11 0 0 0-.148-.07c.012.345.084.643.18.895.14.369.342.666.528.886.992-1.903 2.583-2.814 3.885-3.56.203-.116.399-.228.584-.34.775-.464 1.34-.89 1.653-1.472.212-.393.33-.9.26-1.617A6.74 6.74 0 0 1 10 8.5a.5.5 0 0 1 0-1 5.76 5.76 0 0 0 3.017-.872.515.515 0 0 1-.007-.03c-.135-.673-.14-1.207-.056-1.665.084-.46.253-.81.421-1.113l.131-.23c.065-.112.126-.22.182-.327-.29.107-.62.202-.98.285C11.487 3.83 9.822 4 8 4c-1.821 0-3.486-.17-4.709-.452-.065-.015-.13-.03-.193-.047zM13.964 2a1.12 1.12 0 0 0-.214-.145c-.272-.148-.697-.297-1.266-.428C11.354 1.166 9.769 1 8 1c-1.769 0-3.354.166-4.484.427-.569.13-.994.28-1.266.428A1.12 1.12 0 0 0 2.036 2c.04.038.109.087.214.145.272.148.697.297 1.266.428C4.646 2.834 6.231 3 8 3c1.769 0 3.354-.166 4.484-.427.569-.13.994-.28 1.266-.428A1.12 1.12 0 0 0 13.964 2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "translate",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.545 6.714 4.11 8H3l1.862-5h1.284L8 8H6.833l-.435-1.286H4.545zm1.634-.736L5.5 3.956h-.049l-.679 2.022H6.18z\"/><path d=\"M0 2a2 2 0 0 1 2-2h7a2 2 0 0 1 2 2v3h3a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-3H2a2 2 0 0 1-2-2V2zm2-1a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H2zm7.138 9.995c.193.301.402.583.63.846-.748.575-1.673 1.001-2.768 1.292.178.217.451.635.555.867 1.125-.359 2.08-.844 2.886-1.494.777.665 1.739 1.165 2.93 1.472.133-.254.414-.673.629-.89-1.125-.253-2.057-.694-2.82-1.284.681-.747 1.222-1.651 1.621-2.757H14V8h-3v1.047h.765c-.318.844-.74 1.546-1.272 2.13a6.066 6.066 0 0 1-.415-.492 1.988 1.988 0 0 1-.94.31z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "trash",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.5 5.5A.5.5 0 0 1 6 6v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5zm2.5 0a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5zm3 .5a.5.5 0 0 0-1 0v6a.5.5 0 0 0 1 0V6z\"/><path fill-rule=\"evenodd\" d=\"M14.5 3a1 1 0 0 1-1 1H13v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V4h-.5a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1H6a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1h3.5a1 1 0 0 1 1 1v1zM4.118 4 4 4.059V13a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V4.059L11.882 4H4.118zM2.5 3V2h11v1h-11z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "trash2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 3a.702.702 0 0 1-.037.225l-1.684 10.104A2 2 0 0 1 10.305 15H5.694a2 2 0 0 1-1.973-1.671L2.037 3.225A.703.703 0 0 1 2 3c0-1.105 2.686-2 6-2s6 .895 6 2zM3.215 4.207l1.493 8.957a1 1 0 0 0 .986.836h4.612a1 1 0 0 0 .986-.836l1.493-8.957C11.69 4.689 9.954 5 8 5c-1.954 0-3.69-.311-4.785-.793z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "trash2-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.037 3.225A.703.703 0 0 1 2 3c0-1.105 2.686-2 6-2s6 .895 6 2a.702.702 0 0 1-.037.225l-1.684 10.104A2 2 0 0 1 10.305 15H5.694a2 2 0 0 1-1.973-1.671L2.037 3.225zm9.89-.69C10.966 2.214 9.578 2 8 2c-1.58 0-2.968.215-3.926.534-.477.16-.795.327-.975.466.18.14.498.307.975.466C5.032 3.786 6.42 4 8 4s2.967-.215 3.926-.534c.477-.16.795-.327.975-.466-.18-.14-.498-.307-.975-.466z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "trash-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.5 1a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1H3v9a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V4h.5a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H10a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1H2.5zm3 4a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-1 0v-7a.5.5 0 0 1 .5-.5zM8 5a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-1 0v-7A.5.5 0 0 1 8 5zm3 .5v7a.5.5 0 0 1-1 0v-7a.5.5 0 0 1 1 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "tree",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.416.223a.5.5 0 0 0-.832 0l-3 4.5A.5.5 0 0 0 5 5.5h.098L3.076 8.735A.5.5 0 0 0 3.5 9.5h.191l-1.638 3.276a.5.5 0 0 0 .447.724H7V16h2v-2.5h4.5a.5.5 0 0 0 .447-.724L12.31 9.5h.191a.5.5 0 0 0 .424-.765L10.902 5.5H11a.5.5 0 0 0 .416-.777l-3-4.5zM6.437 4.758A.5.5 0 0 0 6 4.5h-.066L8 1.401 10.066 4.5H10a.5.5 0 0 0-.424.765L11.598 8.5H11.5a.5.5 0 0 0-.447.724L12.69 12.5H3.309l1.638-3.276A.5.5 0 0 0 4.5 8.5h-.098l2.022-3.235a.5.5 0 0 0 .013-.507z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "tree-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.416.223a.5.5 0 0 0-.832 0l-3 4.5A.5.5 0 0 0 5 5.5h.098L3.076 8.735A.5.5 0 0 0 3.5 9.5h.191l-1.638 3.276a.5.5 0 0 0 .447.724H7V16h2v-2.5h4.5a.5.5 0 0 0 .447-.724L12.31 9.5h.191a.5.5 0 0 0 .424-.765L10.902 5.5H11a.5.5 0 0 0 .416-.777l-3-4.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "triangle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.938 2.016A.13.13 0 0 1 8.002 2a.13.13 0 0 1 .063.016.146.146 0 0 1 .054.057l6.857 11.667c.036.06.035.124.002.183a.163.163 0 0 1-.054.06.116.116 0 0 1-.066.017H1.146a.115.115 0 0 1-.066-.017.163.163 0 0 1-.054-.06.176.176 0 0 1 .002-.183L7.884 2.073a.147.147 0 0 1 .054-.057zm1.044-.45a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767L8.982 1.566z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "triangle-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M7.022 1.566a1.13 1.13 0 0 1 1.96 0l6.857 11.667c.457.778-.092 1.767-.98 1.767H1.144c-.889 0-1.437-.99-.98-1.767L7.022 1.566z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "triangle-half",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.065 2.016A.13.13 0 0 0 8.002 2v11.983l6.856.017a.12.12 0 0 0 .066-.017.162.162 0 0 0 .054-.06.176.176 0 0 0-.002-.183L8.12 2.073a.146.146 0 0 0-.054-.057zm-1.043-.45a1.13 1.13 0 0 1 1.96 0l6.856 11.667c.458.778-.091 1.767-.98 1.767H1.146c-.889 0-1.437-.99-.98-1.767L7.022 1.566z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "trophy",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.5.5A.5.5 0 0 1 3 0h10a.5.5 0 0 1 .5.5c0 .538-.012 1.05-.034 1.536a3 3 0 1 1-1.133 5.89c-.79 1.865-1.878 2.777-2.833 3.011v2.173l1.425.356c.194.048.377.135.537.255L13.3 15.1a.5.5 0 0 1-.3.9H3a.5.5 0 0 1-.3-.9l1.838-1.379c.16-.12.343-.207.537-.255L6.5 13.11v-2.173c-.955-.234-2.043-1.146-2.833-3.012a3 3 0 1 1-1.132-5.89A33.076 33.076 0 0 1 2.5.5zm.099 2.54a2 2 0 0 0 .72 3.935c-.333-1.05-.588-2.346-.72-3.935zm10.083 3.935a2 2 0 0 0 .72-3.935c-.133 1.59-.388 2.885-.72 3.935zM3.504 1c.007.517.026 1.006.056 1.469.13 2.028.457 3.546.87 4.667C5.294 9.48 6.484 10 7 10a.5.5 0 0 1 .5.5v2.61a1 1 0 0 1-.757.97l-1.426.356a.5.5 0 0 0-.179.085L4.5 15h7l-.638-.479a.501.501 0 0 0-.18-.085l-1.425-.356a1 1 0 0 1-.757-.97V10.5A.5.5 0 0 1 9 10c.516 0 1.706-.52 2.57-2.864.413-1.12.74-2.64.87-4.667.03-.463.049-.952.056-1.469H3.504z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "trophy-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.5.5A.5.5 0 0 1 3 0h10a.5.5 0 0 1 .5.5c0 .538-.012 1.05-.034 1.536a3 3 0 1 1-1.133 5.89c-.79 1.865-1.878 2.777-2.833 3.011v2.173l1.425.356c.194.048.377.135.537.255L13.3 15.1a.5.5 0 0 1-.3.9H3a.5.5 0 0 1-.3-.9l1.838-1.379c.16-.12.343-.207.537-.255L6.5 13.11v-2.173c-.955-.234-2.043-1.146-2.833-3.012a3 3 0 1 1-1.132-5.89A33.076 33.076 0 0 1 2.5.5zm.099 2.54a2 2 0 0 0 .72 3.935c-.333-1.05-.588-2.346-.72-3.935zm10.083 3.935a2 2 0 0 0 .72-3.935c-.133 1.59-.388 2.885-.72 3.935z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "tropical-storm",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 9.5a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/><path d=\"M9.5 2c-.9 0-1.75.216-2.501.6A5 5 0 0 1 13 7.5a6.5 6.5 0 1 1-13 0 .5.5 0 0 1 1 0 5.5 5.5 0 0 0 8.001 4.9A5 5 0 0 1 3 7.5a6.5 6.5 0 0 1 13 0 .5.5 0 0 1-1 0A5.5 5.5 0 0 0 9.5 2zM8 3.5a4 4 0 1 0 0 8 4 4 0 0 0 0-8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "truck",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 3.5A1.5 1.5 0 0 1 1.5 2h9A1.5 1.5 0 0 1 12 3.5V5h1.02a1.5 1.5 0 0 1 1.17.563l1.481 1.85a1.5 1.5 0 0 1 .329.938V10.5a1.5 1.5 0 0 1-1.5 1.5H14a2 2 0 1 1-4 0H5a2 2 0 1 1-3.998-.085A1.5 1.5 0 0 1 0 10.5v-7zm1.294 7.456A1.999 1.999 0 0 1 4.732 11h5.536a2.01 2.01 0 0 1 .732-.732V3.5a.5.5 0 0 0-.5-.5h-9a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .294.456zM12 10a2 2 0 0 1 1.732 1h.768a.5.5 0 0 0 .5-.5V8.35a.5.5 0 0 0-.11-.312l-1.48-1.85A.5.5 0 0 0 13.02 6H12v4zm-9 1a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm9 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "truck-flatbed",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11.5 4a.5.5 0 0 1 .5.5V5h1.02a1.5 1.5 0 0 1 1.17.563l1.481 1.85a1.5 1.5 0 0 1 .329.938V10.5a1.5 1.5 0 0 1-1.5 1.5H14a2 2 0 1 1-4 0H5a2 2 0 1 1-4 0 1 1 0 0 1-1-1v-1h11V4.5a.5.5 0 0 1 .5-.5zM3 11a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm9 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm1.732 0h.768a.5.5 0 0 0 .5-.5V8.35a.5.5 0 0 0-.11-.312l-1.48-1.85A.5.5 0 0 0 13.02 6H12v4a2 2 0 0 1 1.732 1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "tsunami",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M.036 12.314a.5.5 0 0 1 .65-.278l1.757.703a1.5 1.5 0 0 0 1.114 0l1.014-.406a2.5 2.5 0 0 1 1.857 0l1.015.406a1.5 1.5 0 0 0 1.114 0l1.014-.406a2.5 2.5 0 0 1 1.857 0l1.015.406a1.5 1.5 0 0 0 1.114 0l1.757-.703a.5.5 0 1 1 .372.928l-1.758.703a2.5 2.5 0 0 1-1.857 0l-1.014-.406a1.5 1.5 0 0 0-1.114 0l-1.015.406a2.5 2.5 0 0 1-1.857 0l-1.014-.406a1.5 1.5 0 0 0-1.114 0l-1.015.406a2.5 2.5 0 0 1-1.857 0l-1.757-.703a.5.5 0 0 1-.278-.65zm0 2a.5.5 0 0 1 .65-.278l1.757.703a1.5 1.5 0 0 0 1.114 0l1.014-.406a2.5 2.5 0 0 1 1.857 0l1.015.406a1.5 1.5 0 0 0 1.114 0l1.014-.406a2.5 2.5 0 0 1 1.857 0l1.015.406a1.5 1.5 0 0 0 1.114 0l1.757-.703a.5.5 0 1 1 .372.928l-1.758.703a2.5 2.5 0 0 1-1.857 0l-1.014-.406a1.5 1.5 0 0 0-1.114 0l-1.015.406a2.5 2.5 0 0 1-1.857 0l-1.014-.406a1.5 1.5 0 0 0-1.114 0l-1.015.406a2.5 2.5 0 0 1-1.857 0l-1.757-.703a.5.5 0 0 1-.278-.65zM2.662 8.08c-.456 1.063-.994 2.098-1.842 2.804a.5.5 0 0 1-.64-.768c.652-.544 1.114-1.384 1.564-2.43.14-.328.281-.68.427-1.044.302-.754.624-1.559 1.01-2.308C3.763 3.2 4.528 2.105 5.7 1.299 6.877.49 8.418 0 10.5 0c1.463 0 2.511.4 3.179 1.058.67.66.893 1.518.819 2.302-.074.771-.441 1.516-1.02 1.965a1.878 1.878 0 0 1-1.904.27c-.65.642-.907 1.679-.71 2.614C11.076 9.215 11.784 10 13 10h2.5a.5.5 0 0 1 0 1H13c-1.784 0-2.826-1.215-3.114-2.585-.232-1.1.005-2.373.758-3.284L10.5 5.06l-.777.388a.5.5 0 0 1-.447 0l-1-.5a.5.5 0 0 1 .447-.894l.777.388.776-.388a.5.5 0 0 1 .447 0l1 .5a.493.493 0 0 1 .034.018c.44.264.81.195 1.108-.036.328-.255.586-.729.637-1.27.05-.529-.1-1.076-.525-1.495-.426-.42-1.19-.77-2.477-.77-1.918 0-3.252.448-4.232 1.123C5.283 2.8 4.61 3.738 4.07 4.79c-.365.71-.655 1.433-.945 2.16-.15.376-.301.753-.463 1.13z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "tv",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.5 13.5A.5.5 0 0 1 3 13h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zM13.991 3l.024.001a1.46 1.46 0 0 1 .538.143.757.757 0 0 1 .302.254c.067.1.145.277.145.602v5.991l-.001.024a1.464 1.464 0 0 1-.143.538.758.758 0 0 1-.254.302c-.1.067-.277.145-.602.145H2.009l-.024-.001a1.464 1.464 0 0 1-.538-.143.758.758 0 0 1-.302-.254C1.078 10.502 1 10.325 1 10V4.009l.001-.024a1.46 1.46 0 0 1 .143-.538.758.758 0 0 1 .254-.302C1.498 3.078 1.675 3 2 3h11.991zM14 2H2C0 2 0 4 0 4v6c0 2 2 2 2 2h12c2 0 2-2 2-2V4c0-2-2-2-2-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "tv-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.5 13.5A.5.5 0 0 1 3 13h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zM2 2h12s2 0 2 2v6s0 2-2 2H2s-2 0-2-2V4s0-2 2-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "twitch",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.857 0 1 2.857v10.286h3.429V16l2.857-2.857H9.57L14.714 8V0H3.857zm9.714 7.429-2.285 2.285H9l-2 2v-2H4.429V1.143h9.142v6.286z\"/><path d=\"M11.857 3.143h-1.143V6.57h1.143V3.143zm-3.143 0H7.571V6.57h1.143V3.143z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "twitter",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "type",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"m2.244 13.081.943-2.803H6.66l.944 2.803H8.86L5.54 3.75H4.322L1 13.081h1.244zm2.7-7.923L6.34 9.314H3.51l1.4-4.156h.034zm9.146 7.027h.035v.896h1.128V8.125c0-1.51-1.114-2.345-2.646-2.345-1.736 0-2.59.916-2.666 2.174h1.108c.068-.718.595-1.19 1.517-1.19.971 0 1.518.52 1.518 1.464v.731H12.19c-1.647.007-2.522.8-2.522 2.058 0 1.319.957 2.18 2.345 2.18 1.06 0 1.716-.43 2.078-1.011zm-1.763.035c-.752 0-1.456-.397-1.456-1.244 0-.65.424-1.115 1.408-1.115h1.805v.834c0 .896-.752 1.525-1.757 1.525z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "type-bold",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.21 13c2.106 0 3.412-1.087 3.412-2.823 0-1.306-.984-2.283-2.324-2.386v-.055a2.176 2.176 0 0 0 1.852-2.14c0-1.51-1.162-2.46-3.014-2.46H3.843V13H8.21zM5.908 4.674h1.696c.963 0 1.517.451 1.517 1.244 0 .834-.629 1.32-1.73 1.32H5.908V4.673zm0 6.788V8.598h1.73c1.217 0 1.88.492 1.88 1.415 0 .943-.643 1.449-1.832 1.449H5.907z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "type-h1",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.637 13V3.669H7.379V7.62H2.758V3.67H1.5V13h1.258V8.728h4.62V13h1.259zm5.329 0V3.669h-1.244L10.5 5.316v1.265l2.16-1.565h.062V13h1.244z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "type-h2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.638 13V3.669H6.38V7.62H1.759V3.67H.5V13h1.258V8.728h4.62V13h1.259zm3.022-6.733v-.048c0-.889.63-1.668 1.716-1.668.957 0 1.675.608 1.675 1.572 0 .855-.554 1.504-1.067 2.085l-3.513 3.999V13H15.5v-1.094h-4.245v-.075l2.481-2.844c.875-.998 1.586-1.784 1.586-2.953 0-1.463-1.155-2.556-2.919-2.556-1.941 0-2.966 1.326-2.966 2.74v.049h1.223z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "type-h3",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.637 13V3.669H6.379V7.62H1.758V3.67H.5V13h1.258V8.728h4.62V13h1.259zm3.625-4.272h1.018c1.142 0 1.935.67 1.949 1.674.013 1.005-.78 1.737-2.01 1.73-1.08-.007-1.853-.588-1.935-1.32H9.108c.069 1.327 1.224 2.386 3.083 2.386 1.935 0 3.343-1.155 3.309-2.789-.027-1.51-1.251-2.16-2.037-2.249v-.068c.704-.123 1.764-.91 1.723-2.229-.035-1.353-1.176-2.4-2.954-2.385-1.873.006-2.857 1.162-2.898 2.358h1.196c.062-.69.711-1.299 1.696-1.299.998 0 1.695.622 1.695 1.525.007.922-.718 1.592-1.695 1.592h-.964v1.074z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "type-italic",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.991 11.674 9.53 4.455c.123-.595.246-.71 1.347-.807l.11-.52H7.211l-.11.52c1.06.096 1.128.212 1.005.807L6.57 11.674c-.123.595-.246.71-1.346.806l-.11.52h3.774l.11-.52c-1.06-.095-1.129-.211-1.006-.806z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "type-strikethrough",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.333 5.686c0 .31.083.581.27.814H5.166a2.776 2.776 0 0 1-.099-.76c0-1.627 1.436-2.768 3.48-2.768 1.969 0 3.39 1.175 3.445 2.85h-1.23c-.11-1.08-.964-1.743-2.25-1.743-1.23 0-2.18.602-2.18 1.607zm2.194 7.478c-2.153 0-3.589-1.107-3.705-2.81h1.23c.144 1.06 1.129 1.703 2.544 1.703 1.34 0 2.31-.705 2.31-1.675 0-.827-.547-1.374-1.914-1.675L8.046 8.5H1v-1h14v1h-3.504c.468.437.675.994.675 1.697 0 1.826-1.436 2.967-3.644 2.967z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "type-underline",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M5.313 3.136h-1.23V9.54c0 2.105 1.47 3.623 3.917 3.623s3.917-1.518 3.917-3.623V3.136h-1.23v6.323c0 1.49-.978 2.57-2.687 2.57-1.709 0-2.687-1.08-2.687-2.57V3.136zM12.5 15h-9v-1h9v1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ui-checks",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7 2.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-1zM2 1a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2H2zm0 8a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2H2zm.854-3.646a.5.5 0 0 1-.708 0l-1-1a.5.5 0 1 1 .708-.708l.646.647 1.646-1.647a.5.5 0 1 1 .708.708l-2 2zm0 8a.5.5 0 0 1-.708 0l-1-1a.5.5 0 0 1 .708-.708l.646.647 1.646-1.647a.5.5 0 0 1 .708.708l-2 2zM7 10.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-1zm0-5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0 8a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ui-checks-grid",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 10h3a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1zm9-9h3a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zm0 9a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1h-3zm0-10a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2h3a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2h-3zM2 9a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2h3a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2H2zm7 2a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2h-3a2 2 0 0 1-2-2v-3zM0 2a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm5.354.854a.5.5 0 1 0-.708-.708L3 3.793l-.646-.647a.5.5 0 1 0-.708.708l1 1a.5.5 0 0 0 .708 0l2-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ui-radios",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7 2.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-1zM0 12a3 3 0 1 1 6 0 3 3 0 0 1-6 0zm7-1.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-1zm0-5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0 8a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zM3 1a3 3 0 1 0 0 6 3 3 0 0 0 0-6zm0 4.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "ui-radios-grid",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3.5 15a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5zm9-9a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5zm0 9a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5zM16 3.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0zm-9 9a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0zm5.5 3.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zm-9-11a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "umbrella",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 0a.5.5 0 0 1 .5.5v.514C12.625 1.238 16 4.22 16 8c0 0 0 .5-.5.5-.149 0-.352-.145-.352-.145l-.004-.004-.025-.023a3.484 3.484 0 0 0-.555-.394A3.166 3.166 0 0 0 13 7.5c-.638 0-1.178.213-1.564.434a3.484 3.484 0 0 0-.555.394l-.025.023-.003.003s-.204.146-.353.146-.352-.145-.352-.145l-.004-.004-.025-.023a3.484 3.484 0 0 0-.555-.394 3.3 3.3 0 0 0-1.064-.39V13.5H8h.5v.039l-.005.083a2.958 2.958 0 0 1-.298 1.102 2.257 2.257 0 0 1-.763.88C7.06 15.851 6.587 16 6 16s-1.061-.148-1.434-.396a2.255 2.255 0 0 1-.763-.88 2.958 2.958 0 0 1-.302-1.185v-.025l-.001-.009v-.003s0-.002.5-.002h-.5V13a.5.5 0 0 1 1 0v.506l.003.044a1.958 1.958 0 0 0 .195.726c.095.191.23.367.423.495.19.127.466.229.879.229s.689-.102.879-.229c.193-.128.328-.304.424-.495a1.958 1.958 0 0 0 .197-.77V7.544a3.3 3.3 0 0 0-1.064.39 3.482 3.482 0 0 0-.58.417l-.004.004S5.65 8.5 5.5 8.5c-.149 0-.352-.145-.352-.145l-.004-.004a3.482 3.482 0 0 0-.58-.417A3.166 3.166 0 0 0 3 7.5c-.638 0-1.177.213-1.564.434a3.482 3.482 0 0 0-.58.417l-.004.004S.65 8.5.5 8.5C0 8.5 0 8 0 8c0-3.78 3.375-6.762 7.5-6.986V.5A.5.5 0 0 1 8 0zM6.577 2.123c-2.833.5-4.99 2.458-5.474 4.854A4.124 4.124 0 0 1 3 6.5c.806 0 1.48.25 1.962.511a9.706 9.706 0 0 1 .344-2.358c.242-.868.64-1.765 1.271-2.53zm-.615 4.93A4.16 4.16 0 0 1 8 6.5a4.16 4.16 0 0 1 2.038.553 8.688 8.688 0 0 0-.307-2.13C9.434 3.858 8.898 2.83 8 2.117c-.898.712-1.434 1.74-1.731 2.804a8.687 8.687 0 0 0-.307 2.131zm3.46-4.93c.631.765 1.03 1.662 1.272 2.53.233.833.328 1.66.344 2.358A4.14 4.14 0 0 1 13 6.5c.77 0 1.42.23 1.897.477-.484-2.396-2.641-4.355-5.474-4.854z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "umbrella-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M8 0a.5.5 0 0 1 .5.5v.514C12.625 1.238 16 4.22 16 8c0 0 0 .5-.5.5-.149 0-.352-.145-.352-.145l-.004-.004-.025-.023a3.484 3.484 0 0 0-.555-.394A3.166 3.166 0 0 0 13 7.5c-.638 0-1.178.213-1.564.434a3.484 3.484 0 0 0-.555.394l-.025.023-.003.003s-.204.146-.353.146-.352-.145-.352-.145l-.004-.004-.025-.023a3.484 3.484 0 0 0-.555-.394 3.3 3.3 0 0 0-1.064-.39V13.5H8h.5v.039l-.005.083a2.958 2.958 0 0 1-.298 1.102 2.257 2.257 0 0 1-.763.88C7.06 15.851 6.587 16 6 16s-1.061-.148-1.434-.396a2.255 2.255 0 0 1-.763-.88 2.958 2.958 0 0 1-.302-1.185v-.025l-.001-.009v-.003s0-.002.5-.002h-.5V13a.5.5 0 0 1 1 0v.506l.003.044a1.958 1.958 0 0 0 .195.726c.095.191.23.367.423.495.19.127.466.229.879.229s.689-.102.879-.229c.193-.128.328-.304.424-.495a1.958 1.958 0 0 0 .197-.77V7.544a3.3 3.3 0 0 0-1.064.39 3.482 3.482 0 0 0-.58.417l-.004.004S5.65 8.5 5.5 8.5c-.149 0-.352-.145-.352-.145l-.004-.004a3.482 3.482 0 0 0-.58-.417A3.166 3.166 0 0 0 3 7.5c-.638 0-1.177.213-1.564.434a3.482 3.482 0 0 0-.58.417l-.004.004S.65 8.5.5 8.5C0 8.5 0 8 0 8c0-3.78 3.375-6.762 7.5-6.986V.5A.5.5 0 0 1 8 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "union",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-2H2a2 2 0 0 1-2-2V2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "unlock",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11 1a2 2 0 0 0-2 2v4a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h5V3a3 3 0 0 1 6 0v4a.5.5 0 0 1-1 0V3a2 2 0 0 0-2-2zM3 8a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1H3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "unlock-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11 1a2 2 0 0 0-2 2v4a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h5V3a3 3 0 0 1 6 0v4a.5.5 0 0 1-1 0V3a2 2 0 0 0-2-2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "upc",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 4.5a.5.5 0 0 1 1 0v7a.5.5 0 0 1-1 0v-7zm2 0a.5.5 0 0 1 1 0v7a.5.5 0 0 1-1 0v-7zm2 0a.5.5 0 0 1 1 0v7a.5.5 0 0 1-1 0v-7zm2 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-7zm3 0a.5.5 0 0 1 1 0v7a.5.5 0 0 1-1 0v-7z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "upc-scan",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1.5 1a.5.5 0 0 0-.5.5v3a.5.5 0 0 1-1 0v-3A1.5 1.5 0 0 1 1.5 0h3a.5.5 0 0 1 0 1h-3zM11 .5a.5.5 0 0 1 .5-.5h3A1.5 1.5 0 0 1 16 1.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 1-.5-.5zM.5 11a.5.5 0 0 1 .5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 1 0 1h-3A1.5 1.5 0 0 1 0 14.5v-3a.5.5 0 0 1 .5-.5zm15 0a.5.5 0 0 1 .5.5v3a1.5 1.5 0 0 1-1.5 1.5h-3a.5.5 0 0 1 0-1h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 1 .5-.5zM3 4.5a.5.5 0 0 1 1 0v7a.5.5 0 0 1-1 0v-7zm2 0a.5.5 0 0 1 1 0v7a.5.5 0 0 1-1 0v-7zm2 0a.5.5 0 0 1 1 0v7a.5.5 0 0 1-1 0v-7zm2 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-7zm3 0a.5.5 0 0 1 1 0v7a.5.5 0 0 1-1 0v-7z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "upload",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5z\"/><path d=\"M7.646 1.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 2.707V11.5a.5.5 0 0 1-1 0V2.707L5.354 4.854a.5.5 0 1 1-.708-.708l3-3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "vector-pen",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M10.646.646a.5.5 0 0 1 .708 0l4 4a.5.5 0 0 1 0 .708l-1.902 1.902-.829 3.313a1.5 1.5 0 0 1-1.024 1.073L1.254 14.746 4.358 4.4A1.5 1.5 0 0 1 5.43 3.377l3.313-.828L10.646.646zm-1.8 2.908-3.173.793a.5.5 0 0 0-.358.342l-2.57 8.565 8.567-2.57a.5.5 0 0 0 .34-.357l.794-3.174-3.6-3.6z\"/><path fill-rule=\"evenodd\" d=\"M2.832 13.228 8 9a1 1 0 1 0-1-1l-4.228 5.168-.026.086.086-.026z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "view-list",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 4.5h10a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2zm0 1a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1H3zM1 2a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13A.5.5 0 0 1 1 2zm0 12a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13A.5.5 0 0 1 1 14z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "view-stacked",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 0h10a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm0 1a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3zm0 8h10a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2zm0 1a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1H3z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "vinyl",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M8 6a2 2 0 1 0 0 4 2 2 0 0 0 0-4zM4 8a4 4 0 1 1 8 0 4 4 0 0 1-8 0z\"/><path d=\"M9 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "vinyl-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 6a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm0 3a1 1 0 1 1 0-2 1 1 0 0 1 0 2z\"/><path d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM4 8a4 4 0 1 0 8 0 4 4 0 0 0-8 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "voicemail",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7 8.5A3.49 3.49 0 0 1 5.95 11h4.1a3.5 3.5 0 1 1 2.45 1h-9A3.5 3.5 0 1 1 7 8.5zm-6 0a2.5 2.5 0 1 0 5 0 2.5 2.5 0 0 0-5 0zm14 0a2.5 2.5 0 1 0-5 0 2.5 2.5 0 0 0 5 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "volume-down",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9 4a.5.5 0 0 0-.812-.39L5.825 5.5H3.5A.5.5 0 0 0 3 6v4a.5.5 0 0 0 .5.5h2.325l2.363 1.89A.5.5 0 0 0 9 12V4zM6.312 6.39 8 5.04v5.92L6.312 9.61A.5.5 0 0 0 6 9.5H4v-3h2a.5.5 0 0 0 .312-.11zM12.025 8a4.486 4.486 0 0 1-1.318 3.182L10 10.475A3.489 3.489 0 0 0 11.025 8 3.49 3.49 0 0 0 10 5.525l.707-.707A4.486 4.486 0 0 1 12.025 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "volume-down-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9 4a.5.5 0 0 0-.812-.39L5.825 5.5H3.5A.5.5 0 0 0 3 6v4a.5.5 0 0 0 .5.5h2.325l2.363 1.89A.5.5 0 0 0 9 12V4zm3.025 4a4.486 4.486 0 0 1-1.318 3.182L10 10.475A3.489 3.489 0 0 0 11.025 8 3.49 3.49 0 0 0 10 5.525l.707-.707A4.486 4.486 0 0 1 12.025 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "volume-mute",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.717 3.55A.5.5 0 0 1 7 4v8a.5.5 0 0 1-.812.39L3.825 10.5H1.5A.5.5 0 0 1 1 10V6a.5.5 0 0 1 .5-.5h2.325l2.363-1.89a.5.5 0 0 1 .529-.06zM6 5.04 4.312 6.39A.5.5 0 0 1 4 6.5H2v3h2a.5.5 0 0 1 .312.11L6 10.96V5.04zm7.854.606a.5.5 0 0 1 0 .708L12.207 8l1.647 1.646a.5.5 0 0 1-.708.708L11.5 8.707l-1.646 1.647a.5.5 0 0 1-.708-.708L10.793 8 9.146 6.354a.5.5 0 1 1 .708-.708L11.5 7.293l1.646-1.647a.5.5 0 0 1 .708 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "volume-mute-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M6.717 3.55A.5.5 0 0 1 7 4v8a.5.5 0 0 1-.812.39L3.825 10.5H1.5A.5.5 0 0 1 1 10V6a.5.5 0 0 1 .5-.5h2.325l2.363-1.89a.5.5 0 0 1 .529-.06zm7.137 2.096a.5.5 0 0 1 0 .708L12.207 8l1.647 1.646a.5.5 0 0 1-.708.708L11.5 8.707l-1.646 1.647a.5.5 0 0 1-.708-.708L10.793 8 9.146 6.354a.5.5 0 1 1 .708-.708L11.5 7.293l1.646-1.647a.5.5 0 0 1 .708 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "volume-off",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10.717 3.55A.5.5 0 0 1 11 4v8a.5.5 0 0 1-.812.39L7.825 10.5H5.5A.5.5 0 0 1 5 10V6a.5.5 0 0 1 .5-.5h2.325l2.363-1.89a.5.5 0 0 1 .529-.06zM10 5.04 8.312 6.39A.5.5 0 0 1 8 6.5H6v3h2a.5.5 0 0 1 .312.11L10 10.96V5.04z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "volume-off-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10.717 3.55A.5.5 0 0 1 11 4v8a.5.5 0 0 1-.812.39L7.825 10.5H5.5A.5.5 0 0 1 5 10V6a.5.5 0 0 1 .5-.5h2.325l2.363-1.89a.5.5 0 0 1 .529-.06z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "volume-up",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11.536 14.01A8.473 8.473 0 0 0 14.026 8a8.473 8.473 0 0 0-2.49-6.01l-.708.707A7.476 7.476 0 0 1 13.025 8c0 2.071-.84 3.946-2.197 5.303l.708.707z\"/><path d=\"M10.121 12.596A6.48 6.48 0 0 0 12.025 8a6.48 6.48 0 0 0-1.904-4.596l-.707.707A5.483 5.483 0 0 1 11.025 8a5.483 5.483 0 0 1-1.61 3.89l.706.706z\"/><path d=\"M10.025 8a4.486 4.486 0 0 1-1.318 3.182L8 10.475A3.489 3.489 0 0 0 9.025 8c0-.966-.392-1.841-1.025-2.475l.707-.707A4.486 4.486 0 0 1 10.025 8zM7 4a.5.5 0 0 0-.812-.39L3.825 5.5H1.5A.5.5 0 0 0 1 6v4a.5.5 0 0 0 .5.5h2.325l2.363 1.89A.5.5 0 0 0 7 12V4zM4.312 6.39 6 5.04v5.92L4.312 9.61A.5.5 0 0 0 4 9.5H2v-3h2a.5.5 0 0 0 .312-.11z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "volume-up-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11.536 14.01A8.473 8.473 0 0 0 14.026 8a8.473 8.473 0 0 0-2.49-6.01l-.708.707A7.476 7.476 0 0 1 13.025 8c0 2.071-.84 3.946-2.197 5.303l.708.707z\"/><path d=\"M10.121 12.596A6.48 6.48 0 0 0 12.025 8a6.48 6.48 0 0 0-1.904-4.596l-.707.707A5.483 5.483 0 0 1 11.025 8a5.483 5.483 0 0 1-1.61 3.89l.706.706z\"/><path d=\"M8.707 11.182A4.486 4.486 0 0 0 10.025 8a4.486 4.486 0 0 0-1.318-3.182L8 5.525A3.489 3.489 0 0 1 9.025 8 3.49 3.49 0 0 1 8 10.475l.707.707zM6.717 3.55A.5.5 0 0 1 7 4v8a.5.5 0 0 1-.812.39L3.825 10.5H1.5A.5.5 0 0 1 1 10V6a.5.5 0 0 1 .5-.5h2.325l2.363-1.89a.5.5 0 0 1 .529-.06z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "vr",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M3 12V4a1 1 0 0 1 1-1h2.5V2H4a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2.5v-1H4a1 1 0 0 1-1-1zm6.5 1v1H12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H9.5v1H12a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H9.5zM8 16a.5.5 0 0 1-.5-.5V.5a.5.5 0 0 1 1 0v15a.5.5 0 0 1-.5.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "wallet",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M0 3a2 2 0 0 1 2-2h13.5a.5.5 0 0 1 0 1H15v2a1 1 0 0 1 1 1v8.5a1.5 1.5 0 0 1-1.5 1.5h-12A2.5 2.5 0 0 1 0 12.5V3zm1 1.732V12.5A1.5 1.5 0 0 0 2.5 14h12a.5.5 0 0 0 .5-.5V5H2a1.99 1.99 0 0 1-1-.268zM1 3a1 1 0 0 0 1 1h12V2H2a1 1 0 0 0-1 1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "wallet2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12.136.326A1.5 1.5 0 0 1 14 1.78V3h.5A1.5 1.5 0 0 1 16 4.5v9a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 13.5v-9a1.5 1.5 0 0 1 1.432-1.499L12.136.326zM5.562 3H13V1.78a.5.5 0 0 0-.621-.484L5.562 3zM1.5 4a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5h-13z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "wallet-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1.5 2A1.5 1.5 0 0 0 0 3.5v2h6a.5.5 0 0 1 .5.5c0 .253.08.644.306.958.207.288.557.542 1.194.542.637 0 .987-.254 1.194-.542.226-.314.306-.705.306-.958a.5.5 0 0 1 .5-.5h6v-2A1.5 1.5 0 0 0 14.5 2h-13z\"/><path d=\"M16 6.5h-5.551a2.678 2.678 0 0 1-.443 1.042C9.613 8.088 8.963 8.5 8 8.5c-.963 0-1.613-.412-2.006-.958A2.679 2.679 0 0 1 5.551 6.5H0v6A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "watch",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.5 5a.5.5 0 0 0-1 0v2.5H6a.5.5 0 0 0 0 1h2a.5.5 0 0 0 .5-.5V5z\"/><path d=\"M5.667 16C4.747 16 4 15.254 4 14.333v-1.86A5.985 5.985 0 0 1 2 8c0-1.777.772-3.374 2-4.472V1.667C4 .747 4.746 0 5.667 0h4.666C11.253 0 12 .746 12 1.667v1.86a5.99 5.99 0 0 1 1.918 3.48.502.502 0 0 1 .582.493v1a.5.5 0 0 1-.582.493A5.99 5.99 0 0 1 12 12.473v1.86c0 .92-.746 1.667-1.667 1.667H5.667zM13 8A5 5 0 1 0 3 8a5 5 0 0 0 10 0z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "water",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M.036 3.314a.5.5 0 0 1 .65-.278l1.757.703a1.5 1.5 0 0 0 1.114 0l1.014-.406a2.5 2.5 0 0 1 1.857 0l1.015.406a1.5 1.5 0 0 0 1.114 0l1.014-.406a2.5 2.5 0 0 1 1.857 0l1.015.406a1.5 1.5 0 0 0 1.114 0l1.757-.703a.5.5 0 1 1 .372.928l-1.758.703a2.5 2.5 0 0 1-1.857 0l-1.014-.406a1.5 1.5 0 0 0-1.114 0l-1.015.406a2.5 2.5 0 0 1-1.857 0l-1.014-.406a1.5 1.5 0 0 0-1.114 0l-1.015.406a2.5 2.5 0 0 1-1.857 0L.314 3.964a.5.5 0 0 1-.278-.65zm0 3a.5.5 0 0 1 .65-.278l1.757.703a1.5 1.5 0 0 0 1.114 0l1.014-.406a2.5 2.5 0 0 1 1.857 0l1.015.406a1.5 1.5 0 0 0 1.114 0l1.014-.406a2.5 2.5 0 0 1 1.857 0l1.015.406a1.5 1.5 0 0 0 1.114 0l1.757-.703a.5.5 0 1 1 .372.928l-1.758.703a2.5 2.5 0 0 1-1.857 0l-1.014-.406a1.5 1.5 0 0 0-1.114 0l-1.015.406a2.5 2.5 0 0 1-1.857 0l-1.014-.406a1.5 1.5 0 0 0-1.114 0l-1.015.406a2.5 2.5 0 0 1-1.857 0L.314 6.964a.5.5 0 0 1-.278-.65zm0 3a.5.5 0 0 1 .65-.278l1.757.703a1.5 1.5 0 0 0 1.114 0l1.014-.406a2.5 2.5 0 0 1 1.857 0l1.015.406a1.5 1.5 0 0 0 1.114 0l1.014-.406a2.5 2.5 0 0 1 1.857 0l1.015.406a1.5 1.5 0 0 0 1.114 0l1.757-.703a.5.5 0 1 1 .372.928l-1.758.703a2.5 2.5 0 0 1-1.857 0l-1.014-.406a1.5 1.5 0 0 0-1.114 0l-1.015.406a2.5 2.5 0 0 1-1.857 0l-1.014-.406a1.5 1.5 0 0 0-1.114 0l-1.015.406a2.5 2.5 0 0 1-1.857 0L.314 9.964a.5.5 0 0 1-.278-.65zm0 3a.5.5 0 0 1 .65-.278l1.757.703a1.5 1.5 0 0 0 1.114 0l1.014-.406a2.5 2.5 0 0 1 1.857 0l1.015.406a1.5 1.5 0 0 0 1.114 0l1.014-.406a2.5 2.5 0 0 1 1.857 0l1.015.406a1.5 1.5 0 0 0 1.114 0l1.757-.703a.5.5 0 1 1 .372.928l-1.758.703a2.5 2.5 0 0 1-1.857 0l-1.014-.406a1.5 1.5 0 0 0-1.114 0l-1.015.406a2.5 2.5 0 0 1-1.857 0l-1.014-.406a1.5 1.5 0 0 0-1.114 0l-1.015.406a2.5 2.5 0 0 1-1.857 0l-1.757-.703a.5.5 0 0 1-.278-.65z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "whatsapp",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13.601 2.326A7.854 7.854 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.933 7.933 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.898 7.898 0 0 0 13.6 2.326zM7.994 14.521a6.573 6.573 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.557 6.557 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592zm3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.729.729 0 0 0-.529.247c-.182.198-.691.677-.691 1.654 0 .977.71 1.916.81 2.049.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "wifi",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M15.384 6.115a.485.485 0 0 0-.047-.736A12.444 12.444 0 0 0 8 3C5.259 3 2.723 3.882.663 5.379a.485.485 0 0 0-.048.736.518.518 0 0 0 .668.05A11.448 11.448 0 0 1 8 4c2.507 0 4.827.802 6.716 2.164.205.148.49.13.668-.049z\"/><path d=\"M13.229 8.271a.482.482 0 0 0-.063-.745A9.455 9.455 0 0 0 8 6c-1.905 0-3.68.56-5.166 1.526a.48.48 0 0 0-.063.745.525.525 0 0 0 .652.065A8.46 8.46 0 0 1 8 7a8.46 8.46 0 0 1 4.576 1.336c.206.132.48.108.653-.065zm-2.183 2.183c.226-.226.185-.605-.1-.75A6.473 6.473 0 0 0 8 9c-1.06 0-2.062.254-2.946.704-.285.145-.326.524-.1.75l.015.015c.16.16.407.19.611.09A5.478 5.478 0 0 1 8 10c.868 0 1.69.201 2.42.56.203.1.45.07.61-.091l.016-.015zM9.06 12.44c.196-.196.198-.52-.04-.66A1.99 1.99 0 0 0 8 11.5a1.99 1.99 0 0 0-1.02.28c-.238.14-.236.464-.04.66l.706.706a.5.5 0 0 0 .707 0l.707-.707z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "wifi1",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11.046 10.454c.226-.226.185-.605-.1-.75A6.473 6.473 0 0 0 8 9c-1.06 0-2.062.254-2.946.704-.285.145-.326.524-.1.75l.015.015c.16.16.407.19.611.09A5.478 5.478 0 0 1 8 10c.868 0 1.69.201 2.42.56.203.1.45.07.611-.091l.015-.015zM9.06 12.44c.196-.196.198-.52-.04-.66A1.99 1.99 0 0 0 8 11.5a1.99 1.99 0 0 0-1.02.28c-.238.14-.236.464-.04.66l.706.706a.5.5 0 0 0 .707 0l.708-.707z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "wifi2",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M13.229 8.271c.216-.216.194-.578-.063-.745A9.456 9.456 0 0 0 8 6c-1.905 0-3.68.56-5.166 1.526a.48.48 0 0 0-.063.745.525.525 0 0 0 .652.065A8.46 8.46 0 0 1 8 7a8.46 8.46 0 0 1 4.577 1.336c.205.132.48.108.652-.065zm-2.183 2.183c.226-.226.185-.605-.1-.75A6.473 6.473 0 0 0 8 9c-1.06 0-2.062.254-2.946.704-.285.145-.326.524-.1.75l.015.015c.16.16.408.19.611.09A5.478 5.478 0 0 1 8 10c.868 0 1.69.201 2.42.56.203.1.45.07.611-.091l.015-.015zM9.06 12.44c.196-.196.198-.52-.04-.66A1.99 1.99 0 0 0 8 11.5a1.99 1.99 0 0 0-1.02.28c-.238.14-.236.464-.04.66l.706.706a.5.5 0 0 0 .708 0l.707-.707z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "wifi-off",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M10.706 3.294A12.545 12.545 0 0 0 8 3C5.259 3 2.723 3.882.663 5.379a.485.485 0 0 0-.048.736.518.518 0 0 0 .668.05A11.448 11.448 0 0 1 8 4c.63 0 1.249.05 1.852.148l.854-.854zM8 6c-1.905 0-3.68.56-5.166 1.526a.48.48 0 0 0-.063.745.525.525 0 0 0 .652.065 8.448 8.448 0 0 1 3.51-1.27L8 6zm2.596 1.404.785-.785c.63.24 1.227.545 1.785.907a.482.482 0 0 1 .063.745.525.525 0 0 1-.652.065 8.462 8.462 0 0 0-1.98-.932zM8 10l.933-.933a6.455 6.455 0 0 1 2.013.637c.285.145.326.524.1.75l-.015.015a.532.532 0 0 1-.611.09A5.478 5.478 0 0 0 8 10zm4.905-4.905.747-.747c.59.3 1.153.645 1.685 1.03a.485.485 0 0 1 .047.737.518.518 0 0 1-.668.05 11.493 11.493 0 0 0-1.811-1.07zM9.02 11.78c.238.14.236.464.04.66l-.707.706a.5.5 0 0 1-.707 0l-.707-.707c-.195-.195-.197-.518.04-.66A1.99 1.99 0 0 1 8 11.5c.374 0 .723.102 1.021.28zm4.355-9.905a.53.53 0 0 1 .75.75l-10.75 10.75a.53.53 0 0 1-.75-.75l10.75-10.75z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "wind",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M12.5 2A2.5 2.5 0 0 0 10 4.5a.5.5 0 0 1-1 0A3.5 3.5 0 1 1 12.5 8H.5a.5.5 0 0 1 0-1h12a2.5 2.5 0 0 0 0-5zm-7 1a1 1 0 0 0-1 1 .5.5 0 0 1-1 0 2 2 0 1 1 2 2h-5a.5.5 0 0 1 0-1h5a1 1 0 0 0 0-2zM0 9.5A.5.5 0 0 1 .5 9h10.042a3 3 0 1 1-3 3 .5.5 0 0 1 1 0 2 2 0 1 0 2-2H.5a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "window",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.5 4a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zm2-.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm1 .5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1z\"/><path d=\"M2 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2H2zm13 2v2H1V3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1zM2 14a1 1 0 0 1-1-1V6h14v7a1 1 0 0 1-1 1H2z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "window-dock",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M15 5H1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V5zm0-1H1V3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v1zm1-1a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3z\"/><path d=\"M3 11.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm4 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm4 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "window-sidebar",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2.5 4a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zm2-.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm1 .5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1z\"/><path d=\"M2 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2H2zm12 1a1 1 0 0 1 1 1v2H1V3a1 1 0 0 1 1-1h12zM1 13V6h4v8H2a1 1 0 0 1-1-1zm5 1V6h9v7a1 1 0 0 1-1 1H6z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "wrench",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M.102 2.223A3.004 3.004 0 0 0 3.78 5.897l6.341 6.252A3.003 3.003 0 0 0 13 16a3 3 0 1 0-.851-5.878L5.897 3.781A3.004 3.004 0 0 0 2.223.1l2.141 2.142L4 4l-1.757.364L.102 2.223zm13.37 9.019.528.026.287.445.445.287.026.529L15 13l-.242.471-.026.529-.445.287-.287.445-.529.026L13 15l-.471-.242-.529-.026-.287-.445-.445-.287-.026-.529L11 13l.242-.471.026-.529.445-.287.287-.445.529-.026L13 11l.471.242z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "x",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "x-circle",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z\"/><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "x-circle-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM5.354 4.646a.5.5 0 1 0-.708.708L7.293 8l-2.647 2.646a.5.5 0 0 0 .708.708L8 8.707l2.646 2.647a.5.5 0 0 0 .708-.708L8.707 8l2.647-2.646a.5.5 0 0 0-.708-.708L8 7.293 5.354 4.646z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "x-diamond",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M7.987 16a1.526 1.526 0 0 1-1.07-.448L.45 9.082a1.531 1.531 0 0 1 0-2.165L6.917.45a1.531 1.531 0 0 1 2.166 0l6.469 6.468A1.526 1.526 0 0 1 16 8.013a1.526 1.526 0 0 1-.448 1.07l-6.47 6.469A1.526 1.526 0 0 1 7.988 16zM7.639 1.17 4.766 4.044 8 7.278l3.234-3.234L8.361 1.17a.51.51 0 0 0-.722 0zM8.722 8l3.234 3.234 2.873-2.873c.2-.2.2-.523 0-.722l-2.873-2.873L8.722 8zM8 8.722l-3.234 3.234 2.873 2.873c.2.2.523.2.722 0l2.873-2.873L8 8.722zM7.278 8 4.044 4.766 1.17 7.639a.511.511 0 0 0 0 .722l2.874 2.873L7.278 8z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "x-diamond-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M9.05.435c-.58-.58-1.52-.58-2.1 0L4.047 3.339 8 7.293l3.954-3.954L9.049.435zm3.61 3.611L8.708 8l3.954 3.954 2.904-2.905c.58-.58.58-1.519 0-2.098l-2.904-2.905zm-.706 8.614L8 8.708l-3.954 3.954 2.905 2.904c.58.58 1.519.58 2.098 0l2.905-2.904zm-8.614-.706L7.292 8 3.339 4.046.435 6.951c-.58.58-.58 1.519 0 2.098l2.904 2.905z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "x-lg",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M1.293 1.293a1 1 0 0 1 1.414 0L8 6.586l5.293-5.293a1 1 0 1 1 1.414 1.414L9.414 8l5.293 5.293a1 1 0 0 1-1.414 1.414L8 9.414l-5.293 5.293a1 1 0 0 1-1.414-1.414L6.586 8 1.293 2.707a1 1 0 0 1 0-1.414z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "x-octagon",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M4.54.146A.5.5 0 0 1 4.893 0h6.214a.5.5 0 0 1 .353.146l4.394 4.394a.5.5 0 0 1 .146.353v6.214a.5.5 0 0 1-.146.353l-4.394 4.394a.5.5 0 0 1-.353.146H4.893a.5.5 0 0 1-.353-.146L.146 11.46A.5.5 0 0 1 0 11.107V4.893a.5.5 0 0 1 .146-.353L4.54.146zM5.1 1 1 5.1v5.8L5.1 15h5.8l4.1-4.1V5.1L10.9 1H5.1z\"/><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "x-octagon-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M11.46.146A.5.5 0 0 0 11.107 0H4.893a.5.5 0 0 0-.353.146L.146 4.54A.5.5 0 0 0 0 4.893v6.214a.5.5 0 0 0 .146.353l4.394 4.394a.5.5 0 0 0 .353.146h6.214a.5.5 0 0 0 .353-.146l4.394-4.394a.5.5 0 0 0 .146-.353V4.893a.5.5 0 0 0-.146-.353L11.46.146zm-6.106 4.5L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 1 1 .708-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "x-square",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z\"/><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "x-square-fill",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm3.354 4.646L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 1 1 .708-.708z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "youtube",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path d=\"M8.051 1.999h.089c.822.003 4.987.033 6.11.335a2.01 2.01 0 0 1 1.415 1.42c.101.38.172.883.22 1.402l.01.104.022.26.008.104c.065.914.073 1.77.074 1.957v.075c-.001.194-.01 1.108-.082 2.06l-.008.105-.009.104c-.05.572-.124 1.14-.235 1.558a2.007 2.007 0 0 1-1.415 1.42c-1.16.312-5.569.334-6.18.335h-.142c-.309 0-1.587-.006-2.927-.052l-.17-.006-.087-.004-.171-.007-.171-.007c-1.11-.049-2.167-.128-2.654-.26a2.007 2.007 0 0 1-1.415-1.419c-.111-.417-.185-.986-.235-1.558L.09 9.82l-.008-.104A31.4 31.4 0 0 1 0 7.68v-.123c.002-.215.01-.958.064-1.778l.007-.103.003-.052.008-.104.022-.26.01-.104c.048-.519.119-1.023.22-1.402a2.007 2.007 0 0 1 1.415-1.42c.487-.13 1.544-.21 2.654-.26l.17-.007.172-.006.086-.003.171-.007A99.788 99.788 0 0 1 7.858 2h.193zM6.4 5.209v4.818l4.157-2.408L6.4 5.209z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "zoom-in",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z\"/><path d=\"M10.344 11.742c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1 6.538 6.538 0 0 1-1.398 1.4z\"/><path fill-rule=\"evenodd\" d=\"M6.5 3a.5.5 0 0 1 .5.5V6h2.5a.5.5 0 0 1 0 1H7v2.5a.5.5 0 0 1-1 0V7H3.5a.5.5 0 0 1 0-1H6V3.5a.5.5 0 0 1 .5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        },
        {
          "name": "zoom-out",
          "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16 16\" xml:space=\"preserve\" height=\"16px\" width=\"16px\"><path fill-rule=\"evenodd\" d=\"M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z\"/><path d=\"M10.344 11.742c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1 6.538 6.538 0 0 1-1.398 1.4z\"/><path fill-rule=\"evenodd\" d=\"M3 6.5a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5z\"/></svg>",
          "doc-url": "https://bootstrap-vue.org/docs/icons/#icons-1"
        }
      ]
    }
  }
}