{
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
  "framework": "vue",
  "name": "bootstrap-vue",
  "version": "2.21.2",
  "contributions": {
    "html": {
      "types-syntax": "typescript",
      "description-markup": "markdown",
      "tags": [
        {
          "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.",
          "attributes": [
            {
              "name": "show",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/alert/",
              "type": "boolean",
              "description": "When set, enables the dismiss close button"
            },
            {
              "name": "fade",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/alert/",
              "type": "boolean",
              "description": "When set to `true`, enables the fade animation/transition on the component"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "aspect",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "activeClass",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "type": "boolean",
              "description": "<router-link> prop: Setting append prop always appends the relative path to the current path"
            },
            {
              "name": "ariaLabel",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "type": "boolean",
              "description": "When `true` places the badge at the left instead of the right"
            },
            {
              "name": "badgeOffset",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "type": "boolean",
              "description": "When `true` places the badge at the top instead of the bottom"
            },
            {
              "name": "badgeVariant",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "type": "boolean",
              "description": "When set to `true`, renders the avatar as a button"
            },
            {
              "name": "buttonType",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "exact",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "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": "href",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "type": "boolean",
              "description": "Disables rounding of the avatar, rending the avatar with square corners"
            },
            {
              "name": "src",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "description": "Image URL to use for the avatar"
            },
            {
              "name": "target",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "description": "Text to place in the avatar"
            },
            {
              "name": "to",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "overlap",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/avatar/",
              "type": "boolean",
              "description": "Disables rounding of the child avatars, rendering each avatar with square corners"
            },
            {
              "name": "tag",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "active",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/badge/",
              "type": "boolean",
              "description": "When set to `true`, places the component in the active state with active styling"
            },
            {
              "name": "activeClass",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/badge/",
              "type": "boolean",
              "description": "<router-link> prop: Setting append prop always appends the relative path to the current path"
            },
            {
              "name": "disabled",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/badge/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "exact",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/badge/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "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": "href",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/badge/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/badge/",
              "type": "boolean",
              "description": "When set to 'true', renders the badge in pill style"
            },
            {
              "name": "prefetch",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/badge/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/badge/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "items",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "active",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/breadcrumb/",
              "type": "boolean",
              "description": "When set to `true`, places the component in the active state with active styling"
            },
            {
              "name": "activeClass",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/breadcrumb/",
              "type": "boolean",
              "description": "<router-link> prop: Setting append prop always appends the relative path to the current path"
            },
            {
              "name": "ariaCurrent",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/breadcrumb/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "exact",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/breadcrumb/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "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": "href",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/breadcrumb/",
              "description": "HTML string to render in the breadcrumb item"
            },
            {
              "name": "noPrefetch",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/breadcrumb/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/breadcrumb/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/breadcrumb/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/breadcrumb/",
              "description": "Text to render in the breadcrumb item"
            },
            {
              "name": "to",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "active",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "type": "boolean",
              "description": "When set to `true`, places the component in the active state with active styling"
            },
            {
              "name": "activeClass",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "type": "boolean",
              "description": "<router-link> prop: Setting append prop always appends the relative path to the current path"
            },
            {
              "name": "block",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "type": "boolean",
              "description": "Renders a 100% width button (expands to the width of its parent container)"
            },
            {
              "name": "disabled",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "exact",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "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": "href",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "type": "boolean",
              "description": "Renders the button with the pill style appearance when set to 'true'"
            },
            {
              "name": "prefetch",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "type": "boolean",
              "description": "Renders the button with non-rounded corners when set to 'true'"
            },
            {
              "name": "tag",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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*",
          "attributes": [
            {
              "name": "active",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "type": "boolean",
              "description": "When set to `true`, places the component in the active state with active styling"
            },
            {
              "name": "activeClass",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "type": "boolean",
              "description": "<router-link> prop: Setting append prop always appends the relative path to the current path"
            },
            {
              "name": "block",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "type": "boolean",
              "description": "Renders a 100% width button (expands to the width of its parent container)"
            },
            {
              "name": "disabled",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "exact",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "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": "href",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "type": "boolean",
              "description": "Renders the button with the pill style appearance when set to 'true'"
            },
            {
              "name": "prefetch",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "type": "boolean",
              "description": "Renders the button with non-rounded corners when set to 'true'"
            },
            {
              "name": "tag",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "ariaLabel",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "\"&times;\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "The content of the close button"
            },
            {
              "name": "disabled",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "textVariant",
              "value": {
                "kind": "expression",
                "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*",
          "attributes": [
            {
              "name": "ariaLabel",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "\"&times;\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "description": "The content of the close button"
            },
            {
              "name": "disabled",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "textVariant",
              "value": {
                "kind": "expression",
                "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>.",
          "attributes": [
            {
              "name": "ariaRole",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button-group/",
              "type": "boolean",
              "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*",
          "attributes": [
            {
              "name": "ariaRole",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button-group/",
              "type": "boolean",
              "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.",
          "attributes": [
            {
              "name": "justify",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button-toolbar/",
              "type": "boolean",
              "description": "Make the toolbar span the maximum available width, by increasing spacing between the button groups, input groups and dropdowns"
            },
            {
              "name": "keyNav",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button-toolbar/",
              "type": "boolean",
              "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*",
          "attributes": [
            {
              "name": "justify",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button-toolbar/",
              "type": "boolean",
              "description": "Make the toolbar span the maximum available width, by increasing spacing between the button groups, input groups and dropdowns"
            },
            {
              "name": "keyNav",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/button-toolbar/",
              "type": "boolean",
              "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).",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "type": "boolean",
              "description": "Makes the calendar full width"
            },
            {
              "name": "dateDisabledFn",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "type": "boolean",
              "description": "Places the calendar in a non-interactive disabled state"
            },
            {
              "name": "hidden",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "type": "boolean",
              "description": "When `true`, visually hides the selected date header"
            },
            {
              "name": "initialDate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "Date|string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "The maximum date the calendar will show"
            },
            {
              "name": "min",
              "value": {
                "kind": "expression",
                "type": "Date|string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "description": "The minimum date the calendar will show"
            },
            {
              "name": "navButtonVariant",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "type": "boolean",
              "description": "Disabled the highlighting of todays date in the calendar"
            },
            {
              "name": "noKeyNav",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "type": "boolean",
              "description": "Disable keyboard navigation of the calendar components"
            },
            {
              "name": "readonly",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "type": "boolean",
              "description": "Places the calendar in an interactive readonly state. Disables updating the v-model, while still allowing date navigation"
            },
            {
              "name": "roleDescription",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "type": "boolean",
              "description": "When `true`, shows the +/- decade navigation buttons"
            },
            {
              "name": "startWeekday",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/calendar/",
              "type": "boolean",
              "description": "Returns a `Date` object for the v-model instead of a `YYYY-MM-DD` string"
            },
            {
              "name": "weekdayHeaderFormat",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "align",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Text content to place in the footer"
            },
            {
              "name": "footerBgVariant",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "HTML string content to place in the footer"
            },
            {
              "name": "footerTag",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Text content to place in the header"
            },
            {
              "name": "headerBgVariant",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "HTML string content to place in the header"
            },
            {
              "name": "headerTag",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Value to set the image attribute 'alt'"
            },
            {
              "name": "imgBottom",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "type": "boolean",
              "description": "Set if the image should appear at the bottom of the card"
            },
            {
              "name": "imgEnd",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "type": "boolean",
              "description": "Set if the image should appear at the end (right) of the card"
            },
            {
              "name": "imgHeight",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "type": "boolean",
              "description": "Set if the image should appear at the start (left) of the card. Synonym for the 'left' prop"
            },
            {
              "name": "imgRight",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "type": "boolean",
              "description": "Set if the image should appear at the end (right) of the card. Synonym for the 'right' prop"
            },
            {
              "name": "imgSrc",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "URL for the optional image"
            },
            {
              "name": "imgStart",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "type": "boolean",
              "description": "Set if the image should appear at the start (left) of the card"
            },
            {
              "name": "imgTop",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "type": "boolean",
              "description": "Set if the image should appear at the top of the card"
            },
            {
              "name": "imgWidth",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "type": "boolean",
              "description": "Disable rendering of the default inner card-body element"
            },
            {
              "name": "overlay",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "type": "boolean",
              "description": "When set, will overlay the card body on top of the image (if the card has an image)"
            },
            {
              "name": "subTitle",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Text content to place in the sub title"
            },
            {
              "name": "subTitleTag",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Text content to place in the title"
            },
            {
              "name": "titleTag",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "header",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Text content to place in the header"
            },
            {
              "name": "headerBgVariant",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "HTML string content to place in the header"
            },
            {
              "name": "headerTag",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "footer",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Text content to place in the footer"
            },
            {
              "name": "footerBgVariant",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "HTML string content to place in the footer"
            },
            {
              "name": "footerTag",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "bodyBgVariant",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "type": "boolean",
              "description": "When set, will overlay the card body on top of the image (if the card has an image)"
            },
            {
              "name": "subTitle",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Text content to place in the sub title"
            },
            {
              "name": "subTitleTag",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Text content to place in the title"
            },
            {
              "name": "titleTag",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Text content to place in the title"
            },
            {
              "name": "titleTag",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "subTitle",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Text content to place in the sub title"
            },
            {
              "name": "subTitleTag",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "alt",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "Value to set for the `alt` attribute"
            },
            {
              "name": "bottom",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "type": "boolean",
              "description": "Set if the image will be placed at the bottom of the card"
            },
            {
              "name": "end",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "type": "boolean",
              "description": "Set if the image will be placed at the end (right) of the card"
            },
            {
              "name": "height",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "type": "boolean",
              "description": "Set if the image will be placed at the start (left) of the card. Synonym for the 'left' prop"
            },
            {
              "name": "right",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "type": "boolean",
              "description": "Set if the image will be placed at the end (right) of the card. Synonym for the 'right' prop"
            },
            {
              "name": "src",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "description": "URL to set for the `src` attribute"
            },
            {
              "name": "start",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "type": "boolean",
              "description": "Set if the image will be placed at the start (left) of the card"
            },
            {
              "name": "top",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "type": "boolean",
              "description": "Set if the image will be placed at the top of the card"
            },
            {
              "name": "width",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "blankHeight",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "type": "boolean",
              "description": "Set if the image will be placed at the bottom of the card"
            },
            {
              "name": "end",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "type": "boolean",
              "description": "Set if the image will be placed at the end (right) of the card"
            },
            {
              "name": "left",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "type": "boolean",
              "description": "Set if the image will be placed at the start (left) of the card. Synonym for the 'left' prop"
            },
            {
              "name": "offset",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "type": "boolean",
              "description": "Set if the image will be placed at the end (right) of the card. Synonym for the 'right' prop"
            },
            {
              "name": "show",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "type": "boolean",
              "description": "If set to true, will force show the image specified via the 'src' prop"
            },
            {
              "name": "start",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "type": "boolean",
              "description": "Set if the image will be placed at the start (left) of the card"
            },
            {
              "name": "top",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "type": "boolean",
              "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.",
          "attributes": [
            {
              "name": "textTag",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "columns",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "type": "boolean",
              "description": "When set, renders the card group in a masonry-like columnar style"
            },
            {
              "name": "deck",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/card/",
              "type": "boolean",
              "description": "When set renders the card group with gutters between cards"
            },
            {
              "name": "tag",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "number"
              },
              "default": "0",
              "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
              "description": "The currently active slide (zero-indexed)"
            },
            {
              "name": "background",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
              "type": "boolean",
              "description": "Enable the previous and next controls"
            },
            {
              "name": "fade",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
              "type": "boolean",
              "description": "When set, changes the slide animation to a crossfade instead of a sliding effect"
            },
            {
              "name": "imgHeight",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
              "type": "boolean",
              "description": "Enable the indicator buttons for jumping to specific slides"
            },
            {
              "name": "interval",
              "value": {
                "kind": "expression",
                "type": "number"
              },
              "default": "5000",
              "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
              "description": "Set the delay time (in milliseconds) between slides"
            },
            {
              "name": "labelGotoSlide",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
              "type": "boolean",
              "description": "When set, disables animation when transitioning between slides"
            },
            {
              "name": "noHoverPause",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
              "type": "boolean",
              "description": "When set, disables the pausing of the slide show when the current slide is hovered"
            },
            {
              "name": "noTouch",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
              "type": "boolean",
              "description": "Disable controlling the slides via touch swipes"
            },
            {
              "name": "noWrap",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
              "type": "boolean",
              "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.",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
              "description": "Text content to place in the caption"
            },
            {
              "name": "captionHtml",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
              "description": "HTML string content to place in the caption"
            },
            {
              "name": "captionTag",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
              "type": "boolean",
              "description": "If set, will render a blank image instead of the img-src"
            },
            {
              "name": "imgBlankColor",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/carousel/",
              "description": "Sets the URL of the image"
            },
            {
              "name": "imgWidth",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/collapse/",
              "type": "boolean",
              "description": "When 'true', expands the collapse"
            },
            {
              "name": "accordion",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/collapse/",
              "type": "boolean",
              "description": "When set, and prop 'visible' is true on mount, will animate on initial mount"
            },
            {
              "name": "isNav",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/collapse/",
              "type": "boolean",
              "description": "When set, signifies that the collapse is part of a navbar, enabling certain features for navbar support"
            },
            {
              "name": "tag",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "dropleft",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "type": "boolean",
              "description": "When set, positions the menu to the left of the button"
            },
            {
              "name": "dropright",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "type": "boolean",
              "description": "When set, positions the menu to the right of the button"
            },
            {
              "name": "dropup",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "type": "boolean",
              "description": "When set, positions the menu on the top of the button"
            },
            {
              "name": "noFlip",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "type": "boolean",
              "description": "Prevent the menu from auto flipping positions"
            },
            {
              "name": "offset",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "object"
              },
              "default": "{}",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Additional configuration to pass to Popper.js"
            },
            {
              "name": "right",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "type": "boolean",
              "description": "Align the right edge of the menu with the right of the button"
            },
            {
              "name": "block",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "type": "boolean",
              "description": "Renders a 100% width toggle button (expands to the width of its parent container)"
            },
            {
              "name": "html",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "type": "boolean",
              "description": "When set, will only mount the menu content into the DOM when the menu is open"
            },
            {
              "name": "menuClass",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "type": "boolean",
              "description": "Hide the caret indicator on the toggle button"
            },
            {
              "name": "role",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "type": "boolean",
              "description": "When set, renders a split button dropdown"
            },
            {
              "name": "splitButtonType",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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": "toggleClass",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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*",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "dropleft",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "type": "boolean",
              "description": "When set, positions the menu to the left of the button"
            },
            {
              "name": "dropright",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "type": "boolean",
              "description": "When set, positions the menu to the right of the button"
            },
            {
              "name": "dropup",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "type": "boolean",
              "description": "When set, positions the menu on the top of the button"
            },
            {
              "name": "noFlip",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "type": "boolean",
              "description": "Prevent the menu from auto flipping positions"
            },
            {
              "name": "offset",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "object"
              },
              "default": "{}",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Additional configuration to pass to Popper.js"
            },
            {
              "name": "right",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "type": "boolean",
              "description": "Align the right edge of the menu with the right of the button"
            },
            {
              "name": "block",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "type": "boolean",
              "description": "Renders a 100% width toggle button (expands to the width of its parent container)"
            },
            {
              "name": "html",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "type": "boolean",
              "description": "When set, will only mount the menu content into the DOM when the menu is open"
            },
            {
              "name": "menuClass",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "type": "boolean",
              "description": "Hide the caret indicator on the toggle button"
            },
            {
              "name": "role",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "type": "boolean",
              "description": "When set, renders a split button dropdown"
            },
            {
              "name": "splitButtonType",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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": "toggleClass",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "active",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "type": "boolean",
              "description": "When set to `true`, places the component in the active state with active styling"
            },
            {
              "name": "activeClass",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "type": "boolean",
              "description": "<router-link> prop: Setting append prop always appends the relative path to the current path"
            },
            {
              "name": "disabled",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "exact",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "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": "href",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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*",
          "attributes": [
            {
              "name": "active",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "type": "boolean",
              "description": "When set to `true`, places the component in the active state with active styling"
            },
            {
              "name": "activeClass",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "type": "boolean",
              "description": "<router-link> prop: Setting append prop always appends the relative path to the current path"
            },
            {
              "name": "disabled",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "exact",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "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": "href",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "active",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "type": "boolean",
              "description": "When set to `true`, places the component in the active state with active styling"
            },
            {
              "name": "activeClass",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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*",
          "attributes": [
            {
              "name": "active",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "type": "boolean",
              "description": "When set to `true`, places the component in the active state with active styling"
            },
            {
              "name": "activeClass",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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*",
          "attributes": [
            {
              "name": "active",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "type": "boolean",
              "description": "When set to `true`, places the component in the active state with active styling"
            },
            {
              "name": "activeClass",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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*",
          "attributes": [
            {
              "name": "active",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "type": "boolean",
              "description": "When set to `true`, places the component in the active state with active styling"
            },
            {
              "name": "activeClass",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "tag",
              "value": {
                "kind": "expression",
                "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*",
          "attributes": [
            {
              "name": "tag",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "disabled",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "formClass",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "type": "boolean",
              "description": "When set, the form will be in inline mode which display labels, form controls, and buttons on a single horizontal row"
            },
            {
              "name": "novalidate",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "type": "boolean",
              "description": "When set, disables browser native HTML5 validation on controls in the form"
            },
            {
              "name": "validated",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "type": "boolean",
              "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*",
          "attributes": [
            {
              "name": "disabled",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "formClass",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "type": "boolean",
              "description": "When set, the form will be in inline mode which display labels, form controls, and buttons on a single horizontal row"
            },
            {
              "name": "novalidate",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "type": "boolean",
              "description": "When set, disables browser native HTML5 validation on controls in the form"
            },
            {
              "name": "validated",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "type": "boolean",
              "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.",
          "attributes": [
            {
              "name": "tag",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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*",
          "attributes": [
            {
              "name": "tag",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "ariaDescribedby",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Text content to place in the header"
            },
            {
              "name": "headerClasses",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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*",
          "attributes": [
            {
              "name": "ariaDescribedby",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/dropdown/",
              "description": "Text content to place in the header"
            },
            {
              "name": "headerClasses",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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*",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "aspect",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "type": "boolean",
              "description": "When set, the form will be in inline mode which display labels, form controls, and buttons on a single horizontal row"
            },
            {
              "name": "novalidate",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "type": "boolean",
              "description": "When set, disables browser native HTML5 validation on controls in the form"
            },
            {
              "name": "validated",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "type": "boolean",
              "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.",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "type": "boolean",
              "description": "When set, renders the help text as an inline element, rather than a block element"
            },
            {
              "name": "tag",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "ariaLive",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "type": "boolean",
              "description": "Shows the feedback text, regardless of the value of the 'state' prop"
            },
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "type": "boolean",
              "description": "When explicitly 'false', forces the feedback to show"
            },
            {
              "name": "tag",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "type": "boolean",
              "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.",
          "attributes": [
            {
              "name": "ariaLive",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "type": "boolean",
              "description": "Shows the feedback text, regardless of the value of the 'state' prop"
            },
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "type": "boolean",
              "description": "When explicitly 'true', forces the feedback to show"
            },
            {
              "name": "tag",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "type": "boolean",
              "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.",
          "attributes": [
            {
              "name": "disabledField",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "any[]|object"
              },
              "default": "[]",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "description": "Array of items to render in the component"
            },
            {
              "name": "textField",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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*",
          "attributes": [
            {
              "name": "disabledField",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "any[]|object"
              },
              "default": "[]",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form/",
              "description": "Array of items to render in the component"
            },
            {
              "name": "textField",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "form",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "description": "Adds the `required` attribute to the form control"
            },
            {
              "name": "disabledField",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state"
            },
            {
              "name": "plain",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "description": "Render the form control in plain mode, rather than custom styled mode"
            },
            {
              "name": "ariaInvalid",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "description": "When set, renderes the checkboxes in this group with button styling"
            },
            {
              "name": "stacked",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "description": "When set, renders the checkbox group in stacked mode"
            },
            {
              "name": "validated",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "description": "When set, adds the Bootstrap class 'was-validated' to the group wrapper"
            },
            {
              "name": "switches",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "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*",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "form",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "description": "Adds the `required` attribute to the form control"
            },
            {
              "name": "disabledField",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state"
            },
            {
              "name": "plain",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "description": "Render the form control in plain mode, rather than custom styled mode"
            },
            {
              "name": "ariaInvalid",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "description": "When set, renderes the checkboxes in this group with button styling"
            },
            {
              "name": "stacked",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "description": "When set, renders the checkbox group in stacked mode"
            },
            {
              "name": "validated",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "description": "When set, adds the Bootstrap class 'was-validated' to the group wrapper"
            },
            {
              "name": "switches",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "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*",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "form",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "description": "Adds the `required` attribute to the form control"
            },
            {
              "name": "disabledField",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state"
            },
            {
              "name": "plain",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "description": "Render the form control in plain mode, rather than custom styled mode"
            },
            {
              "name": "ariaInvalid",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "description": "When set, renderes the checkboxes in this group with button styling"
            },
            {
              "name": "stacked",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "description": "When set, renders the checkbox group in stacked mode"
            },
            {
              "name": "validated",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "description": "When set, adds the Bootstrap class 'was-validated' to the group wrapper"
            },
            {
              "name": "switches",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "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.",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "form",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "description": "Adds the `required` attribute to the form control"
            },
            {
              "name": "size",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state"
            },
            {
              "name": "plain",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "description": "Render the form control in plain mode, rather than custom styled mode"
            },
            {
              "name": "ariaLabel",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "description": "When set, renders the checkbox with the appearance of a button"
            },
            {
              "name": "buttonVariant",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "description": "When set, renders the checkbox as an inline element rather than as a 100% width block"
            },
            {
              "name": "value",
              "value": {
                "kind": "expression",
                "type": "any"
              },
              "default": "true",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Value returned when this checkbox is checked"
            },
            {
              "name": "indeterminate",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "description": "Renders the checkbox in an indeterminate state. Syncable via the .sync modifier"
            },
            {
              "name": "switch",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "description": "When set, renders the checkbox with the appearance of a switch"
            },
            {
              "name": "uncheckedValue",
              "value": {
                "kind": "expression",
                "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*",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "form",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "description": "Adds the `required` attribute to the form control"
            },
            {
              "name": "size",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state"
            },
            {
              "name": "plain",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "description": "Render the form control in plain mode, rather than custom styled mode"
            },
            {
              "name": "ariaLabel",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "description": "When set, renders the checkbox with the appearance of a button"
            },
            {
              "name": "buttonVariant",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "description": "When set, renders the checkbox as an inline element rather than as a 100% width block"
            },
            {
              "name": "value",
              "value": {
                "kind": "expression",
                "type": "any"
              },
              "default": "true",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Value returned when this checkbox is checked"
            },
            {
              "name": "indeterminate",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "description": "Renders the checkbox in an indeterminate state. Syncable via the .sync modifier"
            },
            {
              "name": "switch",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "description": "When set, renders the checkbox with the appearance of a switch"
            },
            {
              "name": "uncheckedValue",
              "value": {
                "kind": "expression",
                "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*",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "form",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "description": "Adds the `required` attribute to the form control"
            },
            {
              "name": "size",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state"
            },
            {
              "name": "plain",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "description": "Render the form control in plain mode, rather than custom styled mode"
            },
            {
              "name": "ariaLabel",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "description": "When set, renders the checkbox with the appearance of a button"
            },
            {
              "name": "buttonVariant",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "description": "When set, renders the checkbox as an inline element rather than as a 100% width block"
            },
            {
              "name": "value",
              "value": {
                "kind": "expression",
                "type": "any"
              },
              "default": "true",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "description": "Value returned when this checkbox is checked"
            },
            {
              "name": "indeterminate",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "description": "Renders the checkbox in an indeterminate state. Syncable via the .sync modifier"
            },
            {
              "name": "switch",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-checkbox/",
              "type": "boolean",
              "description": "When set, renders the checkbox with the appearance of a switch"
            },
            {
              "name": "uncheckedValue",
              "value": {
                "kind": "expression",
                "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).",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "type": "boolean",
              "description": "Renders the datepicker as a dropdown button instead of a form-control"
            },
            {
              "name": "buttonVariant",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "type": "boolean",
              "description": "When set, shows the optional close button"
            },
            {
              "name": "closeButtonVariant",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "type": "boolean",
              "description": "When set, gives the popup calendar dialog a dark background"
            },
            {
              "name": "dateDisabledFn",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "type": "boolean",
              "description": "Places the calendar in a non-interactive disabled state"
            },
            {
              "name": "dropleft",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "type": "boolean",
              "description": "When set, positions the menu to the left of the button"
            },
            {
              "name": "dropright",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "type": "boolean",
              "description": "When set, positions the menu to the right of the button"
            },
            {
              "name": "dropup",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "type": "boolean",
              "description": "When set, positions the menu on the top of the button"
            },
            {
              "name": "form",
              "value": {
                "kind": "expression",
                "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": "hideHeader",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "type": "boolean",
              "description": "When `true`, visually hides the selected date header"
            },
            {
              "name": "initialDate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "\"Close\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Content for the optional `Close` button"
            },
            {
              "name": "labelCurrentMonth",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "\"Reset\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Content for the optional `Reset` button"
            },
            {
              "name": "labelSelected",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "type": "boolean",
              "description": "Disables closing the popup date picker when a date is clicked/selected"
            },
            {
              "name": "noFlip",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "type": "boolean",
              "description": "Prevent the menu from auto flipping positions"
            },
            {
              "name": "noHighlightToday",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "type": "boolean",
              "description": "Disabled the highlighting of todays date in the calendar"
            },
            {
              "name": "offset",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "object"
              },
              "default": "{}",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Additional configuration to pass to Popper.js"
            },
            {
              "name": "readonly",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "type": "boolean",
              "description": "Places the calendar in an interactive readonly state. Disables updating the v-model, while still allowing date navigation"
            },
            {
              "name": "required",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "type": "boolean",
              "description": "When set, adds the `aria-required=\"true\"` attribute on the component. Required validation needs to be handled by your application"
            },
            {
              "name": "resetButton",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "type": "boolean",
              "description": "When set, shows the optional `reset` button"
            },
            {
              "name": "resetButtonVariant",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "type": "boolean",
              "description": "Align the right edge of the menu with the right of the button"
            },
            {
              "name": "selectedVariant",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "type": "boolean",
              "description": "When `true`, shows the +/- decade navigation buttons"
            },
            {
              "name": "size",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "type": "boolean",
              "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state"
            },
            {
              "name": "todayButton",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "type": "boolean",
              "description": "When set, shows the optional `select today` button"
            },
            {
              "name": "todayButtonVariant",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "type": "boolean",
              "description": "Returns a `Date` object for the v-model instead of a `YYYY-MM-DD` string"
            },
            {
              "name": "weekdayHeaderFormat",
              "value": {
                "kind": "expression",
                "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*",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "type": "boolean",
              "description": "Renders the datepicker as a dropdown button instead of a form-control"
            },
            {
              "name": "buttonVariant",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "type": "boolean",
              "description": "When set, shows the optional close button"
            },
            {
              "name": "closeButtonVariant",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "type": "boolean",
              "description": "When set, gives the popup calendar dialog a dark background"
            },
            {
              "name": "dateDisabledFn",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "type": "boolean",
              "description": "Places the calendar in a non-interactive disabled state"
            },
            {
              "name": "dropleft",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "type": "boolean",
              "description": "When set, positions the menu to the left of the button"
            },
            {
              "name": "dropright",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "type": "boolean",
              "description": "When set, positions the menu to the right of the button"
            },
            {
              "name": "dropup",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "type": "boolean",
              "description": "When set, positions the menu on the top of the button"
            },
            {
              "name": "form",
              "value": {
                "kind": "expression",
                "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": "hideHeader",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "type": "boolean",
              "description": "When `true`, visually hides the selected date header"
            },
            {
              "name": "initialDate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "\"Close\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Content for the optional `Close` button"
            },
            {
              "name": "labelCurrentMonth",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "\"Reset\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Content for the optional `Reset` button"
            },
            {
              "name": "labelSelected",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "type": "boolean",
              "description": "Disables closing the popup date picker when a date is clicked/selected"
            },
            {
              "name": "noFlip",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "type": "boolean",
              "description": "Prevent the menu from auto flipping positions"
            },
            {
              "name": "noHighlightToday",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "type": "boolean",
              "description": "Disabled the highlighting of todays date in the calendar"
            },
            {
              "name": "offset",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "object"
              },
              "default": "{}",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "description": "Additional configuration to pass to Popper.js"
            },
            {
              "name": "readonly",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "type": "boolean",
              "description": "Places the calendar in an interactive readonly state. Disables updating the v-model, while still allowing date navigation"
            },
            {
              "name": "required",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "type": "boolean",
              "description": "When set, adds the `aria-required=\"true\"` attribute on the component. Required validation needs to be handled by your application"
            },
            {
              "name": "resetButton",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "type": "boolean",
              "description": "When set, shows the optional `reset` button"
            },
            {
              "name": "resetButtonVariant",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "type": "boolean",
              "description": "Align the right edge of the menu with the right of the button"
            },
            {
              "name": "selectedVariant",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "type": "boolean",
              "description": "When `true`, shows the +/- decade navigation buttons"
            },
            {
              "name": "size",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "type": "boolean",
              "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state"
            },
            {
              "name": "todayButton",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "type": "boolean",
              "description": "When set, shows the optional `select today` button"
            },
            {
              "name": "todayButtonVariant",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-datepicker/",
              "type": "boolean",
              "description": "Returns a `Date` object for the v-model instead of a `YYYY-MM-DD` string"
            },
            {
              "name": "weekdayHeaderFormat",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "form",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "type": "boolean",
              "description": "Adds the `required` attribute to the form control"
            },
            {
              "name": "state",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "type": "boolean",
              "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state"
            },
            {
              "name": "plain",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "type": "boolean",
              "description": "Render the form control in plain mode, rather than custom styled mode"
            },
            {
              "name": "accept",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "\"Browse\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "Text content for the file browse button"
            },
            {
              "name": "capture",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "type": "boolean",
              "description": "When set, will instruction the browser to use the devices camera (if supported)"
            },
            {
              "name": "directory",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "type": "boolean",
              "description": "Enable `directory` mode (on browsers that support it)"
            },
            {
              "name": "dropPlaceholder",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "type": "boolean",
              "description": "When set, will allow multiple files to be selected. `v-model` will be an array"
            },
            {
              "name": "noDrop",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "type": "boolean",
              "description": "Disable drag and drop mode"
            },
            {
              "name": "noDropPlaceholder",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "type": "boolean",
              "description": "Wether to returns files as a flat array when in `directory` mode"
            },
            {
              "name": "placeholder",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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*",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "form",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "type": "boolean",
              "description": "Adds the `required` attribute to the form control"
            },
            {
              "name": "state",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "type": "boolean",
              "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state"
            },
            {
              "name": "plain",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "type": "boolean",
              "description": "Render the form control in plain mode, rather than custom styled mode"
            },
            {
              "name": "accept",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "\"Browse\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "description": "Text content for the file browse button"
            },
            {
              "name": "capture",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "type": "boolean",
              "description": "When set, will instruction the browser to use the devices camera (if supported)"
            },
            {
              "name": "directory",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "type": "boolean",
              "description": "Enable `directory` mode (on browsers that support it)"
            },
            {
              "name": "dropPlaceholder",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "type": "boolean",
              "description": "When set, will allow multiple files to be selected. `v-model` will be an array"
            },
            {
              "name": "noDrop",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "type": "boolean",
              "description": "Disable drag and drop mode"
            },
            {
              "name": "noDropPlaceholder",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-file/",
              "type": "boolean",
              "description": "Wether to returns files as a flat array when in `directory` mode"
            },
            {
              "name": "placeholder",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "contentCols",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-group/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-group/",
              "type": "boolean",
              "description": "Visually hides the label content, but makes it available to screen reader users"
            },
            {
              "name": "state",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-group/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-group/",
              "type": "boolean",
              "description": "Renders the feedback text in a rudimentary tooltip style"
            },
            {
              "name": "validFeedback",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-group/",
              "type": "boolean",
              "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.",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "form",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "type": "boolean",
              "description": "Adds the `required` attribute to the form control"
            },
            {
              "name": "size",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "type": "boolean",
              "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state"
            },
            {
              "name": "value",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "type": "boolean",
              "description": "When set, updates the v-model on 'change'/'blur' events instead of 'input'. Emulates the Vue '.lazy' v-model modifier"
            },
            {
              "name": "lazyFormatter",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "type": "boolean",
              "description": "When set, the input is formatted on blur instead of each keystroke (if there is a formatter specified)"
            },
            {
              "name": "number",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "type": "boolean",
              "description": "When set attempts to convert the input value to a native number. Emulates the Vue '.number' v-model modifier"
            },
            {
              "name": "placeholder",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "type": "boolean",
              "description": "Set the form control as readonly and renders the control to look like plain text (no borders)"
            },
            {
              "name": "readonly",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "type": "boolean",
              "description": "Sets the `readonly` attribute on the form control"
            },
            {
              "name": "trim",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "type": "boolean",
              "description": "When set, trims any leading and trailing white space from the input value. Emulates the Vue '.trim' v-model modifier"
            },
            {
              "name": "list",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "type": "boolean",
              "description": "For number-like inputs, disables the mouse wheel from incrementing or decrementing the value"
            },
            {
              "name": "step",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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 looses 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*",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "form",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "type": "boolean",
              "description": "Adds the `required` attribute to the form control"
            },
            {
              "name": "size",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "type": "boolean",
              "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state"
            },
            {
              "name": "value",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "type": "boolean",
              "description": "When set, updates the v-model on 'change'/'blur' events instead of 'input'. Emulates the Vue '.lazy' v-model modifier"
            },
            {
              "name": "lazyFormatter",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "type": "boolean",
              "description": "When set, the input is formatted on blur instead of each keystroke (if there is a formatter specified)"
            },
            {
              "name": "number",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "type": "boolean",
              "description": "When set attempts to convert the input value to a native number. Emulates the Vue '.number' v-model modifier"
            },
            {
              "name": "placeholder",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "type": "boolean",
              "description": "Set the form control as readonly and renders the control to look like plain text (no borders)"
            },
            {
              "name": "readonly",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "type": "boolean",
              "description": "Sets the `readonly` attribute on the form control"
            },
            {
              "name": "trim",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "type": "boolean",
              "description": "When set, trims any leading and trailing white space from the input value. Emulates the Vue '.trim' v-model modifier"
            },
            {
              "name": "list",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-input/",
              "type": "boolean",
              "description": "For number-like inputs, disables the mouse wheel from incrementing or decrementing the value"
            },
            {
              "name": "step",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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 looses 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.",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "form",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "type": "boolean",
              "description": "Adds the `required` attribute to the form control"
            },
            {
              "name": "disabledField",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "type": "boolean",
              "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state"
            },
            {
              "name": "plain",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "type": "boolean",
              "description": "Render the form control in plain mode, rather than custom styled mode"
            },
            {
              "name": "ariaInvalid",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "type": "boolean",
              "description": "When set, renderes the radios in this group with button styling"
            },
            {
              "name": "stacked",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "type": "boolean",
              "description": "When set, renders the radio group in stacked mode"
            },
            {
              "name": "validated",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "type": "boolean",
              "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*",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "form",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "type": "boolean",
              "description": "Adds the `required` attribute to the form control"
            },
            {
              "name": "disabledField",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "type": "boolean",
              "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state"
            },
            {
              "name": "plain",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "type": "boolean",
              "description": "Render the form control in plain mode, rather than custom styled mode"
            },
            {
              "name": "ariaInvalid",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "type": "boolean",
              "description": "When set, renderes the radios in this group with button styling"
            },
            {
              "name": "stacked",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "type": "boolean",
              "description": "When set, renders the radio group in stacked mode"
            },
            {
              "name": "validated",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "type": "boolean",
              "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.",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "any"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "The current value of the radio(s)"
            },
            {
              "name": "autofocus",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "form",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "type": "boolean",
              "description": "Adds the `required` attribute to the form control"
            },
            {
              "name": "size",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "type": "boolean",
              "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state"
            },
            {
              "name": "plain",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "type": "boolean",
              "description": "Render the form control in plain mode, rather than custom styled mode"
            },
            {
              "name": "ariaLabel",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "type": "boolean",
              "description": "When set, renders the radio with the appearance of a button"
            },
            {
              "name": "buttonVariant",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "type": "boolean",
              "description": "When set, renders the radio as an inline element rather than as a 100% width block"
            },
            {
              "name": "value",
              "value": {
                "kind": "expression",
                "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*",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "any"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "description": "The current value of the radio(s)"
            },
            {
              "name": "autofocus",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "form",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "type": "boolean",
              "description": "Adds the `required` attribute to the form control"
            },
            {
              "name": "size",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "type": "boolean",
              "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state"
            },
            {
              "name": "plain",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "type": "boolean",
              "description": "Render the form control in plain mode, rather than custom styled mode"
            },
            {
              "name": "ariaLabel",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "type": "boolean",
              "description": "When set, renders the radio with the appearance of a button"
            },
            {
              "name": "buttonVariant",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-radio/",
              "type": "boolean",
              "description": "When set, renders the radio as an inline element rather than as a 100% width block"
            },
            {
              "name": "value",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "form",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "type": "boolean",
              "description": "When `true` renders as an inline element rather than a blick (100% width) element"
            },
            {
              "name": "locale",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "type": "boolean",
              "description": "When `true` disables the default border"
            },
            {
              "name": "precision",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "type": "boolean",
              "description": "When `true` makes the rating readonly. When `true`, fractional ratings values are allowed (half icons will be shown)"
            },
            {
              "name": "showClear",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "type": "boolean",
              "description": "When `true` shows the clear value icon button"
            },
            {
              "name": "showValue",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "type": "boolean",
              "description": "When `true` shows the current rating value in the control"
            },
            {
              "name": "showValueMax",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "type": "boolean",
              "description": "When set to `true` and prop `show-value` is `true`, includes the maximum star rating possible in the formatted value"
            },
            {
              "name": "stars",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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*",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "form",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "type": "boolean",
              "description": "When `true` renders as an inline element rather than a blick (100% width) element"
            },
            {
              "name": "locale",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "type": "boolean",
              "description": "When `true` disables the default border"
            },
            {
              "name": "precision",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "type": "boolean",
              "description": "When `true` makes the rating readonly. When `true`, fractional ratings values are allowed (half icons will be shown)"
            },
            {
              "name": "showClear",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "type": "boolean",
              "description": "When `true` shows the clear value icon button"
            },
            {
              "name": "showValue",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "type": "boolean",
              "description": "When `true` shows the current rating value in the control"
            },
            {
              "name": "showValueMax",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-rating/",
              "type": "boolean",
              "description": "When set to `true` and prop `show-value` is `true`, includes the maximum star rating possible in the formatted value"
            },
            {
              "name": "stars",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "form",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "type": "boolean",
              "description": "Adds the `required` attribute to the form control"
            },
            {
              "name": "size",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "type": "boolean",
              "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state"
            },
            {
              "name": "plain",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "type": "boolean",
              "description": "Render the form control in plain mode, rather than custom styled mode"
            },
            {
              "name": "disabledField",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "type": "boolean",
              "description": "When set, allows multiple options to be selected (multi-select)"
            },
            {
              "name": "selectSize",
              "value": {
                "kind": "expression",
                "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*",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "form",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "type": "boolean",
              "description": "Adds the `required` attribute to the form control"
            },
            {
              "name": "size",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "type": "boolean",
              "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state"
            },
            {
              "name": "plain",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "type": "boolean",
              "description": "Render the form control in plain mode, rather than custom styled mode"
            },
            {
              "name": "disabledField",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "type": "boolean",
              "description": "When set, allows multiple options to be selected (multi-select)"
            },
            {
              "name": "selectSize",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "disabled",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "value",
              "value": {
                "kind": "expression",
                "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*",
          "attributes": [
            {
              "name": "disabled",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-select/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "value",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "disabledField",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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*",
          "attributes": [
            {
              "name": "disabledField",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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).",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "type": "boolean",
              "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state"
            },
            {
              "name": "ariaControls",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "type": "boolean",
              "description": "Places the component in a disabled state"
            },
            {
              "name": "form",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "type": "boolean",
              "description": "When set, renders the component as an inline element"
            },
            {
              "name": "labelDecrement",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "type": "boolean",
              "description": "Places the component in a readonly state"
            },
            {
              "name": "repeatDelay",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "type": "boolean",
              "description": "When set, renders the component with a vertical layout"
            },
            {
              "name": "wrap",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "type": "boolean",
              "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*",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "type": "boolean",
              "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state"
            },
            {
              "name": "ariaControls",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "type": "boolean",
              "description": "Places the component in a disabled state"
            },
            {
              "name": "form",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "type": "boolean",
              "description": "When set, renders the component as an inline element"
            },
            {
              "name": "labelDecrement",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "type": "boolean",
              "description": "Places the component in a readonly state"
            },
            {
              "name": "repeatDelay",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "type": "boolean",
              "description": "When set, renders the component with a vertical layout"
            },
            {
              "name": "wrap",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-spinbutton/",
              "type": "boolean",
              "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.",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "form",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "type": "boolean",
              "description": "Adds the `required` attribute to the form control"
            },
            {
              "name": "size",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "type": "boolean",
              "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state"
            },
            {
              "name": "addButtonText",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "type": "boolean",
              "description": "When set, enables adding the tag on the input's 'change' event"
            },
            {
              "name": "duplicateTagText",
              "value": {
                "kind": "expression",
                "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": "ignoreInputFocusSelector",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "type": "boolean",
              "description": "When set, disables adding the tag on the input's 'keydown.enter' event"
            },
            {
              "name": "noOuterFocus",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "type": "boolean",
              "description": "When set, disables the focus styling of the component root element"
            },
            {
              "name": "noTagRemove",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "type": "boolean",
              "description": "When set, the tags will not have a remove button"
            },
            {
              "name": "placeholder",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "type": "boolean",
              "description": "When set, enables removal of last tag in tags when user presses delete or backspace and the input is empty"
            },
            {
              "name": "separator",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "type": "boolean",
              "description": "Makes the built in tags have a pill appearance"
            },
            {
              "name": "tagRemoveLabel",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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": "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 can not 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 can not 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*",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "form",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "type": "boolean",
              "description": "Adds the `required` attribute to the form control"
            },
            {
              "name": "size",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "type": "boolean",
              "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state"
            },
            {
              "name": "addButtonText",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "type": "boolean",
              "description": "When set, enables adding the tag on the input's 'change' event"
            },
            {
              "name": "duplicateTagText",
              "value": {
                "kind": "expression",
                "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": "ignoreInputFocusSelector",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "type": "boolean",
              "description": "When set, disables adding the tag on the input's 'keydown.enter' event"
            },
            {
              "name": "noOuterFocus",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "type": "boolean",
              "description": "When set, disables the focus styling of the component root element"
            },
            {
              "name": "noTagRemove",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "type": "boolean",
              "description": "When set, the tags will not have a remove button"
            },
            {
              "name": "placeholder",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "type": "boolean",
              "description": "When set, enables removal of last tag in tags when user presses delete or backspace and the input is empty"
            },
            {
              "name": "separator",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "type": "boolean",
              "description": "Makes the built in tags have a pill appearance"
            },
            {
              "name": "tagRemoveLabel",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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": "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 can not 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 can not 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.",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "noRemove",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "type": "boolean",
              "description": "When set, the tag will not have a remove button"
            },
            {
              "name": "pill",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "type": "boolean",
              "description": "Makes the tag have a pill appearance"
            },
            {
              "name": "removeLabel",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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*",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "noRemove",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "type": "boolean",
              "description": "When set, the tag will not have a remove button"
            },
            {
              "name": "pill",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-tags/",
              "type": "boolean",
              "description": "Makes the tag have a pill appearance"
            },
            {
              "name": "removeLabel",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "form",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "type": "boolean",
              "description": "Adds the `required` attribute to the form control"
            },
            {
              "name": "size",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "type": "boolean",
              "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state"
            },
            {
              "name": "value",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "type": "boolean",
              "description": "When set, updates the v-model on 'change'/'blur' events instead of 'input'. Emulates the Vue '.lazy' v-model modifier"
            },
            {
              "name": "lazyFormatter",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "type": "boolean",
              "description": "When set, the textarea is formatted on blur instead of each keystroke (if there is a formatter specified)"
            },
            {
              "name": "number",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "type": "boolean",
              "description": "When set attempts to convert the input value to a native number. Emulates the Vue '.number' v-model modifier"
            },
            {
              "name": "placeholder",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "type": "boolean",
              "description": "Set the form control as readonly and renders the control to look like plain text (no borders)"
            },
            {
              "name": "readonly",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "type": "boolean",
              "description": "Sets the `readonly` attribute on the form control"
            },
            {
              "name": "trim",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "type": "boolean",
              "description": "When set, trims any leading and trailing white space from the input value. Emulates the Vue '.trim' v-model modifier"
            },
            {
              "name": "maxRows",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "type": "boolean",
              "description": "When set, prevents the auto height textarea from shrinking to fit the content"
            },
            {
              "name": "noResize",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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 looses 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*",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "form",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "type": "boolean",
              "description": "Adds the `required` attribute to the form control"
            },
            {
              "name": "size",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "type": "boolean",
              "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state"
            },
            {
              "name": "value",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "type": "boolean",
              "description": "When set, updates the v-model on 'change'/'blur' events instead of 'input'. Emulates the Vue '.lazy' v-model modifier"
            },
            {
              "name": "lazyFormatter",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "type": "boolean",
              "description": "When set, the textarea is formatted on blur instead of each keystroke (if there is a formatter specified)"
            },
            {
              "name": "number",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "type": "boolean",
              "description": "When set attempts to convert the input value to a native number. Emulates the Vue '.number' v-model modifier"
            },
            {
              "name": "placeholder",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "type": "boolean",
              "description": "Set the form control as readonly and renders the control to look like plain text (no borders)"
            },
            {
              "name": "readonly",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "type": "boolean",
              "description": "Sets the `readonly` attribute on the form control"
            },
            {
              "name": "trim",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "type": "boolean",
              "description": "When set, trims any leading and trailing white space from the input value. Emulates the Vue '.trim' v-model modifier"
            },
            {
              "name": "maxRows",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "type": "boolean",
              "description": "When set, prevents the auto height textarea from shrinking to fit the content"
            },
            {
              "name": "noResize",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-textarea/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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 looses 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).",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "type": "boolean",
              "description": "Renders the datepicker as a dropdown button instead of a form-control"
            },
            {
              "name": "buttonVariant",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "type": "boolean",
              "description": "Places the timepicker in a non-interactive disabled state"
            },
            {
              "name": "dropleft",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "type": "boolean",
              "description": "When set, positions the menu to the left of the button"
            },
            {
              "name": "dropright",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "type": "boolean",
              "description": "When set, positions the menu to the right of the button"
            },
            {
              "name": "dropup",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "type": "boolean",
              "description": "When set, positions the menu on the top of the button"
            },
            {
              "name": "form",
              "value": {
                "kind": "expression",
                "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": "hideHeader",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "type": "boolean",
              "description": "When set, visually hides the selected date header"
            },
            {
              "name": "hour12",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "\"Close\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Content for the `Close` button"
            },
            {
              "name": "labelDecrement",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "\"Reset\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Content for the optional `Reset` button"
            },
            {
              "name": "labelSeconds",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "type": "boolean",
              "description": "When set, disables showing the close button"
            },
            {
              "name": "noFlip",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "type": "boolean",
              "description": "Prevent the menu from auto flipping positions"
            },
            {
              "name": "nowButton",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "type": "boolean",
              "description": "When set, shows the optional `select now` button"
            },
            {
              "name": "nowButtonVariant",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "object"
              },
              "default": "{}",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Additional configuration to pass to Popper.js"
            },
            {
              "name": "readonly",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "type": "boolean",
              "description": "Places the timepicker in an interactive readonly state. Disables updating the v-model, while still allowing focusing of spin buttons"
            },
            {
              "name": "required",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "type": "boolean",
              "description": "When set, adds the `aria-required=\"true\"` attribute on the component. Required validation needs to be handled by your application"
            },
            {
              "name": "resetButton",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "type": "boolean",
              "description": "When set, shows the optional `reset` button"
            },
            {
              "name": "resetButtonVariant",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "type": "boolean",
              "description": "Align the right edge of the menu with the right of the button"
            },
            {
              "name": "secondsStep",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "type": "boolean",
              "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*",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "type": "boolean",
              "description": "Renders the datepicker as a dropdown button instead of a form-control"
            },
            {
              "name": "buttonVariant",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "type": "boolean",
              "description": "Places the timepicker in a non-interactive disabled state"
            },
            {
              "name": "dropleft",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "type": "boolean",
              "description": "When set, positions the menu to the left of the button"
            },
            {
              "name": "dropright",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "type": "boolean",
              "description": "When set, positions the menu to the right of the button"
            },
            {
              "name": "dropup",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "type": "boolean",
              "description": "When set, positions the menu on the top of the button"
            },
            {
              "name": "form",
              "value": {
                "kind": "expression",
                "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": "hideHeader",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "type": "boolean",
              "description": "When set, visually hides the selected date header"
            },
            {
              "name": "hour12",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "\"Close\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Content for the `Close` button"
            },
            {
              "name": "labelDecrement",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "\"Reset\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Content for the optional `Reset` button"
            },
            {
              "name": "labelSeconds",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "type": "boolean",
              "description": "When set, disables showing the close button"
            },
            {
              "name": "noFlip",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "type": "boolean",
              "description": "Prevent the menu from auto flipping positions"
            },
            {
              "name": "nowButton",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "type": "boolean",
              "description": "When set, shows the optional `select now` button"
            },
            {
              "name": "nowButtonVariant",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "object"
              },
              "default": "{}",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "description": "Additional configuration to pass to Popper.js"
            },
            {
              "name": "readonly",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "type": "boolean",
              "description": "Places the timepicker in an interactive readonly state. Disables updating the v-model, while still allowing focusing of spin buttons"
            },
            {
              "name": "required",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "type": "boolean",
              "description": "When set, adds the `aria-required=\"true\"` attribute on the component. Required validation needs to be handled by your application"
            },
            {
              "name": "resetButton",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "type": "boolean",
              "description": "When set, shows the optional `reset` button"
            },
            {
              "name": "resetButtonVariant",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "type": "boolean",
              "description": "Align the right edge of the menu with the right of the button"
            },
            {
              "name": "secondsStep",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/form-timepicker/",
              "type": "boolean",
              "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.",
          "attributes": [
            {
              "name": "alt",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "description": "Value to set for the `alt` attribute"
            },
            {
              "name": "blank",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "type": "boolean",
              "description": "Creates a blank/transparent image via an SVG data URI"
            },
            {
              "name": "blankColor",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "type": "boolean",
              "description": "Forces the image to display as a block element rather than the browser default of inline-block element"
            },
            {
              "name": "center",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "type": "boolean",
              "description": "Centers the image horizontally"
            },
            {
              "name": "fluid",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "type": "boolean",
              "description": "Makes the image responsive. The image will shrink as needed or grow up the the image's native width"
            },
            {
              "name": "fluidGrow",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "type": "boolean",
              "description": "Similar to the 'fluid' prop, but allows the image to scale up past its native width"
            },
            {
              "name": "height",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "type": "boolean",
              "description": "Floats the image to the left when set"
            },
            {
              "name": "right",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "type": "boolean",
              "description": "Floats the image to the right when set"
            },
            {
              "name": "rounded",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "description": "URL to set for the `src` attribute"
            },
            {
              "name": "srcset",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "type": "boolean",
              "description": "Adds a thumbnail border around the image"
            },
            {
              "name": "width",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "alt",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "description": "Value to set for the `alt` attribute"
            },
            {
              "name": "blankColor",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "type": "boolean",
              "description": "Forces the image to display as a block element rather than the browser default of inline-block element"
            },
            {
              "name": "center",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "type": "boolean",
              "description": "Centers the image horizontally"
            },
            {
              "name": "fluid",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "type": "boolean",
              "description": "Makes the image responsive. The image will shrink as needed or grow up the the image's native width"
            },
            {
              "name": "fluidGrow",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "type": "boolean",
              "description": "Similar to the 'fluid' prop, but allows the image to scale up past its native width"
            },
            {
              "name": "height",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "type": "boolean",
              "description": "Floats the image to the left when set"
            },
            {
              "name": "right",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "type": "boolean",
              "description": "Floats the image to the right when set"
            },
            {
              "name": "rounded",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "description": "URL to set for the `src` attribute"
            },
            {
              "name": "srcset",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "type": "boolean",
              "description": "Adds a thumbnail border around the image"
            },
            {
              "name": "width",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "description": "Placeholder image instead of a blank image"
            },
            {
              "name": "blankWidth",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/image/",
              "type": "boolean",
              "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.",
          "attributes": [
            {
              "name": "append",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/input-group/",
              "description": "Text to append to the input group"
            },
            {
              "name": "appendHtml",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/input-group/",
              "description": "Text to prepend to the input group"
            },
            {
              "name": "prependHtml",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/input-group/",
              "type": "boolean",
              "description": "When 'true', wraps the content in a b-input-group-text component"
            },
            {
              "name": "tag",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/input-group/",
              "type": "boolean",
              "description": "When 'true', wraps the content in a b-input-group-text component"
            },
            {
              "name": "tag",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "tag",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "append",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/input-group/",
              "type": "boolean",
              "description": "When set to 'true' sets the addon as being appended. defaults to 'false' which is prepended"
            },
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/input-group/",
              "type": "boolean",
              "description": "When 'true', wraps the content in a b-input-group-text component"
            },
            {
              "name": "tag",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "bgVariant",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/jumbotron/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/jumbotron/",
              "description": "Text content to place in the header"
            },
            {
              "name": "headerHtml",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/jumbotron/",
              "description": "HTML string content to place in the header"
            },
            {
              "name": "headerLevel",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/jumbotron/",
              "description": "Text string to place in the lead paragraph"
            },
            {
              "name": "leadHtml",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/jumbotron/",
              "description": "HTML string to place in the lead paragraph"
            },
            {
              "name": "leadTag",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "fluid",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "alignContent",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/layout/",
              "type": "boolean",
              "description": "When set, removes the margin from the row and removes the padding from the child columns"
            },
            {
              "name": "tag",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "alignSelf",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/layout/",
              "type": "boolean",
              "description": "When true makes an equal width column grid cell spans for xs and up breakpoints"
            },
            {
              "name": "cols",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "tag",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "active",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/link/",
              "type": "boolean",
              "description": "When set to `true`, places the component in the active state with active styling"
            },
            {
              "name": "activeClass",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/link/",
              "type": "boolean",
              "description": "<router-link> prop: Setting append prop always appends the relative path to the current path"
            },
            {
              "name": "disabled",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/link/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "event",
              "value": {
                "kind": "expression",
                "type": "any[]|string"
              },
              "default": "\"click\"",
              "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/link/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "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": "href",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/link/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/link/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/link/",
              "description": "Sets the 'rel' attribute on the rendered link"
            },
            {
              "name": "replace",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/link/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "\"a\"",
              "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "\"_self\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/link/",
              "description": "Sets the 'target' attribute on the rendered link"
            },
            {
              "name": "to",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "flush",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/list-group/",
              "type": "boolean",
              "description": "When set, renders a flush list group with no left and right borders"
            },
            {
              "name": "horizontal",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "action",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/list-group/",
              "type": "boolean",
              "description": "When set, give the item the appearance of having an action. Not needed when props 'to', 'href' or 'button' are used"
            },
            {
              "name": "active",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/list-group/",
              "type": "boolean",
              "description": "When set to `true`, places the component in the active state with active styling"
            },
            {
              "name": "activeClass",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/list-group/",
              "type": "boolean",
              "description": "<router-link> prop: Setting append prop always appends the relative path to the current path"
            },
            {
              "name": "button",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/list-group/",
              "type": "boolean",
              "description": "When true renders the list-group-item as a button element"
            },
            {
              "name": "disabled",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/list-group/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "exact",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/list-group/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "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": "href",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/list-group/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/list-group/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/list-group/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "noBody",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/media/",
              "type": "boolean",
              "description": "When set, does not render a 'b-media-body' wrapper around the default slot content"
            },
            {
              "name": "rightAlign",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/media/",
              "type": "boolean",
              "description": "Render the 'aside' slot on the right. Default is on the left"
            },
            {
              "name": "tag",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "right",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/media/",
              "type": "boolean",
              "description": "Position the 'aside' on the right. Default is on the left"
            },
            {
              "name": "tag",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "tag",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "type": "boolean",
              "description": "The current visibility state of the modal"
            },
            {
              "name": "ariaLabel",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "type": "boolean",
              "description": "Places the built in default footer OK and Cancel buttons in the disabled state"
            },
            {
              "name": "buttonSize",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "type": "boolean",
              "description": "Places the default footer Cancel button in the disabled state"
            },
            {
              "name": "cancelTitle",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "type": "boolean",
              "description": "Vertically centers the modal in the viewport"
            },
            {
              "name": "contentClass",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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": "footerTextVariant",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "\"&times;\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Content of the header close button"
            },
            {
              "name": "headerCloseLabel",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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": "headerTextVariant",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "type": "boolean",
              "description": "Disables rendering of the modal backdrop"
            },
            {
              "name": "hideFooter",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "type": "boolean",
              "description": "Disables rendering of the modal footer"
            },
            {
              "name": "hideHeader",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "type": "boolean",
              "description": "Disables rendering of the modal header"
            },
            {
              "name": "hideHeaderClose",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "type": "boolean",
              "description": "Disables rendering of the modal header's close button"
            },
            {
              "name": "ignoreEnforceFocusSelector",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "type": "boolean",
              "description": "When the modal has the `static` prop set, renders the modal content lazily"
            },
            {
              "name": "modalClass",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "type": "boolean",
              "description": "Disables the ability to close the modal by clicking the backdrop"
            },
            {
              "name": "noCloseOnEsc",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "type": "boolean",
              "description": "Disables the ability to close the modal by pressing ESC"
            },
            {
              "name": "noEnforceFocus",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "type": "boolean",
              "description": "Disables the enforce focus routine which maintains focus inside the modal"
            },
            {
              "name": "noFade",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "type": "boolean",
              "description": "When set to `true`, disables the fade animation/transition on the component"
            },
            {
              "name": "noStacking",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "type": "boolean",
              "description": "Prevents other modals from stacking over this one"
            },
            {
              "name": "okDisabled",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "type": "boolean",
              "description": "Places the default footer OK button in the disabled state"
            },
            {
              "name": "okOnly",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "type": "boolean",
              "description": "Disables rendering of the default footer Cancel button"
            },
            {
              "name": "okTitle",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "type": "boolean",
              "description": "Enables scrolling of the modal body"
            },
            {
              "name": "size",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "Text content to place in the title"
            },
            {
              "name": "titleClass",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "description": "HTML string content to place in the title"
            },
            {
              "name": "titleSrOnly",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/modal/",
              "type": "boolean",
              "description": "Wraps the title in an '.sr-only' wrapper"
            },
            {
              "name": "titleTag",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "align",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "type": "boolean",
              "description": "Set this prop when the nav is placed inside a card header"
            },
            {
              "name": "fill",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "type": "boolean",
              "description": "Fills all horizontal space with nav items, but unlike 'fill', every nav item will be the same width"
            },
            {
              "name": "pills",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "type": "boolean",
              "description": "Renders the nav items with the appearance of pill buttons"
            },
            {
              "name": "small",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "type": "boolean",
              "description": "Makes the nav smaller"
            },
            {
              "name": "tabs",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "type": "boolean",
              "description": "Renders the nav items with the appearance of tabs"
            },
            {
              "name": "tag",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "type": "boolean",
              "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.",
          "attributes": [
            {
              "name": "active",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "type": "boolean",
              "description": "When set to `true`, places the component in the active state with active styling"
            },
            {
              "name": "activeClass",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "type": "boolean",
              "description": "<router-link> prop: Setting append prop always appends the relative path to the current path"
            },
            {
              "name": "disabled",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "exact",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "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": "href",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "object"
              },
              "default": "{}",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Additional attributes to place on the nested link element"
            },
            {
              "name": "linkClasses",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [],
          "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.",
          "attributes": [
            {
              "name": "formClass",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "type": "boolean",
              "description": "When set, disables browser native HTML5 validation on controls in the form"
            },
            {
              "name": "validated",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "type": "boolean",
              "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.",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "dropleft",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "type": "boolean",
              "description": "When set, positions the menu to the left of the button"
            },
            {
              "name": "dropright",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "type": "boolean",
              "description": "When set, positions the menu to the right of the button"
            },
            {
              "name": "dropup",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "type": "boolean",
              "description": "When set, positions the menu on the top of the button"
            },
            {
              "name": "noFlip",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "type": "boolean",
              "description": "Prevent the menu from auto flipping positions"
            },
            {
              "name": "offset",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "0",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/"
            },
            {
              "name": "popperOpts",
              "value": {
                "kind": "expression",
                "type": "object"
              },
              "default": "{}",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Additional configuration to pass to Popper.js"
            },
            {
              "name": "right",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "type": "boolean",
              "description": "Align the right edge of the menu with the right of the button"
            },
            {
              "name": "html",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "type": "boolean",
              "description": "When set, will only mount the menu content into the DOM when the menu is open"
            },
            {
              "name": "menuClass",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "type": "boolean",
              "description": "Hide the caret indicator on the toggle element (link)"
            },
            {
              "name": "role",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Text to place in the toggle element (link)"
            },
            {
              "name": "toggleClass",
              "value": {
                "kind": "expression",
                "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*",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "dropleft",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "type": "boolean",
              "description": "When set, positions the menu to the left of the button"
            },
            {
              "name": "dropright",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "type": "boolean",
              "description": "When set, positions the menu to the right of the button"
            },
            {
              "name": "dropup",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "type": "boolean",
              "description": "When set, positions the menu on the top of the button"
            },
            {
              "name": "noFlip",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "type": "boolean",
              "description": "Prevent the menu from auto flipping positions"
            },
            {
              "name": "offset",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "0",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/"
            },
            {
              "name": "popperOpts",
              "value": {
                "kind": "expression",
                "type": "object"
              },
              "default": "{}",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Additional configuration to pass to Popper.js"
            },
            {
              "name": "right",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "type": "boolean",
              "description": "Align the right edge of the menu with the right of the button"
            },
            {
              "name": "html",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "type": "boolean",
              "description": "When set, will only mount the menu content into the DOM when the menu is open"
            },
            {
              "name": "menuClass",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "type": "boolean",
              "description": "Hide the caret indicator on the toggle element (link)"
            },
            {
              "name": "role",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Text to place in the toggle element (link)"
            },
            {
              "name": "toggleClass",
              "value": {
                "kind": "expression",
                "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*",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "dropleft",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "type": "boolean",
              "description": "When set, positions the menu to the left of the button"
            },
            {
              "name": "dropright",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "type": "boolean",
              "description": "When set, positions the menu to the right of the button"
            },
            {
              "name": "dropup",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "type": "boolean",
              "description": "When set, positions the menu on the top of the button"
            },
            {
              "name": "noFlip",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "type": "boolean",
              "description": "Prevent the menu from auto flipping positions"
            },
            {
              "name": "offset",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "0",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/"
            },
            {
              "name": "popperOpts",
              "value": {
                "kind": "expression",
                "type": "object"
              },
              "default": "{}",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Additional configuration to pass to Popper.js"
            },
            {
              "name": "right",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "type": "boolean",
              "description": "Align the right edge of the menu with the right of the button"
            },
            {
              "name": "html",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "type": "boolean",
              "description": "When set, will only mount the menu content into the DOM when the menu is open"
            },
            {
              "name": "menuClass",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "type": "boolean",
              "description": "Hide the caret indicator on the toggle element (link)"
            },
            {
              "name": "role",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Text to place in the toggle element (link)"
            },
            {
              "name": "toggleClass",
              "value": {
                "kind": "expression",
                "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*",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "dropleft",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "type": "boolean",
              "description": "When set, positions the menu to the left of the button"
            },
            {
              "name": "dropright",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "type": "boolean",
              "description": "When set, positions the menu to the right of the button"
            },
            {
              "name": "dropup",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "type": "boolean",
              "description": "When set, positions the menu on the top of the button"
            },
            {
              "name": "noFlip",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "type": "boolean",
              "description": "Prevent the menu from auto flipping positions"
            },
            {
              "name": "offset",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "0",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/"
            },
            {
              "name": "popperOpts",
              "value": {
                "kind": "expression",
                "type": "object"
              },
              "default": "{}",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Additional configuration to pass to Popper.js"
            },
            {
              "name": "right",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "type": "boolean",
              "description": "Align the right edge of the menu with the right of the button"
            },
            {
              "name": "html",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "type": "boolean",
              "description": "When set, will only mount the menu content into the DOM when the menu is open"
            },
            {
              "name": "menuClass",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "type": "boolean",
              "description": "Hide the caret indicator on the toggle element (link)"
            },
            {
              "name": "role",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/nav/",
              "description": "Text to place in the toggle element (link)"
            },
            {
              "name": "toggleClass",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "fixed",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "type": "boolean",
              "description": "Navbars are hidden by default when printing. When this prop is set it will be printed"
            },
            {
              "name": "sticky",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "align",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "type": "boolean",
              "description": "Fills all horizontal space with nav items, but unlike 'fill', every nav item will be the same width"
            },
            {
              "name": "small",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "type": "boolean",
              "description": "Makes the nav smaller"
            },
            {
              "name": "tag",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "active",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "type": "boolean",
              "description": "When set to `true`, places the component in the active state with active styling"
            },
            {
              "name": "activeClass",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "type": "boolean",
              "description": "<router-link> prop: Setting append prop always appends the relative path to the current path"
            },
            {
              "name": "disabled",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "exact",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "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": "href",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "disabled",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "type": "boolean",
              "description": "When `true`, disables the navbar toggle button, and adds class `disabled` to the button"
            },
            {
              "name": "label",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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*",
          "attributes": [
            {
              "name": "disabled",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/navbar/",
              "type": "boolean",
              "description": "When `true`, disables the navbar toggle button, and adds class `disabled` to the button"
            },
            {
              "name": "label",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "bgColor",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/overlay/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/overlay/",
              "type": "boolean",
              "description": "When set, disables the vertical and horizontal centering of the overlay content"
            },
            {
              "name": "noFade",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/overlay/",
              "type": "boolean",
              "description": "Disables the fade transition of the overlay"
            },
            {
              "name": "noWrap",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/overlay/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/overlay/",
              "type": "boolean",
              "description": "When set, shows the overlay"
            },
            {
              "name": "spinnerSmall",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/overlay/",
              "type": "boolean",
              "description": "When set, renders the default spinner in a smaller size"
            },
            {
              "name": "spinnerType",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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).",
          "attributes": [
            {
              "name": "value",
              "value": {
                "kind": "expression",
                "type": "boolean|number|string"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
              "description": "Current page number, starting from 1"
            },
            {
              "name": "align",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "ellipsisClass",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "\"…\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
              "description": "Content to place in the ellipsis placeholder"
            },
            {
              "name": "firstClass",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
              "type": "boolean",
              "description": "Display first page number instead of Goto First button"
            },
            {
              "name": "firstText",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "\"«\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
              "description": "Content to place in the goto first page button"
            },
            {
              "name": "hideEllipsis",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
              "type": "boolean",
              "description": "Do not show ellipsis buttons"
            },
            {
              "name": "hideGotoEndButtons",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
              "type": "boolean",
              "description": "Hides the goto first and goto last page buttons"
            },
            {
              "name": "labelFirstPage",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
              "type": "boolean",
              "description": "Display last page number instead of Goto Last button"
            },
            {
              "name": "lastText",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "\"»\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
              "description": "Content to place in the goto last page button"
            },
            {
              "name": "limit",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "\"›\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
              "description": "Content to place in the goto next page button"
            },
            {
              "name": "pageClass",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
              "type": "boolean",
              "description": "Applies pill styling to the pagination buttons"
            },
            {
              "name": "prevClass",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "\"‹\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
              "description": "Content to place in the goto previous page button"
            },
            {
              "name": "size",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "20",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination/",
              "description": "Number of rows per page"
            },
            {
              "name": "totalRows",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "value",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "ellipsisClass",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "\"…\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "Content to place in the ellipsis placeholder"
            },
            {
              "name": "firstClass",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "type": "boolean",
              "description": "Display first page number instead of Goto First button"
            },
            {
              "name": "firstText",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "type": "boolean",
              "description": "Do not show ellipsis buttons"
            },
            {
              "name": "hideGotoEndButtons",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "type": "boolean",
              "description": "Hides the goto first and goto last page buttons"
            },
            {
              "name": "labelFirstPage",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "type": "boolean",
              "description": "Display last page number instead of Goto Last button"
            },
            {
              "name": "lastText",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "type": "boolean",
              "description": "Applies pill styling to the pagination buttons"
            },
            {
              "name": "prevClass",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "type": "boolean",
              "description": "When set to `true`, places the component in the active state with active styling"
            },
            {
              "name": "activeClass",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "type": "boolean",
              "description": "<router-link> prop: Setting append prop always appends the relative path to the current path"
            },
            {
              "name": "baseUrl",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "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": "href",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "function"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "Link generator function. See docs for details"
            },
            {
              "name": "noPageDetect",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "type": "boolean",
              "description": "Disable of auto detection of current page"
            },
            {
              "name": "noPrefetch",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "Total number of pages"
            },
            {
              "name": "pageGen",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "any[]"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "description": "Array of page numbers and links"
            },
            {
              "name": "prefetch",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/pagination-nav/",
              "type": "boolean",
              "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.",
          "attributes": [
            {
              "name": "boundary",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/popover/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "fallbackPlacement",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/popover/",
              "type": "boolean",
              "description": "When set to `true`, disables the fade animation/transition on the component"
            },
            {
              "name": "noninteractive",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/popover/",
              "type": "boolean"
            },
            {
              "name": "offset",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/popover/",
              "type": "boolean",
              "description": "When set will show the popover"
            },
            {
              "name": "target",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/popover/",
              "description": "Text to place in the popovers title"
            },
            {
              "name": "triggers",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "animated",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/progress/",
              "type": "boolean",
              "description": "Enable the animated background. Also automatically sets 'striped'"
            },
            {
              "name": "height",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "100",
              "doc-url": "https:/bootstrap-vue.org/docs/components/progress/",
              "description": "Set the maximum value"
            },
            {
              "name": "precision",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/progress/",
              "type": "boolean",
              "description": "Displays the current progress value as a percentage"
            },
            {
              "name": "showValue",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/progress/",
              "type": "boolean",
              "description": "Displays the current progress value"
            },
            {
              "name": "striped",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/progress/",
              "type": "boolean",
              "description": "Enable the striped background"
            },
            {
              "name": "value",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "0",
              "doc-url": "https:/bootstrap-vue.org/docs/components/progress/",
              "description": "The current value of the progress bar"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "animated",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/progress/",
              "type": "boolean",
              "description": "Enable the animated background. Also automatically sets 'striped'"
            },
            {
              "name": "label",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/progress/",
              "description": "Text string to explicitly set the label as"
            },
            {
              "name": "labelHtml",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/progress/",
              "description": "HTML string to explicitly set the label as"
            },
            {
              "name": "max",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/progress/",
              "description": "Set the maximum value"
            },
            {
              "name": "precision",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/progress/",
              "type": "boolean",
              "description": "Displays the current progress value as a percentage"
            },
            {
              "name": "showValue",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/progress/",
              "type": "boolean",
              "description": "Displays the current progress value"
            },
            {
              "name": "striped",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/progress/",
              "type": "boolean",
              "description": "Enable the striped background"
            },
            {
              "name": "value",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "0",
              "doc-url": "https:/bootstrap-vue.org/docs/components/progress/",
              "description": "The current value of the progress bar"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
              "type": "boolean",
              "description": "When `true`, opens the sidebar. This is the `v-model`"
            },
            {
              "name": "ariaLabel",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
              "type": "boolean",
              "description": "When `true`, shows a backdrop when the sidebar is open"
            },
            {
              "name": "backdropVariant",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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": "headerClass",
              "value": {
                "kind": "expression",
                "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": "lazy",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
              "type": "boolean",
              "description": "When set to `true`, the content of the sidebar will only be rendered while the sidebar is open"
            },
            {
              "name": "noCloseOnBackdrop",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
              "type": "boolean",
              "description": "When set to `true`, disables closing the sidebar when the user presses ESC"
            },
            {
              "name": "noCloseOnRouteChange",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
              "type": "boolean",
              "description": "When set to `true`, disables closing of the sidebar on route change"
            },
            {
              "name": "noEnforceFocus",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
              "type": "boolean",
              "description": "Disables the enforce focus routine which maintains focus inside the sidebar"
            },
            {
              "name": "noHeader",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
              "type": "boolean",
              "description": "When set to `true` disables rendering of the default header (including close button)"
            },
            {
              "name": "noHeaderClose",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
              "type": "boolean",
              "description": "When set to `true` disables rendering of the header close button"
            },
            {
              "name": "noSlide",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
              "type": "boolean",
              "description": "When set, disables the default sliding animation"
            },
            {
              "name": "right",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/sidebar/",
              "type": "boolean",
              "description": "When `true`, positions the sidebar on the right of the viewport"
            },
            {
              "name": "shadow",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/skeleton/",
              "description": "Sets the `height` of the component"
            },
            {
              "name": "size",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/skeleton/",
              "description": "Sets the `width` and `height` of the component"
            },
            {
              "name": "type",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "loading",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/skeleton/",
              "type": "boolean",
              "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "number"
              },
              "default": "5",
              "doc-url": "https:/bootstrap-vue.org/docs/components/skeleton/",
              "description": "Amount of columns to display"
            },
            {
              "name": "hideHeader",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/skeleton/",
              "type": "boolean",
              "description": "Hides the header of the table"
            },
            {
              "name": "rows",
              "value": {
                "kind": "expression",
                "type": "number"
              },
              "default": "3",
              "doc-url": "https:/bootstrap-vue.org/docs/components/skeleton/",
              "description": "Amount of rows to display"
            },
            {
              "name": "showFooter",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/skeleton/",
              "type": "boolean",
              "description": "Enables the footer of the table"
            },
            {
              "name": "tableProps",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "\"16:9\"",
              "doc-url": "https:/bootstrap-vue.org/docs/components/skeleton/",
              "description": "Control the aspect ratio of the image"
            },
            {
              "name": "cardImg",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/skeleton/",
              "type": "boolean",
              "description": "Removes the aspect wrapper around the skeleton"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/skeleton/",
              "description": "Icon to display"
            },
            {
              "name": "iconProps",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "label",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/spinner/",
              "type": "boolean",
              "description": "When set, rendered a smaller spinner suitable for placing in buttons"
            },
            {
              "name": "tag",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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>.",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "type": "boolean",
              "description": "Adds borders to all the cells and headers"
            },
            {
              "name": "borderless",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "type": "boolean",
              "description": "Removes all borders from cells"
            },
            {
              "name": "captionTop",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "type": "boolean",
              "description": "Visually place the table caption above the table. Default is below"
            },
            {
              "name": "dark",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "type": "boolean",
              "description": "Places the table in dark mode"
            },
            {
              "name": "fixed",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "type": "boolean",
              "description": "Enables hover styling on rows"
            },
            {
              "name": "noBorderCollapse",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "type": "boolean",
              "description": "Disable's the collapsing of table borders. Useful when table has sticky headers or columns"
            },
            {
              "name": "outlined",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "type": "boolean",
              "description": "Adds an outline border to the table element"
            },
            {
              "name": "responsive",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "type": "boolean",
              "description": "Renders the table with smaller cell padding"
            },
            {
              "name": "stickyHeader",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "type": "boolean",
              "description": "Applies striping to the tbody rows"
            },
            {
              "name": "tableClass",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "type": "boolean",
              "description": "Enable to the footer of the table, and clone the header content by default"
            },
            {
              "name": "footRowVariant",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "type": "boolean",
              "description": "When the build in formatter is used, setting this prop will disable the sorting ability in the footer"
            },
            {
              "name": "noLocalSorting",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "type": "boolean",
              "description": "Disabled the internal sorting routine, and expects the user to provde the items sorted. Sorting controls will still be available"
            },
            {
              "name": "noSortReset",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "type": "boolean",
              "description": "Set to true to sort the column in descending order. Syncable with the .sync prop modifier"
            },
            {
              "name": "sortDirection",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "type": "boolean",
              "description": "Positions the sort control to the left of the header text. Default is on the right of the header text"
            },
            {
              "name": "sortNullLast",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Text string to place in the caption element"
            },
            {
              "name": "captionHtml",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "HTML string to place in the caption element"
            },
            {
              "name": "noSelectOnClick",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "type": "boolean",
              "description": "Disables row selection via click events. Row selection will be only available programmatically"
            },
            {
              "name": "selectMode",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "type": "boolean",
              "description": "When set, places the table body rows in selectable mode"
            },
            {
              "name": "selectedVariant",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "type": "boolean",
              "description": "When enabled, and there are no item records to show, shows a message that there are no rows to show"
            },
            {
              "name": "busy",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "type": "boolean",
              "description": "When set, forces the table into the busy state.Automatically set when an items provider function is being called"
            },
            {
              "name": "apiUrl",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "type": "boolean",
              "description": "When set, uses internal filtering to pagination the data. Otherwise the provider is expected to perform the filtering"
            },
            {
              "name": "noProviderPaging",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "type": "boolean",
              "description": "When set, uses internal paging to pagination the data. Otherwise the items provider is expected to perform the paging"
            },
            {
              "name": "noProviderSorting",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "type": "boolean",
              "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>.",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "any[]"
              },
              "default": "[]",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Array of items to display"
            },
            {
              "name": "primaryKey",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "type": "boolean",
              "description": "Adds borders to all the cells and headers"
            },
            {
              "name": "borderless",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "type": "boolean",
              "description": "Removes all borders from cells"
            },
            {
              "name": "captionTop",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "type": "boolean",
              "description": "Visually place the table caption above the table. Default is below"
            },
            {
              "name": "dark",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "type": "boolean",
              "description": "Places the table in dark mode"
            },
            {
              "name": "fixed",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "type": "boolean",
              "description": "Enables hover styling on rows"
            },
            {
              "name": "noBorderCollapse",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "type": "boolean",
              "description": "Disable's the collapsing of table borders. Useful when table has sticky headers or columns"
            },
            {
              "name": "outlined",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "type": "boolean",
              "description": "Adds an outline border to the table element"
            },
            {
              "name": "responsive",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "type": "boolean",
              "description": "Renders the table with smaller cell padding"
            },
            {
              "name": "stickyHeader",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "type": "boolean",
              "description": "Applies striping to the tbody rows"
            },
            {
              "name": "tableClass",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "type": "boolean",
              "description": "Enable to the footer of the table, and clone the header content by default"
            },
            {
              "name": "footRowVariant",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Text string to place in the caption element"
            },
            {
              "name": "captionHtml",
              "value": {
                "kind": "expression",
                "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>.",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "type": "boolean",
              "description": "Adds borders to all the cells and headers"
            },
            {
              "name": "borderless",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "type": "boolean",
              "description": "Removes all borders from cells"
            },
            {
              "name": "captionTop",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "type": "boolean",
              "description": "Visually place the table caption above the table. Default is below"
            },
            {
              "name": "dark",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "type": "boolean",
              "description": "Places the table in dark mode"
            },
            {
              "name": "fixed",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "type": "boolean",
              "description": "Enables hover styling on rows"
            },
            {
              "name": "noBorderCollapse",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "type": "boolean",
              "description": "Disable's the collapsing of table borders. Useful when table has sticky headers or columns"
            },
            {
              "name": "outlined",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "type": "boolean",
              "description": "Adds an outline border to the table element"
            },
            {
              "name": "responsive",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "type": "boolean",
              "description": "Renders the table with smaller cell padding"
            },
            {
              "name": "stickyHeader",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "type": "boolean",
              "description": "Applies striping to the tbody rows"
            },
            {
              "name": "tableClass",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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>.",
          "attributes": [
            {
              "name": "tbodyTransitionHandlers",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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>.",
          "attributes": [
            {
              "name": "headVariant",
              "value": {
                "kind": "expression",
                "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>.",
          "attributes": [
            {
              "name": "footVariant",
              "value": {
                "kind": "expression",
                "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>.",
          "attributes": [
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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>.",
          "attributes": [
            {
              "name": "colspan",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Number of columns this cell spans"
            },
            {
              "name": "rowspan",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Number of rows this cell spans"
            },
            {
              "name": "stackedHeading",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "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>.",
          "attributes": [
            {
              "name": "colspan",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Number of columns this cell spans"
            },
            {
              "name": "rowspan",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "description": "Number of rows this cell spans"
            },
            {
              "name": "stackedHeading",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/table/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "number"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "description": "Currently visible tab index (zero-based)"
            },
            {
              "name": "activeNavItemClass",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "type": "boolean",
              "description": "When set to true, renders the tabs the the appropriate styles to be placed into a 'b-card'"
            },
            {
              "name": "contentClass",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "type": "boolean",
              "description": "Place the tab controls at the bottom (horizontal tabs), or right (vertical tabs)"
            },
            {
              "name": "fill",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "type": "boolean",
              "description": "Fills all horizontal space with nav items, but unlike 'fill', every nav item will be the same width"
            },
            {
              "name": "lazy",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "type": "boolean",
              "description": "Lazily render the b-tab contents when shown"
            },
            {
              "name": "navClass",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "type": "boolean",
              "description": "When set to `true`, disables the fade animation/transition on the component"
            },
            {
              "name": "noKeyNav",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "type": "boolean",
              "description": "Disable keyboard navigation of the tab controls"
            },
            {
              "name": "noNavStyle",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "type": "boolean",
              "description": "Do not render the tab controls with tab styling"
            },
            {
              "name": "pills",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "type": "boolean",
              "description": "Renders the nav items with the appearance of pill buttons"
            },
            {
              "name": "small",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "type": "boolean",
              "description": "Makes the nav smaller"
            },
            {
              "name": "tag",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "type": "boolean",
              "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.",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "type": "boolean",
              "description": "When set to `true`, places the component in the active state with active styling"
            },
            {
              "name": "buttonId",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "lazy",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "type": "boolean",
              "description": "Lazily render this tab's content when shown"
            },
            {
              "name": "noBody",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "type": "boolean",
              "description": "When the parent b-tabs has the 'card' prop set, do not render a card-body wrapper"
            },
            {
              "name": "tag",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tabs/",
              "description": "Text content to place in the title"
            },
            {
              "name": "titleItemClass",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/time/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "hidden",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/time/",
              "type": "boolean"
            },
            {
              "name": "hideHeader",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/time/",
              "type": "boolean",
              "description": "When set, visually hides the selected time header"
            },
            {
              "name": "hour12",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/time/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/time/",
              "type": "boolean",
              "description": "Sets the `readonly` attribute on the form control"
            },
            {
              "name": "secondsStep",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/time/",
              "type": "boolean",
              "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.",
          "attributes": [
            {
              "name": "id",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/toast/",
              "type": "boolean",
              "description": "When true, shows the toast"
            },
            {
              "name": "appendToast",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/toast/",
              "type": "boolean",
              "description": "When true, the toast will be appended to the bottom on the visible toasts, otherwise it will be prepended"
            },
            {
              "name": "autoHideDelay",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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": "href",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/toast/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/toast/",
              "type": "boolean",
              "description": "When set, disabled the toast from automatically dismissing itself"
            },
            {
              "name": "noCloseButton",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/toast/",
              "type": "boolean",
              "description": "When set, hides the close button in the toast header"
            },
            {
              "name": "noFade",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/toast/",
              "type": "boolean",
              "description": "When set to `true`, disables the fade animation/transition on the component"
            },
            {
              "name": "noHoverPause",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/toast/",
              "type": "boolean",
              "description": "When set, disables the pausing of the auto hide delay when the mouse hovers the toast"
            },
            {
              "name": "solid",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/toast/",
              "type": "boolean",
              "description": "When set, renderes the toast with a solid background rather than translucent"
            },
            {
              "name": "static",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/toast/",
              "type": "boolean",
              "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/toast/",
              "description": "The toast's title text"
            },
            {
              "name": "to",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "ariaAtomic",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/toast/",
              "required": true,
              "description": "The toaster's target name"
            },
            {
              "name": "role",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "boundary",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tooltip/",
              "type": "boolean",
              "description": "When set to `true`, disables the component's functionality and places it in a disabled state"
            },
            {
              "name": "fallbackPlacement",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tooltip/",
              "type": "boolean",
              "description": "When set to `true`, disables the fade animation/transition on the component"
            },
            {
              "name": "noninteractive",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tooltip/",
              "type": "boolean",
              "description": "Wether the tooltip should not be user-interactive"
            },
            {
              "name": "offset",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tooltip/",
              "type": "boolean",
              "description": "When set will show the tooltip"
            },
            {
              "name": "target",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https:/bootstrap-vue.org/docs/components/tooltip/",
              "description": "Text to place in the tooltip"
            },
            {
              "name": "triggers",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "icon",
              "value": {
                "kind": "expression",
                "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"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconAlarm",
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconAlarmFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconAlarmFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconAlignBottom",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconAlignBottom"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconAlignCenter",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconAlignCenter"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconAlignEnd",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconAlignEnd"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconAlignMiddle",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconAlignMiddle"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconAlignStart",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconAlignStart"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconAlignTop",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconAlignTop"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconAlt",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconAlt"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconApp",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconApp"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconAppIndicator",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconAppIndicator"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArchive",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArchive"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArchiveFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArchiveFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrow90degDown",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrow90degDown"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrow90degLeft",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrow90degLeft"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrow90degRight",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrow90degRight"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrow90degUp",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrow90degUp"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowBarDown",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowBarDown"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowBarLeft",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowBarLeft"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowBarRight",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowBarRight"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowBarUp",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowBarUp"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowClockwise",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowClockwise"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowCounterclockwise",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowCounterclockwise"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowDown",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowDown"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowDownCircle",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowDownCircle"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowDownCircleFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowDownCircleFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowDownLeft",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowDownLeft"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowDownLeftCircle",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowDownLeftCircle"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowDownLeftCircleFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowDownLeftCircleFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowDownLeftSquare",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowDownLeftSquare"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowDownLeftSquareFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowDownLeftSquareFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowDownRight",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowDownRight"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowDownRightCircle",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowDownRightCircle"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowDownRightCircleFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowDownRightCircleFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowDownRightSquare",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowDownRightSquare"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowDownRightSquareFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowDownRightSquareFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowDownShort",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowDownShort"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowDownSquare",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowDownSquare"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowDownSquareFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowDownSquareFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowDownUp",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowDownUp"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowLeft",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowLeft"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowLeftCircle",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowLeftCircle"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowLeftCircleFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowLeftCircleFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowLeftRight",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowLeftRight"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowLeftShort",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowLeftShort"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowLeftSquare",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowLeftSquare"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowLeftSquareFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowLeftSquareFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowRepeat",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowRepeat"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowReturnLeft",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowReturnLeft"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowReturnRight",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowReturnRight"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowRight",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowRight"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowRightCircle",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowRightCircle"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowRightCircleFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowRightCircleFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowRightShort",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowRightShort"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowRightSquare",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowRightSquare"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowRightSquareFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowRightSquareFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowUp",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowUp"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowUpCircle",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowUpCircle"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowUpCircleFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowUpCircleFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowUpLeft",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowUpLeft"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowUpLeftCircle",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowUpLeftCircle"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowUpLeftCircleFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowUpLeftCircleFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowUpLeftSquare",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowUpLeftSquare"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowUpLeftSquareFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowUpLeftSquareFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowUpRight",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowUpRight"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowUpRightCircle",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowUpRightCircle"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowUpRightCircleFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowUpRightCircleFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowUpRightSquare",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowUpRightSquare"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowUpRightSquareFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowUpRightSquareFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowUpShort",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowUpShort"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowUpSquare",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowUpSquare"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowUpSquareFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowUpSquareFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowsAngleContract",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowsAngleContract"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowsAngleExpand",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowsAngleExpand"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowsCollapse",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowsCollapse"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowsExpand",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowsExpand"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowsFullscreen",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowsFullscreen"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconArrowsMove",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconArrowsMove"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconAspectRatio",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconAspectRatio"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconAspectRatioFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconAspectRatioFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconAsterisk",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconAsterisk"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconAt",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconAt"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconAward",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconAward"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconAwardFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconAwardFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBack",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBack"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBackspace",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBackspace"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBackspaceFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBackspaceFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBackspaceReverse",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBackspaceReverse"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBackspaceReverseFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBackspaceReverseFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBadge3d",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBadge3d"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBadge3dFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBadge3dFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBadge4k",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBadge4k"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBadge4kFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBadge4kFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBadge8k",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBadge8k"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBadge8kFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBadge8kFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBadgeAd",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBadgeAd"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBadgeAdFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBadgeAdFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBadgeAr",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBadgeAr"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBadgeArFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBadgeArFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBadgeCc",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBadgeCc"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBadgeCcFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBadgeCcFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBadgeHd",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBadgeHd"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBadgeHdFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBadgeHdFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBadgeTm",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBadgeTm"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBadgeTmFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBadgeTmFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBadgeVo",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBadgeVo"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBadgeVoFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBadgeVoFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBadgeVr",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBadgeVr"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBadgeVrFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBadgeVrFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBadgeWc",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBadgeWc"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBadgeWcFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBadgeWcFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBag",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBag"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBagCheck",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBagCheck"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBagCheckFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBagCheckFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBagDash",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBagDash"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBagDashFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBagDashFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBagFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBagFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBagPlus",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBagPlus"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBagPlusFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBagPlusFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBagX",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBagX"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBagXFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBagXFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBank",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBank"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBank2",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBank2"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBarChart",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBarChart"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBarChartFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBarChartFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBarChartLine",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBarChartLine"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBarChartLineFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBarChartLineFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBarChartSteps",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBarChartSteps"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBasket",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBasket"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBasket2",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBasket2"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBasket2Fill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBasket2Fill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBasket3",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBasket3"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBasket3Fill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBasket3Fill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBasketFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBasketFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBattery",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBattery"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBatteryCharging",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBatteryCharging"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBatteryFull",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBatteryFull"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBatteryHalf",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBatteryHalf"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBell",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBell"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBellFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBellFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBellSlash",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBellSlash"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBellSlashFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBellSlashFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBezier",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBezier"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBezier2",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBezier2"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBicycle",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBicycle"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBinoculars",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBinoculars"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBinocularsFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBinocularsFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBlockquoteLeft",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBlockquoteLeft"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBlockquoteRight",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBlockquoteRight"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBook",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBook"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBookFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBookFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBookHalf",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBookHalf"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBookmark",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBookmark"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBookmarkCheck",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBookmarkCheck"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBookmarkCheckFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBookmarkCheckFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBookmarkDash",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBookmarkDash"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBookmarkDashFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBookmarkDashFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBookmarkFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBookmarkFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBookmarkHeart",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBookmarkHeart"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBookmarkHeartFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBookmarkHeartFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBookmarkPlus",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBookmarkPlus"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBookmarkPlusFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBookmarkPlusFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBookmarkStar",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBookmarkStar"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBookmarkStarFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBookmarkStarFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBookmarkX",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBookmarkX"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBookmarkXFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBookmarkXFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBookmarks",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBookmarks"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBookmarksFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBookmarksFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBookshelf",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBookshelf"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBootstrap",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBootstrap"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBootstrapFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBootstrapFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBootstrapReboot",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBootstrapReboot"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBorder",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBorder"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBorderAll",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBorderAll"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBorderBottom",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBorderBottom"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBorderCenter",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBorderCenter"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBorderInner",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBorderInner"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBorderLeft",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBorderLeft"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBorderMiddle",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBorderMiddle"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBorderOuter",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBorderOuter"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBorderRight",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBorderRight"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBorderStyle",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBorderStyle"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBorderTop",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBorderTop"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBorderWidth",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBorderWidth"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBoundingBox",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBoundingBox"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBoundingBoxCircles",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBoundingBoxCircles"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBox",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBox"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBoxArrowDown",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBoxArrowDown"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBoxArrowDownLeft",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBoxArrowDownLeft"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBoxArrowDownRight",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBoxArrowDownRight"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBoxArrowInDown",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBoxArrowInDown"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBoxArrowInDownLeft",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBoxArrowInDownLeft"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBoxArrowInDownRight",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBoxArrowInDownRight"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBoxArrowInLeft",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBoxArrowInLeft"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBoxArrowInRight",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBoxArrowInRight"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBoxArrowInUp",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBoxArrowInUp"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBoxArrowInUpLeft",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBoxArrowInUpLeft"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBoxArrowInUpRight",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBoxArrowInUpRight"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBoxArrowLeft",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBoxArrowLeft"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBoxArrowRight",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBoxArrowRight"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBoxArrowUp",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBoxArrowUp"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBoxArrowUpLeft",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBoxArrowUpLeft"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBoxArrowUpRight",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBoxArrowUpRight"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBoxSeam",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBoxSeam"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBraces",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBraces"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBricks",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBricks"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBriefcase",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBriefcase"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBriefcaseFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBriefcaseFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBrightnessAltHigh",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBrightnessAltHigh"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBrightnessAltHighFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBrightnessAltHighFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBrightnessAltLow",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBrightnessAltLow"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBrightnessAltLowFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBrightnessAltLowFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBrightnessHigh",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBrightnessHigh"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBrightnessHighFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBrightnessHighFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBrightnessLow",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBrightnessLow"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBrightnessLowFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBrightnessLowFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBroadcast",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBroadcast"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBroadcastPin",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBroadcastPin"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBrush",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBrush"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBrushFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBrushFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBucket",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBucket"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBucketFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBucketFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBug",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBug"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBugFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBugFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBuilding",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBuilding"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconBullseye",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconBullseye"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalculator",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalculator"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalculatorFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalculatorFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendar",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendar"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendar2",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendar2"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendar2Check",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendar2Check"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendar2CheckFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendar2CheckFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendar2Date",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendar2Date"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendar2DateFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendar2DateFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendar2Day",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendar2Day"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendar2DayFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendar2DayFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendar2Event",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendar2Event"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendar2EventFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendar2EventFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendar2Fill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendar2Fill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendar2Minus",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendar2Minus"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendar2MinusFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendar2MinusFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendar2Month",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendar2Month"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendar2MonthFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendar2MonthFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendar2Plus",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendar2Plus"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendar2PlusFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendar2PlusFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendar2Range",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendar2Range"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendar2RangeFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendar2RangeFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendar2Week",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendar2Week"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendar2WeekFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendar2WeekFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendar2X",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendar2X"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendar2XFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendar2XFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendar3",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendar3"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendar3Event",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendar3Event"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendar3EventFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendar3EventFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendar3Fill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendar3Fill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendar3Range",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendar3Range"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendar3RangeFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendar3RangeFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendar3Week",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendar3Week"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendar3WeekFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendar3WeekFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendar4",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendar4"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendar4Event",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendar4Event"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendar4Range",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendar4Range"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendar4Week",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendar4Week"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendarCheck",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendarCheck"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendarCheckFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendarCheckFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendarDate",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendarDate"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendarDateFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendarDateFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendarDay",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendarDay"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendarDayFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendarDayFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendarEvent",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendarEvent"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendarEventFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendarEventFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendarFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendarFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendarMinus",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendarMinus"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendarMinusFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendarMinusFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendarMonth",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendarMonth"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendarMonthFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendarMonthFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendarPlus",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendarPlus"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendarPlusFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendarPlusFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendarRange",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendarRange"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendarRangeFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendarRangeFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendarWeek",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendarWeek"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendarWeekFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendarWeekFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendarX",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendarX"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCalendarXFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCalendarXFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCamera",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCamera"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCamera2",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCamera2"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCameraFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCameraFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCameraReels",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCameraReels"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCameraReelsFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCameraReelsFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCameraVideo",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCameraVideo"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCameraVideoFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCameraVideoFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCameraVideoOff",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCameraVideoOff"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCameraVideoOffFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCameraVideoOffFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCapslock",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCapslock"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCapslockFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCapslockFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCardChecklist",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCardChecklist"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCardHeading",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCardHeading"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCardImage",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCardImage"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCardList",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCardList"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCardText",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCardText"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCaretDown",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCaretDown"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCaretDownFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCaretDownFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCaretDownSquare",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCaretDownSquare"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCaretDownSquareFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCaretDownSquareFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCaretLeft",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCaretLeft"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCaretLeftFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCaretLeftFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCaretLeftSquare",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCaretLeftSquare"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCaretLeftSquareFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCaretLeftSquareFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCaretRight",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCaretRight"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCaretRightFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCaretRightFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCaretRightSquare",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCaretRightSquare"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCaretRightSquareFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCaretRightSquareFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCaretUp",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCaretUp"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCaretUpFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCaretUpFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCaretUpSquare",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCaretUpSquare"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCaretUpSquareFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCaretUpSquareFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCart",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCart"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCart2",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCart2"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCart3",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCart3"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCart4",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCart4"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCartCheck",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCartCheck"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCartCheckFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCartCheckFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCartDash",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCartDash"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCartDashFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCartDashFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCartFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCartFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCartPlus",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCartPlus"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCartPlusFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCartPlusFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCartX",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCartX"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCartXFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCartXFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCash",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCash"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCashCoin",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCashCoin"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCashStack",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCashStack"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCast",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCast"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconChat",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconChat"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconChatDots",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconChatDots"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconChatDotsFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconChatDotsFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconChatFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconChatFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconChatLeft",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconChatLeft"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconChatLeftDots",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconChatLeftDots"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconChatLeftDotsFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconChatLeftDotsFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconChatLeftFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconChatLeftFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconChatLeftQuote",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconChatLeftQuote"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconChatLeftQuoteFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconChatLeftQuoteFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconChatLeftText",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconChatLeftText"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconChatLeftTextFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconChatLeftTextFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconChatQuote",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconChatQuote"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconChatQuoteFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconChatQuoteFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconChatRight",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconChatRight"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconChatRightDots",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconChatRightDots"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconChatRightDotsFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconChatRightDotsFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconChatRightFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconChatRightFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconChatRightQuote",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconChatRightQuote"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconChatRightQuoteFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconChatRightQuoteFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconChatRightText",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconChatRightText"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconChatRightTextFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconChatRightTextFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconChatSquare",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconChatSquare"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconChatSquareDots",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconChatSquareDots"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconChatSquareDotsFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconChatSquareDotsFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconChatSquareFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconChatSquareFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconChatSquareQuote",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconChatSquareQuote"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconChatSquareQuoteFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconChatSquareQuoteFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconChatSquareText",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconChatSquareText"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconChatSquareTextFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconChatSquareTextFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconChatText",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconChatText"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconChatTextFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconChatTextFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCheck",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCheck"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCheck2",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCheck2"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCheck2All",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCheck2All"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCheck2Circle",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCheck2Circle"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCheck2Square",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCheck2Square"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCheckAll",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCheckAll"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCheckCircle",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCheckCircle"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCheckCircleFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCheckCircleFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCheckLg",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCheckLg"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCheckSquare",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCheckSquare"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCheckSquareFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCheckSquareFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconChevronBarContract",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconChevronBarContract"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconChevronBarDown",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconChevronBarDown"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconChevronBarExpand",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconChevronBarExpand"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconChevronBarLeft",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconChevronBarLeft"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconChevronBarRight",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconChevronBarRight"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconChevronBarUp",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconChevronBarUp"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconChevronCompactDown",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconChevronCompactDown"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconChevronCompactLeft",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconChevronCompactLeft"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconChevronCompactRight",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconChevronCompactRight"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconChevronCompactUp",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconChevronCompactUp"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconChevronContract",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconChevronContract"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconChevronDoubleDown",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconChevronDoubleDown"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconChevronDoubleLeft",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconChevronDoubleLeft"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconChevronDoubleRight",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconChevronDoubleRight"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconChevronDoubleUp",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconChevronDoubleUp"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconChevronDown",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconChevronDown"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconChevronExpand",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconChevronExpand"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconChevronLeft",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconChevronLeft"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconChevronRight",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconChevronRight"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconChevronUp",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconChevronUp"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCircle",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCircle"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCircleFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCircleFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCircleHalf",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCircleHalf"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCircleSquare",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCircleSquare"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconClipboard",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconClipboard"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconClipboardCheck",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconClipboardCheck"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconClipboardData",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconClipboardData"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconClipboardMinus",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconClipboardMinus"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconClipboardPlus",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconClipboardPlus"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconClipboardX",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconClipboardX"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconClock",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconClock"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconClockFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconClockFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconClockHistory",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconClockHistory"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCloud",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCloud"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCloudArrowDown",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCloudArrowDown"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCloudArrowDownFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCloudArrowDownFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCloudArrowUp",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCloudArrowUp"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCloudArrowUpFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCloudArrowUpFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCloudCheck",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCloudCheck"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCloudCheckFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCloudCheckFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCloudDownload",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCloudDownload"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCloudDownloadFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCloudDownloadFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCloudDrizzle",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCloudDrizzle"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCloudDrizzleFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCloudDrizzleFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCloudFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCloudFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCloudFog",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCloudFog"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCloudFog2",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCloudFog2"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCloudFog2Fill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCloudFog2Fill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCloudFogFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCloudFogFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCloudHail",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCloudHail"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCloudHailFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCloudHailFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCloudHaze",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCloudHaze"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCloudHaze1",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCloudHaze1"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCloudHaze2Fill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCloudHaze2Fill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCloudHazeFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCloudHazeFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCloudLightning",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCloudLightning"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCloudLightningFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCloudLightningFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCloudLightningRain",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCloudLightningRain"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCloudLightningRainFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCloudLightningRainFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCloudMinus",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCloudMinus"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCloudMinusFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCloudMinusFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCloudMoon",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCloudMoon"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCloudMoonFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCloudMoonFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCloudPlus",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCloudPlus"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCloudPlusFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCloudPlusFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCloudRain",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCloudRain"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCloudRainFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCloudRainFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCloudRainHeavy",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCloudRainHeavy"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCloudRainHeavyFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCloudRainHeavyFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCloudSlash",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCloudSlash"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCloudSlashFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCloudSlashFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCloudSleet",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCloudSleet"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCloudSleetFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCloudSleetFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCloudSnow",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCloudSnow"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCloudSnowFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCloudSnowFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCloudSun",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCloudSun"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCloudSunFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCloudSunFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCloudUpload",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCloudUpload"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCloudUploadFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCloudUploadFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconClouds",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconClouds"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCloudsFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCloudsFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCloudy",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCloudy"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCloudyFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCloudyFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCode",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCode"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCodeSlash",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCodeSlash"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCodeSquare",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCodeSquare"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCoin",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCoin"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCollection",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCollection"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCollectionFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCollectionFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCollectionPlay",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCollectionPlay"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCollectionPlayFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCollectionPlayFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconColumns",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconColumns"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconColumnsGap",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconColumnsGap"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCommand",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCommand"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCompass",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCompass"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCompassFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCompassFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCone",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCone"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconConeStriped",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconConeStriped"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconController",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconController"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCpu",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCpu"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCpuFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCpuFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCreditCard",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCreditCard"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCreditCard2Back",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCreditCard2Back"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCreditCard2BackFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCreditCard2BackFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCreditCard2Front",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCreditCard2Front"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCreditCard2FrontFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCreditCard2FrontFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCreditCardFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCreditCardFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCrop",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCrop"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCup",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCup"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCupFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCupFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCupStraw",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCupStraw"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCurrencyBitcoin",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCurrencyBitcoin"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCurrencyDollar",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCurrencyDollar"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCurrencyEuro",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCurrencyEuro"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCurrencyExchange",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCurrencyExchange"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCurrencyPound",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCurrencyPound"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCurrencyYen",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCurrencyYen"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCursor",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCursor"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCursorFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCursorFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconCursorText",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconCursorText"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconDash",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconDash"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconDashCircle",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconDashCircle"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconDashCircleDotted",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconDashCircleDotted"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconDashCircleFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconDashCircleFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconDashLg",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconDashLg"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconDashSquare",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconDashSquare"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconDashSquareDotted",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconDashSquareDotted"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconDashSquareFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconDashSquareFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconDiagram2",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconDiagram2"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconDiagram2Fill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconDiagram2Fill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconDiagram3",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconDiagram3"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconDiagram3Fill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconDiagram3Fill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconDiamond",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconDiamond"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconDiamondFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconDiamondFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconDiamondHalf",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconDiamondHalf"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconDice1",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconDice1"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconDice1Fill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconDice1Fill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconDice2",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconDice2"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconDice2Fill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconDice2Fill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconDice3",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconDice3"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconDice3Fill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconDice3Fill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconDice4",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconDice4"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconDice4Fill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconDice4Fill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconDice5",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconDice5"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconDice5Fill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconDice5Fill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconDice6",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconDice6"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconDice6Fill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconDice6Fill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconDisc",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconDisc"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconDiscFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconDiscFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconDiscord",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconDiscord"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconDisplay",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconDisplay"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconDisplayFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconDisplayFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconDistributeHorizontal",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconDistributeHorizontal"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconDistributeVertical",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconDistributeVertical"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconDoorClosed",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconDoorClosed"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconDoorClosedFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconDoorClosedFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconDoorOpen",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconDoorOpen"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconDoorOpenFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconDoorOpenFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconDot",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconDot"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconDownload",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconDownload"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconDroplet",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconDroplet"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconDropletFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconDropletFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconDropletHalf",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconDropletHalf"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconEarbuds",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconEarbuds"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconEasel",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconEasel"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconEaselFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconEaselFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconEgg",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconEgg"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconEggFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconEggFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconEggFried",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconEggFried"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconEject",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconEject"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconEjectFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconEjectFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconEmojiAngry",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconEmojiAngry"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconEmojiAngryFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconEmojiAngryFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconEmojiDizzy",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconEmojiDizzy"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconEmojiDizzyFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconEmojiDizzyFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconEmojiExpressionless",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconEmojiExpressionless"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconEmojiExpressionlessFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconEmojiExpressionlessFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconEmojiFrown",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconEmojiFrown"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconEmojiFrownFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconEmojiFrownFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconEmojiHeartEyes",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconEmojiHeartEyes"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconEmojiHeartEyesFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconEmojiHeartEyesFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconEmojiLaughing",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconEmojiLaughing"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconEmojiLaughingFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconEmojiLaughingFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconEmojiNeutral",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconEmojiNeutral"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconEmojiNeutralFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconEmojiNeutralFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconEmojiSmile",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconEmojiSmile"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconEmojiSmileFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconEmojiSmileFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconEmojiSmileUpsideDown",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconEmojiSmileUpsideDown"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconEmojiSmileUpsideDownFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconEmojiSmileUpsideDownFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconEmojiSunglasses",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconEmojiSunglasses"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconEmojiSunglassesFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconEmojiSunglassesFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconEmojiWink",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconEmojiWink"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconEmojiWinkFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconEmojiWinkFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconEnvelope",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconEnvelope"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconEnvelopeFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconEnvelopeFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconEnvelopeOpen",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconEnvelopeOpen"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconEnvelopeOpenFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconEnvelopeOpenFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconEraser",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconEraser"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconEraserFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconEraserFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconExclamation",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconExclamation"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconExclamationCircle",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconExclamationCircle"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconExclamationCircleFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconExclamationCircleFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconExclamationDiamond",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconExclamationDiamond"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconExclamationDiamondFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconExclamationDiamondFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconExclamationLg",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconExclamationLg"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconExclamationOctagon",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconExclamationOctagon"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconExclamationOctagonFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconExclamationOctagonFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconExclamationSquare",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconExclamationSquare"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconExclamationSquareFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconExclamationSquareFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconExclamationTriangle",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconExclamationTriangle"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconExclamationTriangleFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconExclamationTriangleFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconExclude",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconExclude"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconEye",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconEye"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconEyeFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconEyeFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconEyeSlash",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconEyeSlash"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconEyeSlashFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconEyeSlashFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconEyedropper",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconEyedropper"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconEyeglasses",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconEyeglasses"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFacebook",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFacebook"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFile",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFile"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileArrowDown",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileArrowDown"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileArrowDownFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileArrowDownFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileArrowUp",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileArrowUp"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileArrowUpFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileArrowUpFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileBarGraph",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileBarGraph"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileBarGraphFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileBarGraphFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileBinary",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileBinary"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileBinaryFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileBinaryFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileBreak",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileBreak"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileBreakFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileBreakFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileCheck",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileCheck"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileCheckFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileCheckFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileCode",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileCode"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileCodeFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileCodeFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileDiff",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileDiff"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileDiffFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileDiffFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmark",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmark"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkArrowDown",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkArrowDown"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkArrowDownFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkArrowDownFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkArrowUp",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkArrowUp"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkArrowUpFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkArrowUpFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkBarGraph",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkBarGraph"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkBarGraphFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkBarGraphFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkBinary",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkBinary"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkBinaryFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkBinaryFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkBreak",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkBreak"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkBreakFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkBreakFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkCheck",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkCheck"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkCheckFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkCheckFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkCode",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkCode"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkCodeFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkCodeFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkDiff",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkDiff"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkDiffFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkDiffFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkEasel",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkEasel"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkEaselFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkEaselFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkExcel",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkExcel"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkExcelFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkExcelFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkFont",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkFont"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkFontFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkFontFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkImage",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkImage"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkImageFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkImageFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkLock",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkLock"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkLock2",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkLock2"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkLock2Fill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkLock2Fill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkLockFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkLockFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkMedical",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkMedical"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkMedicalFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkMedicalFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkMinus",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkMinus"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkMinusFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkMinusFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkMusic",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkMusic"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkMusicFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkMusicFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkPdf",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkPdf"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkPdfFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkPdfFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkPerson",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkPerson"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkPersonFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkPersonFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkPlay",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkPlay"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkPlayFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkPlayFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkPlus",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkPlus"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkPlusFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkPlusFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkPost",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkPost"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkPostFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkPostFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkPpt",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkPpt"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkPptFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkPptFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkRichtext",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkRichtext"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkRichtextFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkRichtextFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkRuled",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkRuled"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkRuledFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkRuledFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkSlides",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkSlides"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkSlidesFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkSlidesFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkSpreadsheet",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkSpreadsheet"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkSpreadsheetFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkSpreadsheetFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkText",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkText"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkTextFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkTextFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkWord",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkWord"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkWordFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkWordFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkX",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkX"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkXFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkXFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkZip",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkZip"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEarmarkZipFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEarmarkZipFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEasel",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEasel"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileEaselFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileEaselFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileExcel",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileExcel"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileExcelFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileExcelFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileFont",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileFont"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileFontFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileFontFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileImage",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileImage"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileImageFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileImageFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileLock",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileLock"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileLock2",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileLock2"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileLock2Fill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileLock2Fill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileLockFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileLockFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileMedical",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileMedical"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileMedicalFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileMedicalFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileMinus",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileMinus"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileMinusFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileMinusFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileMusic",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileMusic"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileMusicFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileMusicFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFilePdf",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFilePdf"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFilePdfFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFilePdfFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFilePerson",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFilePerson"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFilePersonFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFilePersonFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFilePlay",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFilePlay"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFilePlayFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFilePlayFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFilePlus",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFilePlus"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFilePlusFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFilePlusFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFilePost",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFilePost"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFilePostFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFilePostFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFilePpt",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFilePpt"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFilePptFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFilePptFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileRichtext",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileRichtext"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileRichtextFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileRichtextFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileRuled",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileRuled"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileRuledFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileRuledFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileSlides",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileSlides"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileSlidesFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileSlidesFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileSpreadsheet",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileSpreadsheet"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileSpreadsheetFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileSpreadsheetFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileText",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileText"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileTextFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileTextFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileWord",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileWord"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileWordFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileWordFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileX",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileX"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileXFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileXFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileZip",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileZip"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFileZipFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFileZipFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFiles",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFiles"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFilesAlt",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFilesAlt"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFilm",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFilm"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFilter",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFilter"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFilterCircle",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFilterCircle"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFilterCircleFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFilterCircleFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFilterLeft",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFilterLeft"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFilterRight",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFilterRight"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFilterSquare",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFilterSquare"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFilterSquareFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFilterSquareFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFlag",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFlag"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFlagFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFlagFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFlower1",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFlower1"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFlower2",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFlower2"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFlower3",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFlower3"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFolder",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFolder"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFolder2",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFolder2"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFolder2Open",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFolder2Open"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFolderCheck",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFolderCheck"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFolderFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFolderFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFolderMinus",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFolderMinus"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFolderPlus",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFolderPlus"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFolderSymlink",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFolderSymlink"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFolderSymlinkFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFolderSymlinkFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFolderX",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFolderX"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFonts",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFonts"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconForward",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconForward"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconForwardFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconForwardFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFront",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFront"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFullscreen",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFullscreen"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFullscreenExit",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFullscreenExit"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFunnel",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFunnel"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconFunnelFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconFunnelFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconGear",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconGear"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconGearFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconGearFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconGearWide",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconGearWide"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconGearWideConnected",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconGearWideConnected"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconGem",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconGem"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconGenderAmbiguous",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconGenderAmbiguous"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconGenderFemale",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconGenderFemale"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconGenderMale",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconGenderMale"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconGenderTrans",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconGenderTrans"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconGeo",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconGeo"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconGeoAlt",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconGeoAlt"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconGeoAltFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconGeoAltFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconGeoFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconGeoFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconGift",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconGift"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconGiftFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconGiftFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconGithub",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconGithub"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconGlobe",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconGlobe"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconGlobe2",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconGlobe2"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconGoogle",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconGoogle"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconGraphDown",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconGraphDown"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconGraphUp",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconGraphUp"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconGrid",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconGrid"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconGrid1x2",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconGrid1x2"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconGrid1x2Fill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconGrid1x2Fill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconGrid3x2",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconGrid3x2"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconGrid3x2Gap",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconGrid3x2Gap"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconGrid3x2GapFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconGrid3x2GapFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconGrid3x3",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconGrid3x3"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconGrid3x3Gap",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconGrid3x3Gap"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconGrid3x3GapFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconGrid3x3GapFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconGridFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconGridFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconGripHorizontal",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconGripHorizontal"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconGripVertical",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconGripVertical"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconHammer",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconHammer"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconHandIndex",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconHandIndex"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconHandIndexFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconHandIndexFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconHandIndexThumb",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconHandIndexThumb"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconHandIndexThumbFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconHandIndexThumbFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconHandThumbsDown",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconHandThumbsDown"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconHandThumbsDownFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconHandThumbsDownFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconHandThumbsUp",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconHandThumbsUp"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconHandThumbsUpFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconHandThumbsUpFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconHandbag",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconHandbag"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconHandbagFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconHandbagFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconHash",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconHash"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconHdd",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconHdd"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconHddFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconHddFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconHddNetwork",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconHddNetwork"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconHddNetworkFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconHddNetworkFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconHddRack",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconHddRack"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconHddRackFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconHddRackFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconHddStack",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconHddStack"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconHddStackFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconHddStackFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconHeadphones",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconHeadphones"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconHeadset",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconHeadset"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconHeadsetVr",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconHeadsetVr"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconHeart",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconHeart"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconHeartFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconHeartFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconHeartHalf",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconHeartHalf"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconHeptagon",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconHeptagon"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconHeptagonFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconHeptagonFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconHeptagonHalf",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconHeptagonHalf"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconHexagon",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconHexagon"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconHexagonFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconHexagonFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconHexagonHalf",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconHexagonHalf"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconHourglass",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconHourglass"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconHourglassBottom",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconHourglassBottom"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconHourglassSplit",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconHourglassSplit"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconHourglassTop",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconHourglassTop"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconHouse",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconHouse"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconHouseDoor",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconHouseDoor"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconHouseDoorFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconHouseDoorFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconHouseFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconHouseFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconHr",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconHr"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconHurricane",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconHurricane"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconImage",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconImage"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconImageAlt",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconImageAlt"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconImageFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconImageFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconImages",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconImages"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconInbox",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconInbox"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconInboxFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconInboxFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconInboxes",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconInboxes"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconInboxesFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconInboxesFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconInfo",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconInfo"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconInfoCircle",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconInfoCircle"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconInfoCircleFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconInfoCircleFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconInfoLg",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconInfoLg"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconInfoSquare",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconInfoSquare"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconInfoSquareFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconInfoSquareFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconInputCursor",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconInputCursor"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconInputCursorText",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconInputCursorText"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconInstagram",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconInstagram"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconIntersect",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconIntersect"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconJournal",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconJournal"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconJournalAlbum",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconJournalAlbum"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconJournalArrowDown",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconJournalArrowDown"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconJournalArrowUp",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconJournalArrowUp"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconJournalBookmark",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconJournalBookmark"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconJournalBookmarkFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconJournalBookmarkFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconJournalCheck",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconJournalCheck"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconJournalCode",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconJournalCode"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconJournalMedical",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconJournalMedical"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconJournalMinus",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconJournalMinus"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconJournalPlus",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconJournalPlus"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconJournalRichtext",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconJournalRichtext"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconJournalText",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconJournalText"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconJournalX",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconJournalX"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconJournals",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconJournals"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconJoystick",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconJoystick"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconJustify",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconJustify"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconJustifyLeft",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconJustifyLeft"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconJustifyRight",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconJustifyRight"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconKanban",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconKanban"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconKanbanFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconKanbanFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconKey",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconKey"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconKeyFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconKeyFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconKeyboard",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconKeyboard"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconKeyboardFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconKeyboardFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconLadder",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconLadder"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconLamp",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconLamp"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconLampFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconLampFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconLaptop",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconLaptop"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconLaptopFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconLaptopFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconLayerBackward",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconLayerBackward"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconLayerForward",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconLayerForward"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconLayers",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconLayers"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconLayersFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconLayersFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconLayersHalf",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconLayersHalf"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconLayoutSidebar",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconLayoutSidebar"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconLayoutSidebarInset",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconLayoutSidebarInset"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconLayoutSidebarInsetReverse",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconLayoutSidebarInsetReverse"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconLayoutSidebarReverse",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconLayoutSidebarReverse"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconLayoutSplit",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconLayoutSplit"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconLayoutTextSidebar",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconLayoutTextSidebar"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconLayoutTextSidebarReverse",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconLayoutTextSidebarReverse"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconLayoutTextWindow",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconLayoutTextWindow"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconLayoutTextWindowReverse",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconLayoutTextWindowReverse"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconLayoutThreeColumns",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconLayoutThreeColumns"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconLayoutWtf",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconLayoutWtf"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconLifePreserver",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconLifePreserver"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconLightbulb",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconLightbulb"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconLightbulbFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconLightbulbFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconLightbulbOff",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconLightbulbOff"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconLightbulbOffFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconLightbulbOffFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconLightning",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconLightning"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconLightningCharge",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconLightningCharge"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconLightningChargeFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconLightningChargeFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconLightningFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconLightningFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconLink",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconLink"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconLink45deg",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconLink45deg"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconLinkedin",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconLinkedin"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconList",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconList"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconListCheck",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconListCheck"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconListNested",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconListNested"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconListOl",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconListOl"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconListStars",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconListStars"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconListTask",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconListTask"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconListUl",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconListUl"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconLock",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconLock"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconLockFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconLockFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconMailbox",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconMailbox"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconMailbox2",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconMailbox2"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconMap",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconMap"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconMapFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconMapFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconMarkdown",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconMarkdown"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconMarkdownFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconMarkdownFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconMask",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconMask"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconMastodon",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconMastodon"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconMegaphone",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconMegaphone"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconMegaphoneFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconMegaphoneFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconMenuApp",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconMenuApp"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconMenuAppFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconMenuAppFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconMenuButton",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconMenuButton"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconMenuButtonFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconMenuButtonFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconMenuButtonWide",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconMenuButtonWide"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconMenuButtonWideFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconMenuButtonWideFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconMenuDown",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconMenuDown"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconMenuUp",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconMenuUp"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconMessenger",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconMessenger"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconMic",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconMic"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconMicFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconMicFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconMicMute",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconMicMute"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconMicMuteFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconMicMuteFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconMinecart",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconMinecart"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconMinecartLoaded",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconMinecartLoaded"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconMoisture",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconMoisture"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconMoon",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconMoon"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconMoonFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconMoonFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconMoonStars",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconMoonStars"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconMoonStarsFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconMoonStarsFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconMouse",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconMouse"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconMouse2",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconMouse2"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconMouse2Fill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconMouse2Fill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconMouse3",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconMouse3"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconMouse3Fill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconMouse3Fill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconMouseFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconMouseFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconMusicNote",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconMusicNote"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconMusicNoteBeamed",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconMusicNoteBeamed"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconMusicNoteList",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconMusicNoteList"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconMusicPlayer",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconMusicPlayer"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconMusicPlayerFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconMusicPlayerFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconNewspaper",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconNewspaper"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconNodeMinus",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconNodeMinus"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconNodeMinusFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconNodeMinusFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconNodePlus",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconNodePlus"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconNodePlusFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconNodePlusFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconNut",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconNut"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconNutFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconNutFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconOctagon",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconOctagon"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconOctagonFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconOctagonFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconOctagonHalf",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconOctagonHalf"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconOption",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconOption"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconOutlet",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconOutlet"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPaintBucket",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPaintBucket"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPalette",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPalette"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPalette2",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPalette2"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPaletteFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPaletteFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPaperclip",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPaperclip"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconParagraph",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconParagraph"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPatchCheck",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPatchCheck"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPatchCheckFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPatchCheckFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPatchExclamation",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPatchExclamation"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPatchExclamationFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPatchExclamationFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPatchMinus",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPatchMinus"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPatchMinusFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPatchMinusFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPatchPlus",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPatchPlus"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPatchPlusFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPatchPlusFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPatchQuestion",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPatchQuestion"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPatchQuestionFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPatchQuestionFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPause",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPause"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPauseBtn",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPauseBtn"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPauseBtnFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPauseBtnFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPauseCircle",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPauseCircle"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPauseCircleFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPauseCircleFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPauseFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPauseFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPeace",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPeace"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPeaceFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPeaceFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPen",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPen"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPenFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPenFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPencil",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPencil"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPencilFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPencilFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPencilSquare",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPencilSquare"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPentagon",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPentagon"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPentagonFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPentagonFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPentagonHalf",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPentagonHalf"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPeople",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPeople"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPeopleFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPeopleFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPercent",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPercent"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPerson",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPerson"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPersonBadge",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPersonBadge"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPersonBadgeFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPersonBadgeFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPersonBoundingBox",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPersonBoundingBox"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPersonCheck",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPersonCheck"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPersonCheckFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPersonCheckFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPersonCircle",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPersonCircle"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPersonDash",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPersonDash"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPersonDashFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPersonDashFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPersonFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPersonFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPersonLinesFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPersonLinesFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPersonPlus",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPersonPlus"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPersonPlusFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPersonPlusFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPersonSquare",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPersonSquare"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPersonX",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPersonX"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPersonXFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPersonXFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPhone",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPhone"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPhoneFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPhoneFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPhoneLandscape",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPhoneLandscape"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPhoneLandscapeFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPhoneLandscapeFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPhoneVibrate",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPhoneVibrate"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPhoneVibrateFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPhoneVibrateFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPieChart",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPieChart"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPieChartFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPieChartFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPiggyBank",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPiggyBank"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPiggyBankFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPiggyBankFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPin",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPin"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPinAngle",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPinAngle"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPinAngleFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPinAngleFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPinFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPinFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPinMap",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPinMap"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPinMapFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPinMapFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPip",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPip"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPipFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPipFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPlay",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPlay"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPlayBtn",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPlayBtn"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPlayBtnFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPlayBtnFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPlayCircle",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPlayCircle"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPlayCircleFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPlayCircleFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPlayFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPlayFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPlug",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPlug"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPlugFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPlugFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPlus",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPlus"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPlusCircle",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPlusCircle"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPlusCircleDotted",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPlusCircleDotted"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPlusCircleFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPlusCircleFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPlusLg",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPlusLg"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPlusSquare",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPlusSquare"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPlusSquareDotted",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPlusSquareDotted"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPlusSquareFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPlusSquareFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPower",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPower"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPrinter",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPrinter"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPrinterFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPrinterFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPuzzle",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPuzzle"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconPuzzleFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconPuzzleFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconQuestion",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconQuestion"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconQuestionCircle",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconQuestionCircle"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconQuestionCircleFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconQuestionCircleFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconQuestionDiamond",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconQuestionDiamond"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconQuestionDiamondFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconQuestionDiamondFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconQuestionLg",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconQuestionLg"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconQuestionOctagon",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconQuestionOctagon"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconQuestionOctagonFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconQuestionOctagonFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconQuestionSquare",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconQuestionSquare"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconQuestionSquareFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconQuestionSquareFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconRainbow",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconRainbow"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconReceipt",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconReceipt"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconReceiptCutoff",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconReceiptCutoff"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconReception0",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconReception0"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconReception1",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconReception1"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconReception2",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconReception2"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconReception3",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconReception3"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconReception4",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconReception4"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconRecord",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconRecord"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconRecord2",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconRecord2"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconRecord2Fill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconRecord2Fill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconRecordBtn",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconRecordBtn"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconRecordBtnFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconRecordBtnFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconRecordCircle",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconRecordCircle"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconRecordCircleFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconRecordCircleFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconRecordFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconRecordFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconRecycle",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconRecycle"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconReddit",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconReddit"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconReply",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconReply"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconReplyAll",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconReplyAll"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconReplyAllFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconReplyAllFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconReplyFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconReplyFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconRss",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconRss"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconRssFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconRssFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconRulers",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconRulers"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSafe",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSafe"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSafe2",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSafe2"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSafe2Fill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSafe2Fill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSafeFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSafeFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSave",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSave"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSave2",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSave2"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSave2Fill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSave2Fill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSaveFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSaveFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconScissors",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconScissors"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconScrewdriver",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconScrewdriver"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSdCard",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSdCard"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSdCardFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSdCardFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSearch",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSearch"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSegmentedNav",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSegmentedNav"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconServer",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconServer"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconShare",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconShare"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconShareFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconShareFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconShield",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconShield"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconShieldCheck",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconShieldCheck"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconShieldExclamation",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconShieldExclamation"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconShieldFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconShieldFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconShieldFillCheck",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconShieldFillCheck"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconShieldFillExclamation",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconShieldFillExclamation"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconShieldFillMinus",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconShieldFillMinus"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconShieldFillPlus",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconShieldFillPlus"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconShieldFillX",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconShieldFillX"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconShieldLock",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconShieldLock"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconShieldLockFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconShieldLockFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconShieldMinus",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconShieldMinus"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconShieldPlus",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconShieldPlus"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconShieldShaded",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconShieldShaded"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconShieldSlash",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconShieldSlash"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconShieldSlashFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconShieldSlashFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconShieldX",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconShieldX"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconShift",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconShift"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconShiftFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconShiftFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconShop",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconShop"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconShopWindow",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconShopWindow"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconShuffle",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconShuffle"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSignpost",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSignpost"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSignpost2",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSignpost2"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSignpost2Fill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSignpost2Fill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSignpostFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSignpostFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSignpostSplit",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSignpostSplit"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSignpostSplitFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSignpostSplitFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSim",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSim"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSimFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSimFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSkipBackward",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSkipBackward"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSkipBackwardBtn",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSkipBackwardBtn"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSkipBackwardBtnFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSkipBackwardBtnFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSkipBackwardCircle",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSkipBackwardCircle"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSkipBackwardCircleFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSkipBackwardCircleFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSkipBackwardFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSkipBackwardFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSkipEnd",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSkipEnd"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSkipEndBtn",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSkipEndBtn"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSkipEndBtnFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSkipEndBtnFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSkipEndCircle",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSkipEndCircle"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSkipEndCircleFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSkipEndCircleFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSkipEndFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSkipEndFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSkipForward",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSkipForward"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSkipForwardBtn",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSkipForwardBtn"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSkipForwardBtnFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSkipForwardBtnFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSkipForwardCircle",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSkipForwardCircle"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSkipForwardCircleFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSkipForwardCircleFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSkipForwardFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSkipForwardFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSkipStart",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSkipStart"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSkipStartBtn",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSkipStartBtn"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSkipStartBtnFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSkipStartBtnFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSkipStartCircle",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSkipStartCircle"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSkipStartCircleFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSkipStartCircleFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSkipStartFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSkipStartFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSkype",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSkype"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSlack",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSlack"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSlash",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSlash"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSlashCircle",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSlashCircle"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSlashCircleFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSlashCircleFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSlashLg",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSlashLg"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSlashSquare",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSlashSquare"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSlashSquareFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSlashSquareFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSliders",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSliders"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSmartwatch",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSmartwatch"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSnow",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSnow"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSnow2",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSnow2"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSnow3",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSnow3"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSortAlphaDown",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSortAlphaDown"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSortAlphaDownAlt",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSortAlphaDownAlt"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSortAlphaUp",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSortAlphaUp"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSortAlphaUpAlt",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSortAlphaUpAlt"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSortDown",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSortDown"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSortDownAlt",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSortDownAlt"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSortNumericDown",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSortNumericDown"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSortNumericDownAlt",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSortNumericDownAlt"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSortNumericUp",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSortNumericUp"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSortNumericUpAlt",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSortNumericUpAlt"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSortUp",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSortUp"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSortUpAlt",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSortUpAlt"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSoundwave",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSoundwave"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSpeaker",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSpeaker"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSpeakerFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSpeakerFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSpeedometer",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSpeedometer"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSpeedometer2",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSpeedometer2"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSpellcheck",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSpellcheck"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSquare",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSquare"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSquareFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSquareFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSquareHalf",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSquareHalf"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconStar",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconStar"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconStarFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconStarFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconStarHalf",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconStarHalf"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconStars",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconStars"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconStickies",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconStickies"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconStickiesFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconStickiesFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSticky",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSticky"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconStickyFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconStickyFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconStop",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconStop"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconStopBtn",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconStopBtn"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconStopBtnFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconStopBtnFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconStopCircle",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconStopCircle"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconStopCircleFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconStopCircleFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconStopFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconStopFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconStoplights",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconStoplights"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconStoplightsFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconStoplightsFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconStopwatch",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconStopwatch"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconStopwatchFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconStopwatchFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSubtract",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSubtract"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSuitClub",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSuitClub"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSuitClubFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSuitClubFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSuitDiamond",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSuitDiamond"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSuitDiamondFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSuitDiamondFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSuitHeart",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSuitHeart"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSuitHeartFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSuitHeartFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSuitSpade",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSuitSpade"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSuitSpadeFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSuitSpadeFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSun",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSun"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSunFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSunFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSunglasses",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSunglasses"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSunrise",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSunrise"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSunriseFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSunriseFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSunset",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSunset"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSunsetFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSunsetFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSymmetryHorizontal",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSymmetryHorizontal"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconSymmetryVertical",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconSymmetryVertical"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTable",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTable"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTablet",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTablet"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTabletFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTabletFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTabletLandscape",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTabletLandscape"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTabletLandscapeFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTabletLandscapeFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTag",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTag"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTagFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTagFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTags",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTags"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTagsFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTagsFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTelegram",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTelegram"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTelephone",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTelephone"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTelephoneFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTelephoneFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTelephoneForward",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTelephoneForward"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTelephoneForwardFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTelephoneForwardFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTelephoneInbound",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTelephoneInbound"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTelephoneInboundFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTelephoneInboundFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTelephoneMinus",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTelephoneMinus"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTelephoneMinusFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTelephoneMinusFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTelephoneOutbound",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTelephoneOutbound"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTelephoneOutboundFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTelephoneOutboundFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTelephonePlus",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTelephonePlus"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTelephonePlusFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTelephonePlusFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTelephoneX",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTelephoneX"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTelephoneXFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTelephoneXFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTerminal",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTerminal"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTerminalFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTerminalFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTextCenter",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTextCenter"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTextIndentLeft",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTextIndentLeft"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTextIndentRight",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTextIndentRight"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTextLeft",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTextLeft"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTextParagraph",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTextParagraph"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTextRight",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTextRight"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTextarea",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTextarea"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTextareaResize",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTextareaResize"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTextareaT",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTextareaT"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconThermometer",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconThermometer"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconThermometerHalf",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconThermometerHalf"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconThermometerHigh",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconThermometerHigh"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconThermometerLow",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconThermometerLow"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconThermometerSnow",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconThermometerSnow"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconThermometerSun",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconThermometerSun"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconThreeDots",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconThreeDots"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconThreeDotsVertical",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconThreeDotsVertical"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconToggle2Off",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconToggle2Off"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconToggle2On",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconToggle2On"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconToggleOff",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconToggleOff"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconToggleOn",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconToggleOn"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconToggles",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconToggles"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconToggles2",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconToggles2"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTools",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTools"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTornado",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTornado"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTranslate",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTranslate"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTrash",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTrash"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTrash2",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTrash2"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTrash2Fill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTrash2Fill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTrashFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTrashFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTree",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTree"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTreeFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTreeFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTriangle",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTriangle"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTriangleFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTriangleFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTriangleHalf",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTriangleHalf"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTrophy",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTrophy"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTrophyFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTrophyFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTropicalStorm",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTropicalStorm"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTruck",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTruck"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTruckFlatbed",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTruckFlatbed"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTsunami",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTsunami"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTv",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTv"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTvFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTvFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTwitch",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTwitch"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTwitter",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTwitter"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconType",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconType"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTypeBold",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTypeBold"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTypeH1",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTypeH1"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTypeH2",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTypeH2"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTypeH3",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTypeH3"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTypeItalic",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTypeItalic"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTypeStrikethrough",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTypeStrikethrough"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconTypeUnderline",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconTypeUnderline"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconUiChecks",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconUiChecks"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconUiChecksGrid",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconUiChecksGrid"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconUiRadios",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconUiRadios"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconUiRadiosGrid",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconUiRadiosGrid"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconUmbrella",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconUmbrella"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconUmbrellaFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconUmbrellaFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconUnion",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconUnion"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconUnlock",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconUnlock"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconUnlockFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconUnlockFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconUpc",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconUpc"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconUpcScan",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconUpcScan"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconUpload",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconUpload"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconVectorPen",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconVectorPen"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconViewList",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconViewList"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconViewStacked",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconViewStacked"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconVinyl",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconVinyl"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconVinylFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconVinylFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconVoicemail",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconVoicemail"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconVolumeDown",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconVolumeDown"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconVolumeDownFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconVolumeDownFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconVolumeMute",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconVolumeMute"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconVolumeMuteFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconVolumeMuteFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconVolumeOff",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconVolumeOff"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconVolumeOffFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconVolumeOffFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconVolumeUp",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconVolumeUp"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconVolumeUpFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconVolumeUpFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconVr",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconVr"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconWallet",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconWallet"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconWallet2",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconWallet2"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconWalletFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconWalletFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconWatch",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconWatch"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconWater",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconWater"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconWhatsapp",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconWhatsapp"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconWifi",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconWifi"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconWifi1",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconWifi1"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconWifi2",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconWifi2"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconWifiOff",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconWifiOff"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconWind",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconWind"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconWindow",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconWindow"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconWindowDock",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconWindowDock"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconWindowSidebar",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconWindowSidebar"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconWrench",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconWrench"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconX",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconX"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconXCircle",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconXCircle"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconXCircleFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconXCircleFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconXDiamond",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconXDiamond"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconXDiamondFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconXDiamondFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconXLg",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconXLg"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconXOctagon",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconXOctagon"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconXOctagonFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconXOctagonFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconXSquare",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconXSquare"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconXSquareFill",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconXSquareFill"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconYoutube",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconYoutube"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconZoomIn",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconZoomIn"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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": "BIconZoomOut",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "BIconZoomOut"
          },
          "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.",
          "attributes": [
            {
              "name": "animation",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon horizontally"
            },
            {
              "name": "flipV",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Flips the icon vertically"
            },
            {
              "name": "fontScale",
              "value": {
                "kind": "expression",
                "type": "number|string"
              },
              "default": "1",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Scale the icons current font size"
            },
            {
              "name": "rotate",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "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",
              "value": {
                "kind": "expression",
                "type": "boolean"
              },
              "default": "false",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "type": "boolean",
              "description": "Set this prop to true when placing inside a BIconstack component"
            },
            {
              "name": "title",
              "value": {
                "kind": "expression",
                "type": "string"
              },
              "default": "null",
              "doc-url": "https://bootstrap-vue.org/docs/icons/",
              "description": "Text content to place in the title"
            },
            {
              "name": "variant",
              "value": {
                "kind": "expression",
                "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"
            }
          ]
        }
      ],
      "attributes": [
        {
          "name": "v-b-modal",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "VBModal"
          },
          "required": false,
          "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/",
          "vue-argument": {
            "pattern": "[a-zA-Z][a-zA-Z0-9_\\-]*",
            "description": "Modal ID to open",
            "required": false
          },
          "vue-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"
            }
          ],
          "value": {
            "kind": "expression",
            "type": "string"
          }
        },
        {
          "name": "v-b-hover",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "VBHover"
          },
          "required": false,
          "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/",
          "value": {
            "kind": "expression",
            "type": "function"
          }
        },
        {
          "name": "v-b-popover",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "VBPopover"
          },
          "required": false,
          "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/",
          "vue-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
          },
          "vue-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)"
            }
          ],
          "value": {
            "kind": "expression",
            "type": "string|function|object"
          }
        },
        {
          "name": "v-b-scrollspy",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "VBScrollspy"
          },
          "required": false,
          "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/",
          "vue-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
          },
          "vue-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"
            }
          ],
          "value": {
            "kind": "expression",
            "type": "string|number|object"
          }
        },
        {
          "name": "v-b-toggle",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "VBToggle"
          },
          "required": false,
          "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/",
          "vue-argument": {
            "pattern": "[a-zA-Z][a-zA-Z0-9_\\-]*",
            "description": "ID of component to toggle",
            "required": false
          },
          "vue-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"
            }
          ],
          "value": {
            "kind": "expression",
            "type": "string|any[]"
          }
        },
        {
          "name": "v-b-tooltip",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "VBTooltip"
          },
          "required": false,
          "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/",
          "vue-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
          },
          "vue-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": "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": "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)"
            }
          ],
          "value": {
            "kind": "expression",
            "type": "string|function|object"
          }
        },
        {
          "name": "v-b-visible",
          "source": {
            "module": "bootstrap-vue",
            "symbol": "VBVisible"
          },
          "required": false,
          "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/",
          "vue-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"
            }
          ],
          "value": {
            "kind": "expression",
            "type": "function"
          }
        }
      ]
    }
  }
}